Nested
Nested copied to clipboard
Added new option (minHeight) to have a different height to width
Hi there,
We had a requirement for the box height to be different to the box width so I have made some changes (new option of 'minHeight') and while it seems to be working (IE8+, Chrome, Firefox) with 'resizeToFit: false' I would love some feedback and help to get it working with 'resizeToFit: true' if possible (or maybe this defeats the purpose?).
Thanks!
Hi There!
I used your branch, because i really needed to have a min height property. It works as expected, although i had to comment the if case on r. 496 out.
It trew an error on resizing. Since i wrote a custom responsive behavior for my project, it was not an issue commenting this one out.
Regards