Issue 332: Calculate ajax container height
Status:  Fixed
Owner: ----
Closed:  Oct 2009
Reported by bob.hufk...@gmail.com, Sep 21, 2009
Hi,

First off, thanks for your work on nyroModal, it's the most flexible,
customisable and feature-rich modal solution I've ever implemented.

My issue is actually a feature request: Is there a way to calculate the
height of the container that holds ajax content? Right now I have to use
the minHeight setting but the results are not great because my modals range
from small to large (in height).

Calculating the heigth automatically before the content is displayed (like
you do do with images) would solve that problem.

Thanks in advance.
Sep 23, 2009
Project Member #1 nyro...@gmail.com
Actually, the plugin should calculate automatically the size of the content if
autoSizable=true (by default)

Could you send me a link or your code you're using (HTML and CSS) please?
Sep 23, 2009
#2 bob.hufk...@gmail.com
Can I send you my url privately? The project hasn't gone live yet. Send me an email
at bob - taggetig - be and I'll reply with an url and some login data.
Sep 23, 2009
Project Member #3 nyro...@gmail.com
You can shoot me an email from here: http://nyrodev.com/en/contact.html
Oct 3, 2009
Project Member #4 nyro...@gmail.com
This issue was solved by email.
The solution was to add
div#nyroModalContent {
	overflow: auto;
}
in the CSS.
NB: this CSS rule will be in the default CSS in the next release because of  issue #345 
Status: Fixed