Ho risolto.

<script>
$(window).resize(function() {

window.location.href=window.location.href;


});
</script>