you can do that with jquery.

for example on resize:

jQuery(window).resize(function() {
                win_height = jQuery(window).height();
                win_width = jQuery(window).width();
                });

On Aug 10, 1:44 pm, "david.waldrop" <[email protected]> wrote:
> How does one go about getting an applications UX to dynamically resize
> as the browser window is resized?  Does web2py offer any mechanism for
> this?

Reply via email to