JQuery Plugin to auto-resize iFrames from same domain.
.. gem "jquery-iframe_auto_resize" ..
.. //= require jquery.iframe_auto_resize ..
$(document).ready(function () { $('iframe').iframeAutoResize({ interval: 100, // ms minHeight: 200, // px maxHeight: 800, // px heightOffset: 5, // px animationSpeed: 500, // in px / s maxAnimationTime: 1000, // in ms callback: function(){/*...*/}, debug: false }); });
-
Issues if margins on iFrames are used
-
Issues with IE if iframe with “frameborder=‘1’” is used