Dynamic scrollY that auto adjusts
Dynamic scrollY that auto adjusts
Is there a way, or a plugin, to automatically make scrollY auto adjust? What I want it to do is to always take up the rest of the available parent's height (if parent is , it should use the window height), starting from the wrapper element. On a window resize, the height should be adjusted again, taking into consideration that IE fires the resize event constantly (doesn't fire it only on resize being finished).
Ideally it would be a setting such as [code]scrollY: 'auto'[/code]
Ideally it would be a setting such as [code]scrollY: 'auto'[/code]
This discussion has been closed.