• Resolved janez33

    (@janez33)


    Hello,
    html video element is missing webkit-playsinline="true" playsinline="true" in order for video to autoplay on safari. It should be at least an option to activate this feature ??

    Great work on the plugin and have a nice day,

    Janez

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi there @janez33,

    Thank you for reporting that Janez, we will make sure to include that in our upcoming update ??

    Best,
    Krishna

    ilvi

    (@ilvi)

    Hi there Janez and/or Krishna,
    where do I have to add the following line for the plugin to work in safari?

    webkit-playsinline=”true” playsinline=”true”

    Thank you very much.
    Salute
    Silvio

    Thread Starter janez33

    (@janez33)

    <p style="text-align: center;">
    <video class="video-autoplay aligncenter" width="400" loop muted autoplay playsinline>
    <source type="video/webm" src="https://video.webm">
    <source type="video/mp4" src="https://video.mp4">
    </video>
    </p>
    Thread Starter janez33

    (@janez33)

    @lushkant Now I’m thinking ??Maybe I was wrong about webkit-playsinline. I think it only works for really old Safari versions. Only playsinline should be included. I’m sorry.

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