Video Gallery
 

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>

Top

Links

Link to PDF Disabled

If you require a copy please email tempusfugit.me.uk

Top

References -

  • 1 - HTML Multimedia - https://www.w3schools.com/html/html_media.asp