You are reading a single comment by @arrowplum and its replies. Click here to read the full conversation.
  • 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>
    
About

Avatar for arrowplum @arrowplum started