Skip to content

Instantly share code, notes, and snippets.

@BiosElement
Created September 30, 2013 15:28
Show Gist options
  • Select an option

  • Save BiosElement/6765489 to your computer and use it in GitHub Desktop.

Select an option

Save BiosElement/6765489 to your computer and use it in GitHub Desktop.
Ghost: Responsive Embedded Videos
<script type="text/javascript" src="/assets/js/jquery.fitvids.js"></script>
<script>
$(document).ready(function(){
// Target your .container, .wrapper, .post, etc.
$(".post-content").fitVids();
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment