/** * Created by diegobanchero on 11/03/16. */ (function ($) { Drupal.behaviors.dab_tool_iframe = { attach: function (context, settings) { //find the height of the internal page $('#iframe-tool-sostituzione').iFrameResize( [{ log: false, contentWindowBodyMargin:8, doHeight:true, doWidth:false, enablePublicMethods:false, interval:33, autoResize: true, }] ); } }; })(jQuery);