remove the 32000 px lock, thx to @smesher
parent
4f743bdb01
commit
f871602754
|
@ -4655,8 +4655,6 @@ function OUTER(gscope)
|
||||||
{
|
{
|
||||||
if (newWidth < viewWidth) newWidth = viewWidth;
|
if (newWidth < viewWidth) newWidth = viewWidth;
|
||||||
}
|
}
|
||||||
if (newHeight > 32000) newHeight = 32000;
|
|
||||||
if (newWidth > 32000) newWidth = 32000;
|
|
||||||
setIfNecessary(iframe.style, "height", newHeight + "px");
|
setIfNecessary(iframe.style, "height", newHeight + "px");
|
||||||
setIfNecessary(iframe.style, "width", newWidth + "px");
|
setIfNecessary(iframe.style, "width", newWidth + "px");
|
||||||
setIfNecessary(sideDiv.style, "height", newHeight + "px");
|
setIfNecessary(sideDiv.style, "height", newHeight + "px");
|
||||||
|
|
Loading…
Reference in New Issue