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
Hey Nick,
Try adding this to quick css:
.player .video-wrapper {
background: #fff!important;
}
Best regards,
Jordan Shannon
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
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