Insert the following just before or . If you are using Paul Irish’s infinite scrolling method, your callback function should look something like the following: $container.infinitescroll({ // your options }, function( newElements ){ $( newElements ).find('.video iframe').each(function(){ var scale = $(this).parents('.video').width() / 500; $(this).attr({ width: Math.floor($(this).attr('width') * scale), height: Math.floor($(this).attr('height') * scale) }); }); });

“…It will simply be the expression of what I, and only I have felt.” 🇬🇪, 23y

Install Theme