opt:iframe max-height value

This commit is contained in:
Xiao YiFang 2022-09-04 14:17:25 +08:00
parent 7e2a489765
commit 19378d2f83

View file

@ -49,7 +49,7 @@
});
//monitor iframe height.
$('iframe').iFrameResize({ checkOrigin:false,maxHeight :1500,scrolling:true,warningTimeout:0,minHeight :250});
$('iframe').iFrameResize({ checkOrigin:false,maxHeight :800,scrolling:true,warningTimeout:0,minHeight :250,log:true});
});
})($_$);