diff options
author | Sam Potts <me@sampotts.me> | 2015-02-17 23:40:57 +1100 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2015-02-17 23:40:57 +1100 |
commit | e89e87de626c89214970641ef28f9b84a28a32ad (patch) | |
tree | 2177fd2d13bc064b2daba3334b1200102d847f57 | |
parent | b7ea8c38754a3ecdbcdafc04787406091b1a388f (diff) | |
download | plyr-e89e87de626c89214970641ef28f9b84a28a32ad.tar.lz plyr-e89e87de626c89214970641ef28f9b84a28a32ad.tar.xz plyr-e89e87de626c89214970641ef28f9b84a28a32ad.zip |
Prevent poster being downloaded twice
-rw-r--r-- | index.html | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -30,9 +30,7 @@ <!-- Fallback for browsers that don't support the <video> element --> <div> - <a href="//cdn.sampotts.me/plyr/movie.mp4"> - <img src="//cdn.sampotts.me/plyr/poster.jpg" alt="Download"> - </a> + <a href="//cdn.sampotts.me/plyr/movie.mp4">Download</a> </div> </video> </div> |