I have the video dropped in using
[av_video src='https://vimeo.com/1084537' format='16-9' width='16' height='9' custom_class='']
Quick Css
.fullwidth-video .avia-video.avia-video-16-9 .avia-iframe-wrap {
width: 100% !important;
height: 100% !important;
}
The video is still not displaying full width on larger screens. It is the last slide where I have the video.
Hey bensondesign!
NOTE: Layer slider do not support fullscreen video but we can provide you some css hacks it will have some limitations. please try the below code in Quick CSS in Enfold > General Styling
#top .ls-l{
width:100vw!important;
left:0!important;
}
Best regards,
Vinay