GIFV Links
Today I Learned (TIL): GIFV links are actually MP4 files with the HTML5
video
tag and the loop
attribute. Here is my attempt at a perfect loop
from The Bike Law CCA Regional Crit Championship Walterboro SC June 17 2017.
<html>
<head>
<title>Bike loop</title>
<head>
<body>
<video width="1920" height="1080" muted controls loop video controls autoplay poster="bikeloopposter.png">
<source src="bikeloop.mp4" type="video/mp4">
</video>
</body>
</html>
For more content from the race see my Bike Law CCA Regional Crit Championship Walterboro SC June 17 2017 photo album.