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
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,
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