Background images for iOS

  • Unknown's avatar

    Hello Support,

    Thank you for sorting out the Chrome being identified as a mobile device issue so quickly.

    I am still having a problem on iphones (and ipads in non-mobile view) the background image is getting squashed normally we would apply the following CSS hack which stops iOS changing the image size.

    body, html {
    background: url(../images/bg.jpg) no-repeat center 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    }

    Do you have any other suggestion?

    Thanks for you help,
    Willie.
    Blog url: http://whatworksblog.wordpress.com/

  • Do you currently have the mobile theme set via Appearance -> Mobile in your blog’s Dashboard?

    If not, would you mind trying that?

  • The topic ‘Background images for iOS’ is closed to new replies.