Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7010267
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T21:58:09+00:00 2026-05-27T21:58:09+00:00

If I use max-device-width does that include landscape mode? Say I use it to

  • 0

If I use max-device-width does that include landscape mode?

Say I use it to detect iPhone 4, should I use max-device-width: 640px or 960px? I need to get 3 resolutions: 480x320, 960x640 and 854x480. What would be the best way to query for them using @media

My take was:

@media screen and (max-device-width: 480px) {}
@media screen and (min-device-width: 481px) and (max-device-width: 854px) {}
@media screen and (min-device-width: 855px) and (max-device-width: 960px) {}
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T21:58:09+00:00Added an answer on May 27, 2026 at 9:58 pm

    Here is some Css to help you:

    // target small screens (mobile devices or small desktop windows)  
    @media only screen and (max-width: 480px) {  
      /* CSS goes here */  
    }  
    
    /* high resolution screens */  
    @media (-webkit-min-device-pixel-ratio: 2),  
                 (min--moz-device-pixel-ratio: 2),  
                 (min-resolution: 300dpi) {  
      header { background-image: url(header-highres.png); }  
    }  
    
    /* low resolution screens */  
    @media (-webkit-max-device-pixel-ratio: 1.5),  
                 (max--moz-device-pixel-ratio: 1.5),  
                 (max-resolution: 299dpi) {  
      header { background-image: url(header-lowres.png); }  
    }  
    

    Have a read through this link it should solve your problem

    http://davidbcalhoun.com/2010/using-mobile-specific-html-css-javascript

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

The max number of characters you can use in string in a vba function
At all times I use CHARINDEX in stored procedure to check NVARCHAR(MAX) type of
I want to use min(5,10) , or Math.max(4,7) . Are there functions to this
'''use Jython''' import shutil print dir(shutil) There is no, shutil.move, how does one move
Use case: A does something on his box and gots stuck. He asks B
Use case: I've just entered insert mode, and typed some text. Now I want
We want to use the same page to service the desktop, iPhone, and BlackBerry,
I created an app that was rejected because Apple say that my App was
I am using the XML tag android:configChanges=orientation|keyboardHidden|keyboard and the following code to detect device
I'd like to say that I have read and tried many variations of the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.