Okay
  Public Ticket #3129352
Frame around vimeo videos not fitting the proportions of the video
Closed

Comments

  •  3
    markvansomething1 started the conversation

    Hi

    I have videos that are of various dimensions, but the frame around videos not fitting the proportions of the video. There is extra grey space around the video which looks strange. 

    eg. on this page:

    https://markvandenbergen.com/film-league-of-gods/

    Is there a way to make the frame of the video hug the actual dimensions of the video?

    Cheers,
    Mark

  • [deleted] replied

    Hi Mark,

    Please go to that page and add this CSS code in the Parameters and Options > Custom CSS area:

    .image-placeholder.loaded.video {
        padding-bottom: 34% !important;
        background-color: transparent !important;
    }

    Thanks!

  •  3
    markvansomething1 replied

    Brilliant - that worked !!

    THANKS !

  • [deleted] replied

    Hi Mark,

    Happy to hear thatsmile.png

    Have a nice week!

    I will set this ticket as solved from here.