Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #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 screen

    In private mode you can find my account information

    Thank you very much for your support.
    Marco Ricci

    • This topic was modified 2 years, 11 months ago by marcoricci76.
    #1299916

    Hey,

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

    #1299938

    Hi, 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 2 years, 11 months ago by marcoricci76.
    #1300254

    Hi,

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

    #1300392

    Thank you very much.
    I would like to show the video also from mobile device. How can i do this?

    Thank you .
    Marco

    #1300741

    Hi,

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.