rayezra
Posts: 7
Joined: Fri Dec 26, 2008 5:13 pm

Set a min-height for iframe?

Sorry but i am striking out on where to set the min-height.

Should it be in the CSS? or in the code on the page?

Thanks!! (-:
User avatar
RoadRash
Posts: 8249
Joined: Tue Jul 15, 2008 6:43 pm
Location: Fredrikstad, Norway
Contact: Website

Re: Set a min-height for iframe?

Hi,

Default minHeight is 200. You can change it by adding hs.minHeight to your Highslide settings between the head tags or in your highslide.config.js file (affects all popup in your page - hs.minHeight = 500;), or inline to the onclick (affects one specific popup - onclick="return hs.htmlExpand(this, { objectType: 'iframe', minHeight: 500 })" ).
Hilde
Highslide Support Team

Overview of my Highslide sample pages: RoadRash.no
rayezra
Posts: 7
Joined: Fri Dec 26, 2008 5:13 pm

Re: Set a min-height for iframe?

Thanks!!

Return to “Highslide Editor”