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

    Hi,

    I’ve embedded a Vimeo video with autoplay option on my website. How do I correct the iFrame sizing to remove the black bars:

    I’m not using the standard Video component as it does not include an autoplay option.

    Thanks, Nick

    #769775

    Hey Nick,

    Try adding this to quick css:

    .player .video-wrapper {
        background: #fff!important;
    }

    Best regards,
    Jordan Shannon

    #769804

    Hi Jordan,

    I can’t get the style to apply despite a number of different attempts. Is this because it’s HTML body inside an iFrame?

    Regards, Nick

    #769831

    Hi Nick,

    Try adding this css code:

    .page-id-117 #main .avia-video-16-9 {
        padding-bottom: 67%;
    }

    Let us know if this helps :)

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.