From 19378d2f83d9433daf6eb0ab4b2f9b4946c3746a Mon Sep 17 00:00:00 2001 From: Xiao YiFang Date: Sun, 4 Sep 2022 14:17:25 +0800 Subject: [PATCH] opt:iframe max-height value --- scripts/gd-custom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gd-custom.js b/scripts/gd-custom.js index 2498b147..2d704864 100644 --- a/scripts/gd-custom.js +++ b/scripts/gd-custom.js @@ -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}); }); })($_$);