I used the code below to insert a video into the slider, hoping for the video to take up the entire length of the slider. However, there’s fairly large margin to the left of the video (the video is not stretching to the full length of the slider). Any help would be greatly appreciated!
<video width=”100%” height=”100%” preload=”metadata” controls loop=”loop”>
<source src=”/wp-content/uploads/2014/11/iStock_000020752865HD1080-14.mp4″ type=”video/mp4″>
</video>
Hey!
Try adding this code to the Quick CSS:
.ls-video-layer {
left: 0 !important;
}
Cheers!
Josue
You are welcome, always glad to help :)
Regards,
Josue