Skip to content

Instantly share code, notes, and snippets.

@andershaig
Created September 20, 2011 15:02
Show Gist options
  • Save andershaig/1229340 to your computer and use it in GitHub Desktop.
Save andershaig/1229340 to your computer and use it in GitHub Desktop.
Flexible Width Video
<script src="path/to/jquery.fitvids.js"></script>
<script>
$(document).ready(function(){
// Target your .container, .wrapper, .post, etc.
$(".video-container").fitVids();
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment