Top "Window-resize" questions

Refers to events and behaviors occurred before, meanwhile and after a window being re-sized.

jQuery Masonry layout is breaking when window is resized — fluid seamless photo grid

I have posted a video explaining my problem. Sorry for the slow frame rate. When I shrink the window too …

javascript jquery resize jquery-masonry window-resize
How to add min-height and min-width to jQuery .width and .height

I have a single page site and am trying to set the min-height and width using CSS. But the jQuery …

jquery html css window-resize
TextBox with bottom border

I want to have TextBox with bottom border but Graphics drawn for TextBox is distorted/broken on resize because of …

c# winforms user-interface graphics window-resize
How can i resize a specific window after it's created?

I want to resize some game window (DirectX) after it has been created, the game window allows resizing by mouse …

c++ visual-studio-2008 windows-xp directx window-resize
Testing the function triggered by the "(window:resize)" event in Angular 2

I am attempting to test a function (with Karma) that is triggered by a window resize event. Everything works normally …

unit-testing angular jasmine components window-resize
Why does window.onresize gets called when a page is loading?

A JavaScript question. Does anyone know why that in some browsers window.onresize gets called when the page is loading? …

javascript window-resize
Non-resizable window swift

I have a NSViewController named Hardness, and I need not to let user resize it. Of course, I can just …

macos swift nswindow window-resize nsviewcontroller