mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
place webm url first
This commit is contained in:
parent
2ae0ef2a83
commit
67832f623a
1 changed files with 1 additions and 1 deletions
|
@ -92,8 +92,8 @@ function pickAndResize(elem) {
|
|||
elem.insertAdjacentHTML('afterbegin',
|
||||
`<video controls autoplay loop muted playsinline preload="auto" id="image-display"
|
||||
width="${imageWidth}" height="${imageHeight}">
|
||||
<source src="${uris.mp4}" type="video/mp4">
|
||||
<source src="${uris.webm}" type="video/webm">
|
||||
<source src="${uris.mp4}" type="video/mp4">
|
||||
<p class="block block--fixed block--warning">
|
||||
Your browser supports neither MP4/H264 nor
|
||||
WebM/VP8! Please update it to the latest version.
|
||||
|
|
Loading…
Reference in a new issue