Chrome autoplay

Support Forums Verde – WP Plugin Chrome autoplay

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #6073
    Martin Kaczmarek
    Participant

    Hi there,

    is there an issue with video autoplay in Chrome? Works fine in other browsers (FF and Edge).

    Cheers,
    Martin

    #6074
    CreaboxThemes
    Keymaster

    Hi,

    what video version do you use?

    Regards

    #6075
    Martin Kaczmarek
    Participant

    Hi there,
    I’m linking to a video hosted on Vimeo.

    cheers,
    Martin

    #6076
    CreaboxThemes
    Keymaster

    Hi,

    I’m so sorry for the delay to answer.
    I have looked for information and I have found that there are restrictions in the autoplay optin in some browsers. You can check the information here: https://help.vimeo.com/hc/en-us/articles/115004485728-Autoplaying-and-looping-embedded-videos

    Regards

    #6077
    Martin Kaczmarek
    Participant

    Thanks for your reply. The only problem is that you don’t embbed the video URL in your plugin only the video ID. So no option of adding any additional parameter.

    cheers,
    Martin

    #6078
    CreaboxThemes
    Keymaster

    Hi,

    yes. In the admin panel you can only add the video ID and enable or disable the sound. What option do you want to change?

    Regards

    #6080
    Martin Kaczmarek
    Participant

    I wanted to add the loop and autoplay parameters to the URL as suggested by the Vimeo article.
    Or any other methods of getting the videos to autoplay on the plugin.

    #6081
    CreaboxThemes
    Keymaster

    Hi,

    the autoplay and loop are enabled in the plugin. You can check it in other browser like Firefox. But, as you can check in the article there are problems with some browser versions that not allow the autoplay.

    In the admin panel, you can only add the video ID. This option is used to complete the javascript code used to load the Vimeo video. I attach you the piece of the code where the video is loaded.

    <div id="fullscreen-wrap"><iframe id="player1" src="https://player.vimeo.com/video/' + i.videoId + '?autoplay=1&loop=1&api=1&player_id=player1" width="500" height="281" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></div>

    The variable i.videoId is the video ID set up in the admin panel.

    Regards

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