Skip to content
davatron5000 edited this page Mar 15, 2013 · 3 revisions

Out of the box FitVids only supports a few of the major video vendors. If you'd like to support a ton more... try the FitVids PowerPack of known working recipes.

(function($){
  var powerpack = [
    'iframe[src*="ustream.tv"]',
    'iframe[src*="fast.wistia.net"]',
    'iframe[src*="kickstarter.com"][src*="video.html"]'
  ];
  $('body').fitVids({
    customSelector: powerpack.join(',');
  });
})(jQuery);
Clone this wiki locally