Using Edit+ and preview is only 190px high


(Nic Hubbard) #1

We are using Edit+ and when navigating to a page and switching to Preview mode, the preview iFrame is only 190px high for some reason, even though the window is much much larger.

 

Has anyone seen this before, or have ideas on why this might be?


(Bart Banda) #2

Yea we seen it before, and in 5.2 its no longer an issue due to the new responsive screen size prevew feature.

 

I think it happens sometimes when there is JS that runs on the page that changes the height, as the height of the iframe is calculated via JS based on the height of the HTML contents. You should be able to add some of your own CSS to force a min-height on the frame though easily enough.


(Nic Hubbard) #3

Add my own CSS in the sites CSS file?


(Bart Banda) #4

Into the Edit+ implementation, so somewhere after you add the CSS and JS required for Edit+ to work, just add your own CSS after that.