About 225,000 results
Open links in new tab
  1. HTML/CSS - Automatically adjust size of element for different …

    May 7, 2014 · I'm brushing up my HTML/CSS skills and trying to build a website where elements adjust automatically to different screen sizes; as an example, for the header I'm using the …

  2. Automatically adjusting winform and controls to screen size

    I created a winform application. The size of each screen is 1361, 768 in pixels. This worked great for larger screens and/or laptops. But now I have to move my application to 10inch screen …

  3. Auto adjusting web page to screen size (HTML) - Stack Overflow

    Jan 16, 2011 · Auto adjusting web page to screen size (HTML) Asked 11 years, 1 month ago Modified 5 years, 11 months ago Viewed 26k times

  4. c# - How to auto resize and adjust Form controls with change in ...

    Nov 23, 2010 · Set the Minimum Size of the form to a proper value. Set Dock property. Use Form Resize event to change whatever you want I don't know how font size (label, textbox, …

  5. Configure app layout when adjusting screen size - dash

    Mar 14, 2023 · 1 I've tried to set the max height/width on dbc components within an app but when adjusting the screen size, the layout changes. Is there a way to make the layout more flexible …

  6. Automatically resize images with browser size using CSS

    Apr 25, 2013 · Learn how to automatically resize images based on browser size using CSS techniques and media queries.

  7. A div with auto resize when changing window width\\height

    A div that is taking 90% of the screen size and it is adjusting itself whenever the browser size changes (to take 90% of the relative screen) The nested divs inside it should resize …

  8. my text is not adjusting with screen size - Stack Overflow

    Jan 29, 2018 · Give the .text div font-size: 11vw; and .sub-text: 4vw; or adjust it as needed. The space between the two divs will probably need to be adjust at different screen widths but the …

  9. How to resize the Asp.Net Page based on the screen resolution

    Jun 10, 2009 · 4 Generally speaking, the easiest way to size an element relative to the client screen is to give it a width specified as a percentage (e.g. 25%). You can also size an object …

  10. Font size relative to the user's screen resolution?

    Aug 2, 2012 · Using vw units will adjust the font size relative to the view port size. Directly converting vw units to font size will make it difficult to hit to the sweet spot for both mobile …