-
AuthorPosts
-
May 11, 2021 at 10:28 am #1299629
Good morning,
I’m developing a FULL SCREEN home page with different videos in loop.I need your help about to know how:
– to remove play/pause functions. I would like to have the video alway on in loop without give to the customer the possibility to have play/pause effect by clicking on the video
– I would like to have this experience: clicking in every part of the screen while the videos are in loop, the customer must be redirect to this page https://marcor69.sg-host.com/landing/
– I don’t want to see the scrool bar on the right side of the screenIn private mode you can find my account information
Thank you very much for your support.
Marco Ricci- This topic was modified 3 years, 6 months ago by marcoricci76.
May 12, 2021 at 12:55 pm #1299916Hey,
Thanks for contacting us!
I edited your slides and chose to hide the controls and loop the video in Styling > Video Settings tab and then went to Advanced > Link Settings and added your landing page link.
Please review your website :)
Best regards,
YigitMay 12, 2021 at 2:45 pm #1299938Hi, Yigit,
thank you very much for your support and help.
Everything is right.
Just last question: if I click on the video i still see the pause || simbol. is it possible to hide it?And sorry it’s an extra question :-) How can i do to see all the videos on mobile device too?
Thank you.
Marco- This reply was modified 3 years, 6 months ago by marcoricci76.
May 14, 2021 at 7:41 am #1300254Hi,
No problem. Glad we could be of help. Regarding the pause icon, please try to add this css code in the Quick CSS field.
.av-click-overlay, .av-click-to-play-overlay, .avia_playpause_icon { display: none !important; opacity: 0 !important; }
Best regards,
IsmaelMay 14, 2021 at 5:39 pm #1300392Thank you very much.
I would like to show the video also from mobile device. How can i do this?Thank you .
MarcoMay 17, 2021 at 1:57 pm #1300741Hi,
Unfortunately, this is not possible due to the following reason.
Video on most mobile devices can’t be controlled properly with JavaScript, so you can upload a fallback image which will be displayed instead. This image is also used if lazy loading is active.
You will have to upload a fallback image in place of the video on mobile view.
You could also hide the slider on mobile view and display an actual video element instead. Or use the Layer Slider element instead.
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.