Video Gallery
Having constructed a few different photo galleries/carousels the extension to a video gallery is the next step. My aim here is to use HTML elements, hosting and serving media from my own server.
Flying to Munt Cottage
iOS
I need to create a thumbnail image for the visitor to click.
The code
<video id="video2" width="420" border="10" controls>
<source src="https://tempusfugit.me.uk/media/DJI_0259.MOV" type="video/mp4">
Your browser does not support HTML video.
</video>
Links
- HTML Video
- Competing with YouTube - if you are of the mind to upload there.
- Using YouTube Videos on your webpages
External Sources
- HTML Multimedia - 🔗 - W3C
Video Gallery - January 2021