I came across a strange problem while I was testing a simple webpage made in webflow, for responsiveness. Now this is not a webflow question, but I think the problem has something to do with the resolution, physical screen size and pixel density. Just it's not clear to me what is happening. So there were 3 media queries. One for mobile/iPad (we will ignore them since they worked as expected), laptop screen(1280 to 1024px) and large desktop screen (equal to or above 1920). I styled the site on 1920 and the chrome Dev tool also rendered it for lower and higher screens as I expected. But when the site was viewed in a MacBook whose resolution is much higher than 1920 but the physical screen size is much smaller than a traditional monitor, rendered the media query styled for laptops. I expected with its high resolution, it will display the highest media query. Why this has happened and how to get around this? Or this is actually okay and no fix is needed?
Why small screens with high pixel density are rendering wrong media query?
850 Views Asked by Bluebug At
0
There are 0 best solutions below
Related Questions in CSS
- How to use custom font during html to pdf conversion?
- Storing the preferred font-size in localStorage
- mp4 embedded videos within github pages website not loading
- Is there any way to glow this bulb image like a real light bulb
- What can I do to improve my coding on both html and css
- Uncaught TypeError: google.maps.LatLng is not a constructor at init (script.js:7:13)
- Bootstrap modal not showing at the desired position on a web page when the screen size is smaller
- How to increase quality of mathjax output?
- Hover animation resetting( seemingly reverting back to original CSS and then again to hover)when moving mouse horizontaly accross a part of an element
- Storing selected language in localStorage
- How to clip grid cell and provide scroll as well?
- KeyboardAvoidingView makes a messy the flexbox
- Rotate an object around another object in javascript
- Understanding Scroll Anchoring Behavoir
- how to use only block layout in this css code?
Related Questions in MEDIA-QUERIES
- How to change WooCommerce notice "info" background color on smaller screens?
- How does CSS properties from figma files in 1920X1080 screen resolution work on different laptop screen resolution?
- Issue aligning footer page selector to center in less using media queries
- Tailwind media queries not working properly
- How to solve content overflow issues when you have too many items and why is media queries not working?
- Reduce duplication in media queries
- Text does not want to wrap when I shrink down the window from desktop to mobile banner
- How to set specific width and height of a div element when media queries are present in css file?
- White Space appearing on the right side of my app when opening from mobile
- How to change desktop-first design code to mobile-first with tailwind css (responsiveness)
- Defining the Media Query and after that giving css style to stop overflow-x but in output it takes the css style, still overflow-x scroll is visible?
- Issue with SCSS media query on iPhone 15 and Xiaomi Mi9
- Need help adjusting Foundation 5 CSS top-bar breakpoint
- Why is the first step moving with the page when changing the responsive layout?
- Meta tag not working to change address bar color's of safari desktop in dark mode
Related Questions in RESOLUTION
- Android: How to scale a bitmap to fit the screen size using canvas?
- Dynamic Resolution Fix to NuxtJS Download Page
- Can uvc-gadget can go up to 4K on a Rasperry Pi 4B?
- How can I fix @media max-width issue in html and CSS?
- Problem with Excel Userform resolution - Text and image enlargement
- How Can I Increase The Resolution Of My Icon In My GUI Window?
- Meaning of PPI (Pixel Per Inch)
- Create gif from tiff images and preserve resolution using PIL
- What is difference between screen size and pixel size?
- How can I adjust aspect ratio on Mi TV Box 2 when projecting content from the side of the room?
- How to stop a numerical resolution of a differential equation with a certain condition
- Is there a possibility to render parts of the screen at lower resolution?
- Godot physics resizing my sprites at runtime
- How to change window size at runtime using Rust and SDL2?
- Formula for converting XY pixel coordinate in 1920x1080 to 1366x768
Related Questions in SCREEN-RESOLUTION
- How can I set an uncommon screen resolution on GNU/Linux with an Arc 380 GPU and X11?
- How to add custom resolution for HyperV monitor using WinAPI
- bug(Mat Table): Sticky column loses the bottom border
- Meaning of PPI (Pixel Per Inch)
- pystray script - Resolution resets after tabbing out
- Can a websites render differently in a maximized browser window v.s. a custom size window of the same size
- Is there a possibility to render parts of the screen at lower resolution?
- Spyder IDE menu text and layout are huge
- Java Swing Graphics are drawned inconsistently when system scale is 125% in a scrollpane
- Automatically readjusting size of everything in a continuous form
- How do I get the screen resolution of the user within a Delphi TMS Web Core Website?
- Possible to retrieve supported resolutions and refresh rates with Nvidia NVAPI?
- Why is a resolution missing from Xorg session, but not in Wayland?
- how do i strech game objects depending on resolution in unity2D 2021.3.15f1
- Why is this CSS checkbox slider switch not pixel-perfect?
Related Questions in RETINA-DISPLAY
- WordPress Retina Images Support
- Can't see iOS App Icon in P3 Color on latest iOS devices that support it
- border 0.5px with rounded corners not show on mobile display
- iPhone App Submission requires 5.5 inch display screenshots, but Xcode does not offer any simulators for these devices
- Delphi iPad project splash graphic to fill the screen
- Are background images wrapped in media queries loaded after the default background image?
- CATextLayer is blurry on non-retina display
- NSScreen not updating monitor count when new monitors are plugged in
- MacOS BigSur auto-scales Java16/Swing app window for 5K Retina display
- iPhone colour display issue on iPhone 6 (non retina) vs iPhone 11(Retina display)
- Swing Java2D on Java 11 and a modern iMac
- If the browser downscales a large image, will it display the same amount of detail on different screen resolutions?
- Can you tell me know how my images look in Safari
- SVG element pixelated on retina only if filters applied
- How to programmatically apply color filters on the screen?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?