Compare commits

..

No commits in common. "0060e7b755a3cc9003f5611ca4905c6b62ea3e1c" and "3ec44e49ef433f20724fb3673f314858f48289bd" have entirely different histories.

3 changed files with 4 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View file

@ -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>