masakudamatsu / colmar_academy

0 stars 0 forks source link

Fix the video tag #15

Closed masakudamatsu closed 6 years ago

masakudamatsu commented 6 years ago

Study how the video tag works.

masakudamatsu commented 6 years ago

Using the src attribute, instead of the source element, is totally fine if there's only one video source. So I leave the HTML code as it is now.

The autoplay should generally be avoided. But in our case, the video has no sound and is rather light. And it is very visually enticing. Asking the visitor to click to play the video is perhaps less desirable in our case.

masakudamatsu commented 6 years ago

I've added the playsinline attribute so that iOS10 will start playing the video automatically.

masakudamatsu commented 6 years ago

I've added a video capture image as a fallback.