• Resolved amandaj333

    (@amandaj333)


    Much obliged for any help you can provide. I’m running mb.YTPlayer on this site: gensilent.com. It’s a genesis theme.

    I would like to add a bg image for fallback on mobile and so that the user doesn’t see a white screen on page load. I can’t seem to get the video to show unless the bg is set to transparent, though. Hoping I can do this through CSS somehow. Any solutions workarounds you can think of?

    https://wordpress.org/plugins/wpmbytplayer/

Viewing 1 replies (of 1 total)
  • Plugin Author pupunzi

    (@pupunzi)

    Hi,
    You should set the background image to the BODY element as follow:

    body{
       background: url(path/to/bg/image.ext) no-repeat center center !important;
       background-size: cover;
    }

    Bye,
    Matteo

Viewing 1 replies (of 1 total)
  • The topic ‘Can get a fallback background image to work’ is closed to new replies.