About 340,000 results
Open links in new tab
  1. Get the size of the screen, current web page and browser window

    Aug 9, 2010 · Get the size of the screen, current web page and browser window Asked 15 years, 4 months ago Modified 1 year, 2 months ago Viewed 2.3m times

  2. How to detect screen size for responsive web design?

    Jul 1, 2015 · Well, screen.width & screen.height will detect the width and height of the screen and not necessarily the users browser width/height. So this may not provide an accurate reading if the user …

  3. How do I get the screen size to show when Chrome console is open?

    Mar 11, 2016 · If I was inspecting a page with the console open and I resized the browser, in the upper-right hand corner Chrome used to have a small indicator of what the browser viewport size was.

  4. Get screen width and height in Android - Stack Overflow

    Jan 20, 2011 · How can I get the screen width and height and use this value in: @Override protected void onMeasure(int widthSpecId, int heightSpecId) { Log.e(TAG, "onMeasure" + widthSpecId);

  5. .NET MAUI: How do I predict/calculate widths and heights relative to ...

    Apr 24, 2024 · 3 Trying to port some old code and not sure how to translate a screen size measurement intended to be in defined in inches to the units MAUI is using.

  6. How can I measure pixels in Chrome without an extension?

    Jun 21, 2016 · 45 If you are not looking for exact measurements, but a ballpark estimate, a tool I use to measure pixels on Chrome without using a Chrome extension is the macOS screenshot tool. Press …

  7. How to Determine Screen Height and Width - Stack Overflow

    Mar 29, 2018 · How to access screen size or pixel density or aspect ratio in flutter ? We can access screen size and other like pixel density, aspect ration etc. with helps of MediaQuery.

  8. How do I get monitor resolution in Python? - Stack Overflow

    Jun 28, 2010 · I wasted a lot of time to realize that if you set your screen resolution to a certain value in windows, but if the text size (as set in Display setting in Windows) is not set to 100%, then value you …

  9. How to make flutter app responsive according to different screen size?

    Apr 7, 2018 · I am facing difficulties to make it responsive according to various screen sizes. How to make it responsive? @override Widget build (BuildContext context) { return new Container (

  10. css - How is font size calculated? - Stack Overflow

    Jan 3, 2017 · You should use .getClientRects() if you need to know how much space a run of text is/will take to display on the screen. The actual interaction between what you set and what size you'll get is …