on() { var newWidth = $fluidEl.width(); $allVideos.each(function() { var $el = $(this); $el .width(newWidth) .height(newWidth * $el.data('aspectRatio')); }); var iwx = $('#main-container').innerWidth(); $('.sabit').css({ 'width': iwx }); }).resize();