Hello,
I've some problems to display correctly the video in the module.
First, here the video address on YouTube channel:
... and this his the address of the test site:
test-scorrendo.scorrendoconilliri.it/
As you can see the logo on the bottom left is cut, I have to give a very high value at the height of the module (1100 px - apparently it's not possible to enter pourcentage values...) to start viewing the logo and finally I never see the entire logo
1. How to see the entire video without giving high values or if you prefer how to display the original size of the video?
2. Concerning the display on tablets and videos, I guess it's possible to adjust the height of the image that replaces the video, what is the class to target?
Also, can you tell me from which resolution (breakpoints) the image replace the video?
Hi iorbita,
Thanks for contacting us and choosing our product!
About your question with jux background video I can answer as below:
1. JUX background video auto calculate the width and height of video to fullscreen of div tag or body. So if you original size of the video you will see background of position. If you really want to see the logo in this case you can put this code at custom css option:
.mbYTP_wrapper iframe {
margin-left: 0!important;
}
2. To Css background image on mobile devices you can use this class
.jux-background-image {
}
3. There are no resolution to replace video by image. The image background will appear when you use mobile devices as tablet,...
Hope this help!
Hello Longdt,
sorry for the late reply, but I'm traveling and the internet connection is very bad where I am. As soon as I have a decent connection I will try these new rules.
Hello Longdt,
I come back to this post because even with a decent connection, the video streaming has a different behavior and this depending on which browser you use: in Chrome the first three minutes are not really fluid, the video is played with a lot of stop-starts, in Firefox is the entire video which is not "streamed" properly, Safari is the only browser that plays the video correctly.
I want to clarify that this behavior appears only when the connection is via wifi, if the connection is via ethernet the streaming is fluid.
Maybe you have some advice for me to improve the fluidity with wifi connection?
Here the address of the website:
www.scorrendoconilliri.it
Hi iorbita,
Thanks for your feedback!
Sorry for late response because we just have weekend.
I checked your site and see background video working fine:
Chrome:
Firefox:
Our module use stream from youtube and display it as background only - no process anything. So If you see slow streaming maybe your connection or video quality or you need update browser to latest version.
Hope this help!