Skip to content

Instantly share code, notes, and snippets.

@mpgilbertusa
Created March 11, 2014 14:30
Show Gist options
  • Save mpgilbertusa/9486879 to your computer and use it in GitHub Desktop.
Save mpgilbertusa/9486879 to your computer and use it in GitHub Desktop.
Responsive Starter Kit Pro - Code Sample - Videos setup for foot
<script src="assets/js/jquery.fitvids.js"></script>
<script>
$(document).ready(function() {
// flexible videos (fitVids)
if ($('.flexible-video').length > 0) {
$(".flexible-video").fitVids();
}
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment