Video Embed from Server

ThemeBurn SupportForumsOpenCart ThemesBurnEngineVideo Embed from Server

This topic has been marked as not resolved.

We tried and added a video on the slideshow and apparently if it was hosted in the same server, it does not play at all.

http://www.closetonlineshop.com/index.php is our link.

Do help us to get it to work and how it is possible to have it as auto play as well if ever.

Thanks in advance.

August 14, 2017 at 11:55 am #60977

Hi,

Can we check your configuration? We will need admin access and link to the video you have uploaded on your server.

BR,
ThemeBurn team

August 16, 2017 at 6:17 pm #61029

we have sorted this out and the video player now loads.

is there a way to make it cover the whole screen rather than have spaces on the sides?

http://www.closetonlineshop.com/index.php

August 21, 2017 at 6:54 am #61108

Hi,

Here is some custom code that can force videos in the slider cover the entire screen:

.ms_slide video {
  object-fit: cover;
}

Add these styles from the Theme CP > Theme Settings > Custom > Custom Stylesheet text field.

P.S. Unfortunately this method will not work in IE and Edge (15 and below):

http://caniuse.com/#feat=object-fit

BR,
ThemeBurn team

August 28, 2017 at 10:40 am #61191
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.