• I am using a theme ‘Easel” which can use a custom background image. I am use one size 2000x 1800px which works fine on monitors using 1024 res and above but Safari on the iPad resizes the background image to a very small size and renders it useless. Does anyone know a workaround for this?

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • hi there, if you add the code below to the body class it should fix it. It worked for me:

    { -webkit-background-size: 2000px 2000px; }

    Obviously replace the px dimensions with the correct one for that background image.

    Good luck!
    noel

    Hi!

    I’m having this exact problem – site looks great on all platforms but background resizes on ipod and ipad.

    Can you tell me where to insert the above code? I’m using Weaver 2011.

    Site: http://radiusensemble.org.

    Thank you!

    <bump>

    Thoughts anyone? This is my fix, but I don’t know how to implement it.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘iPad Safari resizes background image’ is closed to new replies.