house9 / jquery-iframe-auto-height

jQuery plugin to set the height of an iframe to its contents height
https://github.com/house9/jquery-iframe-auto-height
453 stars 211 forks source link

iframe has collapsable menu #47

Closed animeshmanglik closed 9 years ago

animeshmanglik commented 11 years ago

My iframe has a src loading which has dropdown list when user clicks an <a> under <li>. Is it possible that when that <a> is pressed and the content becomes larger, we can fire a resize event. If I use <frame> with no scrolls, then if content is more it gets cuts off.

house9 commented 11 years ago

its complicated:

The easiest is if the dropdown list menu caused the page to reload, then the 'host' page will automatically resize it after it reloads

house9 commented 9 years ago

I am closing old issues.