fixed safari loading icon...again
This commit is contained in:
parent
446b70396b
commit
b6036f8c70
2 changed files with 2 additions and 2 deletions
BIN
src/assets/img/movie-loader.mov
Normal file
BIN
src/assets/img/movie-loader.mov
Normal file
Binary file not shown.
|
@ -2,13 +2,13 @@
|
|||
|
||||
<template>
|
||||
<video
|
||||
alt="Loading"
|
||||
autoplay
|
||||
class="flex absolute top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2"
|
||||
loop
|
||||
muted
|
||||
title="loading"
|
||||
>
|
||||
<source src="/assets/img/movie-loader.mp4" type="video/mp4" />
|
||||
<source src="/assets/img/movie-loader.mov" type="video/quicktime" />
|
||||
<source src="/assets/img/movie-loader.webm" type="video/webm" />
|
||||
</video>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Reference in a new issue