Hello. The question is how to enable page auto-refresh when scaling a page. In short, when I scale my page, I have one fixed block on top that is scaled, but not as much as the second block, i.e. moves out, and when you refresh the page becomes the desired width. I need to refresh the page when scaling. Thank you in advance

  • let's code on jsfiddle.net - mountpoint

1 answer 1

$(window).on('resize', function(e){ //здесь действия при масштабировании })