ihtus
Posts: 58
Joined: Wed Jan 18, 2012 9:34 pm
Location: Toronto, Canada

change width of an opened popup

How can I change the width (fixed dimension in px) of a currently opened popup?
Let's say from 400px to 600px.

Tried this, but doesn't work:

Code: Select all

	var expander=hs.getExpander(jq('#my_popup_id_HS')[0]);
	hs.maxHeight=600;
	expander.reflow();
Thank you.

Return to “Highslide JS Usage”