Okay
  Public Ticket #601855
Preview image not showing for video background
Closed

Comments

  • Alex started the conversation

    Hello-

    I have a video background header, and I have a preview image specified but it's not showing on mobile. Attached are screenshots from iPad and Android. Also attached is a screenshot of the page settings in WordPress. I'm not using a Nectar slider but am rather using the Page Header Settings of the page itself.

    Any tips for getting the preview image to show?

    Thanks!

    -Alex

  •  8,470
    Tahir replied

    Hey ,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    @media only screen and (min-device-width: 1px) and (max-device-width: 1025px) {
        .mobile-video-image {
            display: block !important;
        }
    }

    Best.



    ThemeNectar Support Team 

  • Alex replied

    Thanks - totally fixed it.

    You\'re awesome as always!

    -Alex