Okay
  Public Ticket #1901507
Vimeo letterbox color
Closed

Comments

  • didricko started the conversation

    Hi!


    Im having some problems when embedding vimeo videos.

    I have a video on vimeo that is 2.39:1 is aspect. When embedding this video on to my website, the letterbox above and under the video becomes white. I would like them to be black. It only if you go into fullscreen mode and back out again they become the correct color.

    Im not sure if the problem lays within vimeo or the theme settings. Could you help me out?

    It happens on this website:

    https://www.didrikbrathen.com/portfolio/slik-ting-ender/

  • [deleted] replied

    Hi didricko,

    Please add the code below to your Custom CSS area:

    .wpb_wrapper .wpb_video_wrapper .image-placeholder.video {
        background-color: #333333 !important;
    }

    I wish you a great day!