Javascript – refresh on resize

You need to refresh the browser window automatically when it is resized.

You can find plenty of complex solutions for this issue, with javascript, and preferably using jquery, the bigger the library the better.

Or you can also put this in the body tag:

<body onResize=”window.location.href = window.location.href;”>

This entry was posted in Uncategorized. Bookmark the permalink.