Skip to content

Instantly share code, notes, and snippets.

@troutacular
Created October 6, 2015 22:26
Show Gist options
  • Save troutacular/73ec0e5f67c29b330677 to your computer and use it in GitHub Desktop.
Save troutacular/73ec0e5f67c29b330677 to your computer and use it in GitHub Desktop.
Kaufmann bad url for royalslider
orig: <iframe src="https://www.youtube.com/embed/%id%"?rel=1&autoplay=1&showinfo="0" frameborder="no"></iframe>
fix: <iframe src="https://www.youtube.com/embed/%id%?rel=1&autoplay=1&showinfo=0" frameborder="no"></iframe>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment