mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
opt:iframe max-height value
This commit is contained in:
parent
7e2a489765
commit
19378d2f83
|
@ -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});
|
||||
});
|
||||
})($_$);
|
||||
|
||||
|
|
Loading…
Reference in a new issue