UNPKG

stop14-themesystem-legacy

Version:

A scaffolding and build system for theme development across platforms. Legacy version

10 lines 283 B
(function($) { $(document).ready(function() { function fixIframeAspect() { $('iframe').each(function () { var aspect = $(this).attr('height') / $(this).attr('width'); $(this).height($(this).width() * aspect); }); } }); })(jQuery);