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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T17:11:07+00:00 2026-06-11T17:11:07+00:00

The website I’m working on can be seen here . If you check out

  • 0

The website I’m working on can be seen here. If you check out the ‘About’ or ‘Contact’ section on iPad 3 or iPhone 4 the background looks all crazy pixelated.

I’ve got the background-size set to cover so that when the user resizes it it scales appropriately, however on iPad or iPhone it looks terrible.

Any help or tips on how to fix this for devices @media only screen and (min-device-pixel-ratio: 2)?

Thank you.

  • 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-11T17:11:08+00:00Added an answer on June 11, 2026 at 5:11 pm

    It’s because you are using background-attachment:fixed – for whatever reason this when used with background-size: cover on iOS causes this behavior. (I had this same bug at http://jag.is and just resolved it today).

    So if you add the following it should be resolved:

    /* for background-size:cover replacement on iOS devices */
    @media only screen and (orientation: portrait) and (device-width: 320px), (device-width: 768px) {
        header {
          -webkit-background-size: auto 150%;
          background-attachment: scroll;
        }
    }
    @media only screen and (orientation: landscape) and (device-width: 320px), (device-width: 768px) {
    
        header {
          -webkit-background-size: 150% auto;
          background-attachment: scroll;
        }
    }
    

    The -webkit-background-size property is for iOS as well because it doesn’t recognize the cover property for background-size

    Here’s the article I found my solutions from.

    Lovely site design BTW.

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

Sidebar

Related Questions

Website: http://clandestinoangusto.it/ Hi, can anybody explain why WebKit browsers are not able to highlight
Website: http://videojs.com/ How can I use the YouTube Skin on the frontpage? I'd really
A website I've been working on will not match data using a PHP (preg_match)
My website contains a dropdownlist which isn't clickable in IE9. You can click on
The website I'm currently working on is supposed to be in multiple languages (4
Most website I can parse its title easily with RegEx (. ) or \s
My website can be view from 2 different kind of URI: www.mywebsite.com/magazine or www.mywebsite.com/index.php/magazine
Website title is not displaying in browser title bar. I have seen page source
My Website As you can see on the above link there are several 'kids',
My Website On the link above you can see that I have a CSS

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.