fixed safari loading icon...again

This commit is contained in:
Edward Tirado Jr 2025-04-22 21:00:59 -05:00
parent 6b73d6fb65
commit 446b70396b
3 changed files with 2 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View file

@ -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.mov" type="video/quicktime" />
<source src="/assets/img/movie-loader.mp4" type="video/mp4" />
<source src="/assets/img/movie-loader.webm" type="video/webm" />
</video>
</template>