Compare commits
No commits in common. "0060e7b755a3cc9003f5611ca4905c6b62ea3e1c" and "3ec44e49ef433f20724fb3673f314858f48289bd" have entirely different histories.
0060e7b755
...
3ec44e49ef
3 changed files with 4 additions and 1 deletions
Binary file not shown.
BIN
src/assets/img/movie-loader.mp4
Normal file
BIN
src/assets/img/movie-loader.mp4
Normal file
Binary file not shown.
|
@ -9,7 +9,10 @@
|
||||||
muted
|
muted
|
||||||
type="video/webm"
|
type="video/webm"
|
||||||
>
|
>
|
||||||
<source src="/assets/img/movie-loader.mov" type="video/mov" />
|
<source
|
||||||
|
src="/assets/img/movie-loader.mp4"
|
||||||
|
type="video/mp4; codecs='hvc1'"
|
||||||
|
/>
|
||||||
<source src="/assets/img/movie-loader.webm" type="video/webm" />
|
<source src="/assets/img/movie-loader.webm" type="video/webm" />
|
||||||
</video>
|
</video>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue