Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Damian

    (@timersys)

    you could add the image with css as the popup background

    #spu-120 {
     background: url( url_to_image.jpg ) no-repeat 0px 0px;
     background-size: cover;
    }

    Replace 120 with your popup ID

    Hi, I’m also trying to use a background image on a popup on http://origin-sweden.com/ and I wondered if you were successful?
    Damian – I tried doing what you suggested but to no avail.
    I tried the css you detailed above and I also tried the following:

    #spu-XXX {
    background-image: url( url_to_image.jpg ) no-repeat 0px 0px;
    background-size: cover;
    }

    Do you have any suggestions?

    Plugin Author Damian

    (@timersys)

    jeremykirke that’s the way to do it. Check your urls. If problem persist open new thread please

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Background image’ is closed to new replies.