0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-08 02:52:39 -05:00

Updated loading animation

This commit is contained in:
Peter Zimon 2022-09-16 13:44:01 +02:00
parent 3b21d26be7
commit 9972892259
2 changed files with 4 additions and 1 deletions

View file

@ -44,7 +44,10 @@
<div class="ember-load-indicator">
<div class="gh-loading-content">
<div class="gh-loading-spinner"></div>
<video width="100" height="100" loop="" autoplay="" muted="" playsinline="" preload="metadata">
<source src="assets/videos/logo-loader.mp4" type="video/mp4" />
<div class="gh-loading-spinner"></div>
</video>
</div>
</div>

Binary file not shown.