Top "Resize" questions

Issues relating to the resizing of controls, windows, forms or screens.

How can I make all images of different height and width the same via CSS?

I am trying to create an image wall consisting of product photos. Unfortunately, all of them are of different height …

html image css resize
Using jQuery To Get Size of Viewport

How do I use jQuery to determine the size of the browser viewport, and to redetect this if the page …

jquery resize size viewport
How can I scale an entire web page with CSS?

Using Firefox, you can enlarge an entire web page by simply pressing CTRL +. What this does is proportionally enlarge the …

html css resize
Android: How to Programmatically set the size of a Layout

As part of an Android App I am building a button set. The buttons are part of a nested set …

android layout resize android-linearlayout
Rerender view on browser resize with React

How can I get React to re-render the view when the browser window is resized? Background I have some blocks …

javascript reactjs resize
Cross-browser window resize event - JavaScript / jQuery

What is the correct (modern) method for tapping into the window resize event that works in Firefox, WebKit, and Internet …

javascript jquery cross-browser resize
Delete item from array and shrink array

How can I delete an item from an array, and then resize the array to the smaller size? Likewise, how …

java arrays resize
How to resize a custom view programmatically?

I am coding a custom view, extended from RelativeLayout, and I want to resize it programmatically, How can I do? …

android resize
How to wait for the 'end' of 'resize' event and only then perform an action?

So I currently use something like: $(window).resize(function(){resizedw();}); But this gets called many times while resizing process goes …

javascript jquery html resize jquery-events
How to center canvas in html5

I've been searching for a solution for a while now, but haven't found anything. Maybe it's just my search terms. …

html canvas css resize