Oof. you can't just put the image in there embedded like that it can only be a link (if you don't want the browser to download the .gif anyway).
so:
<video poster="//i.imgur.com/WOW7pYAh.jpg" preload="auto" autoplay="autoplay" muted="muted" loop="loop" webkit-playsinline="" style="max-width: 718px; max-height: 404px;"> <source src="http://i.imgur.com/WOW7pYA.webm" type="video/webm"> <source src="http://i.imgur.com/WOW7pYA.mp4" type="video/mp4"> <a href="http://imgur.com/download/WOW7pYA">http://imgur.com/download/WOW7pYA</a> </video>
@arrowplum started
London Fixed Gear and Single-Speed is a community of predominantly fixed gear and single-speed cyclists in and around London, UK.
This site is supported almost exclusively by donations. Please consider donating a small amount regularly.
Oof. you can't just put the image in there embedded like that it can only be a link (if you don't want the browser to download the .gif anyway).
so: