<script> $(function() {

var $postContent = $(".post-full-content");
$postContent.fitVids();

}); </script>