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;”>