Okay
  Public Ticket #985294
Video background not working
Closed

Comments

  •  2
    Ridhesh started the conversation

    The video background template of EPIC theme is not working in some browsers.  It shows grey background instead of video. For example, in the same laptop video starts playing in safari but not in chrome. But in some PCs, it doesn't show up altogether. Please help us fix the solution

  •  840
    Jelly replied

    Hi,

    Please try add this custom style in Appearance -> Theme Editor -> Style.css, please put it in the end of the file:

    @media only screen and (max-width: 1280px) {
    #home-slider .mbYTP_wrapper {
    display: block !important;
    } }

    Best Regards,
    Jelly Team