Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <script src="path/to/jquery.min.js"></script>
  2. <script src="path/to/jquery.fitvids.js"></script>
  3. <script>
  4. $(document).ready(function(){
  5. // Target your .container, .wrapper, .post, etc.
  6. $("#thing-with-videos").fitVids();
  7. });
  8. </script>