Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #220803

    Hello,
    I’ve made a custom test video and have embedded into the one slide in Layer Slider. But when resizing the screen, the video doesn’t change size. Any help making it responsive is greatly appreciated!

    thanks,
    larry

    #220810

    Also, I’ve tried to embed into text box, and doesn’t seem to load.
    I’ve tried using the Media Elements-Video too, but it only displays a link.

    The video is a .mov and loads/plays fine within Layer Slider. Just not responsive.
    Can view the DEV site here http://publicusco.com/2014pubco/

    thanks,

    #220823

    Hey!

    Can you please post the video code here? If you’re using an iframe, please try to add the class attribute. Something like this:

    <iframe class="full-width" width="" height="" src="//www.youtube.com/embed/jexUS43sdeQ?rel=0" frameborder="0" allowfullscreen></iframe>
    

    Then add this on Quick CSS or custom.css:

    iframe.full-width, .ls-s-1.ls-video-layer {
    	width: 100% !important;
    	height: 100% !important;
    }

    Cheers!
    Ismael

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Layer Slider – Embed Video to be Responsive’ is closed to new replies.