Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #623597

    Hi,

    I have one page website and there is an mp4 video.
    And I would like to have this video auto play once website is viewed.

    How can I configure it?

    Your assistance is much appreciated.

    Thank you.

    Ghazali

    #625059

    You can set the video to autoplay with the autoplay attribute:

    <video autoplay>
    <source src='http://www.w3schools.com/html/mov_bbb.mp4' type="video/mp4">
    </video>
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.