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 8143473
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T13:07:56+00:00 2026-06-06T13:07:56+00:00

When I display an image with a width of 1600px it’s shown correctly. But

  • 0

When I display an image with a width of 1600px it’s shown correctly. But when I display an image that has, for example 1920px width, Safari displays it way smaller.

I use:

<!-- in the header -->
<meta name="viewport" content="width=device-width;" />

<!-- correct -->
<img src="content/dummy/brand_backgroud_1600_1.jpg" alt="">

<!-- to small -->
<img src="content/dummy/brand_backgroud_1920_1.jpg" alt="">

How can I fix this, without setting the overall width in the meta-tag?

This happens on both, iPhone and iPad with iOS 5.1

Edit:
Even with this most simple html-page:

<!DOCTYPE html>
<html lang="de">

<head>

    <meta charset="UTF-8" />

    <meta name="description" content="" />
    <meta name="keywords" content="" />

    <title></title>

</head>

<body>

    <img src="content/dummy/brand_backgroud_1920_1.jpg" alt="">
    <img src="content/dummy/brand_backgroud_1600_1.jpg" alt="">


</body>
</html>

I get this result:

enter image description here

  • 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-06-06T13:07:57+00:00Added an answer on June 6, 2026 at 1:07 pm

    One approach might be to set the image width to be “100%”, height to be “auto”. That way all images, regardless of their pixel width, will appear to be the full width of their parent container. This is actually a neat trick to support Retina too.

    Edit: Ok, now I understand what you are saying. You want the user to see the full-sized 1600 or 1920 images, and you do NOT want iOS to scale it.

    Edit #2: So I tried a couple different things – you are correct. iOS appears to be “scaling” images that do not have width or height explicitly set, when the image size is above a certain px value. When you do explicitly set them, they work as expected. That seems to be your only solution at this point.

    <img src="image_1600.jpg" alt="" style="width: 1600px; height: auto" />
    <img src="image_1920.jpg" alt="" style="width: 1920px; height: auto" />
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using a image view with a fixed height and width to display
I have the following code a.rollover { background-image: url('sprite.jpg'); display: block; width: 191px; height:
What is proper way to display a gif image into the dialog with text
I have some code that has the property display-inline . Due to this it
I have an empty div called #lightPole that has a background image of a
I have a form that has an image behind it and in FF I
Please i have an issue with my form background image display. It works well
I want to display a png with flex's builtin image component. There's a specific
I have an image on my filesystem. I display it on a page with
Just looking for a good PHP Image Library, I want to display images with

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.