Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1305241

    Hey there,
    i am using a simple fullscreen slider with a video. While loading the video a grey background is shown for half a second and then fades out. I want it to be black like the background color on the whole page.

    Any ideas?

    Thank you :-)
    Sven

    #1305289

    … and i need the preloader animation to be unvisible… Thanks

    #1305593

    Hi,

    Thank you for the inquiry.

    The background of the video is now black. Did you manage to change it? Regarding the loading icon or overlay, try to use this css rule in the Quick CSS field.

    .mejs-overlay-loading {
        display: none !important;
    }
    

    Best regards,
    Ismael

    #1305797

    thank you, its working fine :-)

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘grey background fullwidth slider’ is closed to new replies.