jQuery UI Widgets › Forums › Dialogs and Notifications › Window › Centered modal window on window resize
Tagged: Angular window, angular2 window, bootstrap window, javascript window, jquery window, jqwidgets window, jqxwindow, typescript window
This topic contains 1 reply, has 2 voices, and was last updated by Hristo 7 years, 11 months ago.
How can I keep a modal window centered in the browser window after it has been resized?
Hello Pfhoenix,
You could try to achieve this as catch event like window.onresize = function (event) { ... } And inner to set with position properly of the Window new position.
window.onresize = function (event) { ... }
position
Best Regards, Hristo Hristov
jQWidgets team http://www.jqwidgets.com
You must be logged in to reply to this topic.