d.body.clientHeight to fit with vertical/horizontal scrollbars.
This commit is contained in:
parent
745ac1ec19
commit
99a2786c5c
@ -2157,7 +2157,7 @@ imgExpand =
|
|||||||
$.prepend delform, controls
|
$.prepend delform, controls
|
||||||
|
|
||||||
resize: ->
|
resize: ->
|
||||||
imgExpand.style.innerHTML = ".fitheight img + img {max-height:#{innerHeight}px;}"
|
imgExpand.style.innerHTML = ".fitheight img + img {max-height:#{d.body.clientHeight}px;}"
|
||||||
|
|
||||||
firstRun =
|
firstRun =
|
||||||
init: ->
|
init: ->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user