Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #609315

    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.

    #609326

    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

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