diff options
author | Sam Potts <me@sampotts.me> | 2015-02-17 22:57:00 +1100 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2015-02-17 22:57:00 +1100 |
commit | c55faa3505d855e34b48d5bb968ebe631768f1cc (patch) | |
tree | a842172b9e3e4a0235a81388745047dfc5900159 /index.html | |
parent | f8d71829e0a60c3b61c371b3da7b928c5c0f5a57 (diff) | |
download | plyr-c55faa3505d855e34b48d5bb968ebe631768f1cc.tar.lz plyr-c55faa3505d855e34b48d5bb968ebe631768f1cc.tar.xz plyr-c55faa3505d855e34b48d5bb968ebe631768f1cc.zip |
Added OGG to <audio> example, Fixed IE11 Fullscreen
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -44,6 +44,7 @@ <audio controls> <!-- Audio files --> <source src="//cdn.sampotts.me/plyr/logistics-96-sample.mp3" type="audio/mp3"> + <source src="//cdn.sampotts.me/plyr/logistics-96-sample.ogg" type="application/ogg"> <!-- Fallback for browsers that don't support the <audio> element --> <div> |