SyntaxFix
Write A Post
Hire A Developer
Questions
🔍
[css] Media Queries: How to target desktop, tablet, and mobile?
Home
Question
Media Queries: How to target desktop, tablet, and mobile?
Extra small devices (phones, up to 480px)
Small devices (tablets, 768px and up)
Medium devices (big landscape tablets, laptops, and desktops, 992px and up)
Large devices (large desktops, 1200px and up)
portrait e-readers (Nook/Kindle), smaller tablets - min-width:481px
portrait tablets, portrait iPad, landscape e-readers - min-width:641px
tablet, landscape iPad, lo-res laptops - min-width:961px
HTC One device-width: 360px device-height: 640px -webkit-device-pixel-ratio: 3
Samsung Galaxy S2 device-width: 320px device-height: 534px -webkit-device-pixel-ratio: 1.5 (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5
Samsung Galaxy S3 device-width: 320px device-height: 640px -webkit-device-pixel-ratio: 2 (min--moz-device-pixel-ratio: 2), - Older Firefox browsers (prior to Firefox 16) -
Samsung Galaxy S4 device-width: 320px device-height: 640px -webkit-device-pixel-ratio: 3
LG Nexus 4 device-width: 384px device-height: 592px -webkit-device-pixel-ratio: 2
Asus Nexus 7 device-width: 601px device-height: 906px -webkit-min-device-pixel-ratio: 1.331) and (-webkit-max-device-pixel-ratio: 1.332)
iPad 1 and 2, iPad Mini device-width: 768px device-height: 1024px -webkit-device-pixel-ratio: 1
iPad 3 and 4 device-width: 768px device-height: 1024px -webkit-device-pixel-ratio: 2)
iPhone 3G device-width: 320px device-height: 480px -webkit-device-pixel-ratio: 1)
iPhone 4 device-width: 320px device-height: 480px -webkit-device-pixel-ratio: 2)
iPhone 5 device-width: 320px device-height: 568px -webkit-device-pixel-ratio: 2)
Examples related to
css
•
need to add a class to an element
•
Using Lato fonts in my css (@font-face)
•
Please help me convert this script to a simple image slider
•
Why there is this "clear" class before footer?
•
How to set width of mat-table column in angular?
•
Center content vertically on Vuetify
•
bootstrap 4 file input doesn't show the file name
•
Bootstrap 4: responsive sidebar menu to top navbar
•
Stylesheet not loaded because of MIME-type
•
Force flex item to span full row width
Examples related to
mobile
•
How to center a component in Material-UI and make it responsive?
•
NullPointerException: Attempt to invoke virtual method 'int java.util.ArrayList.size()' on a null object reference
•
Asus Zenfone 5 not detected by computer
•
background: fixed no repeat not working on mobile
•
Check box size change with CSS
•
onClick not working on mobile (touch)
•
Sharing link on WhatsApp from mobile website (not application) for Android
•
Bootstrap 3 Slide in Menu / Navbar on Mobile
•
How to create a link for all mobile devices that opens google maps with a route starting at the current location, destinating a given place?
•
Using form input to access camera and immediately upload photos using web app
Examples related to
media-queries
•
iPhone X / 8 / 8 Plus CSS media queries
•
What is correct media query for IPad Pro?
•
How can I detect Internet Explorer (IE) and Microsoft Edge using JavaScript?
•
CSS media query to target only iOS devices
•
How to set portrait and landscape media queries in css?
•
iPhone 6 and 6 Plus Media Queries
•
Responsive design with media query : screen size?
•
Bootstrap 3 breakpoints and media queries
•
$(window).width() not the same as media query
•
How to make responsive table
Examples related to
tablet
•
Android ADB doesn't see device
•
HTML Mobile -forcing the soft keyboard to hide
•
Running AMP (apache mysql php) on Android
•
Media Queries: How to target desktop, tablet, and mobile?
•
How to detect the device orientation using CSS media queries?
•
Emulate Samsung Galaxy Tab