chunkymonkeymom Posted November 4, 2022 Posted November 4, 2022 I know how to load a video in a block but what do I do to have the video play when people enter the page on my website? Thanks
tuanphan Posted November 6, 2022 Posted November 6, 2022 To make autoplay on page load, you will need to use a Code Block > Add video via code <video width="500" autoplay controls> <source src="https://www.w3schools.com/tags/movie.mp4" type="video/mp4"> </video> Replace with your direct video url, direct url will have an extension at the end, eg: .mp3, .mp4,... Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment