Viewing 10 replies - 1 through 10 (of 10 total)
  • why not use some simple css and add it into your theme style sheet. No need for a plugin at all.
    /*********************************************
    Main Background
    *********************************************/
    body {
    background: url(“https://location of background can go in to your wpmedia file.jpg”)
    no-repeat center center fixed #pick a solid color here in case image fails to load;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    }

    Thread Starter Dinesh4735

    (@dinesh4735)

    Initially, i did had a static image at the background but it doesn’t work with bigger screens where in most of the cases when screen size is bigger than the background image size a background color starts appearing by itself. So considered this plugin as solution but facing only problem when accessing the site using mobile devices.

    Can you give me a screenshot of it on the iPhone?

    Thread Starter Dinesh4735

    (@dinesh4735)

    not sure, how it got fixed!

    But working fine on iphone for now as well.

    Thanxs for prompt response and plugin.

    Great!

    Hello!

    I seem to be having the same issue with my background image not appearing on iPhones or iPads. It works great elsewhere. Any idea what the problem may be? Image size is 2400×2400 and PNG.

    Send me a live URL.

    I’m also having a similar issue where my background isn’t not displaying properly on the iphone. Is there a way to get it to resize the background on the iphone since it displays properly on desktops. https://www.anahitakarmy.com is the site using Spun theme

    Can you please show me a screenshot?

    Click this link to see what it looks like on my iphone

    https://i41.tinypic.com/s3kg1v.jpg

    You can see the background doesn’t show fully compared to the site it only shows some of it

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Plugin doesn't seemsto work on Mobile Phone (Background Image doesn't show)’ is closed to new replies.