mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-26 04:08:01 +03:00
Fixed loading animation for Safari
no refs. - the size of the loading animation in Safari wasn't set correctly and didn't always start automatically
This commit is contained in:
parent
1dab16c9c1
commit
378a6f9326
@ -44,7 +44,7 @@
|
||||
|
||||
<div class="ember-load-indicator">
|
||||
<div class="gh-loading-content">
|
||||
<video width="100" height="100" loop="" autoplay="" muted="" playsinline="" preload="metadata">
|
||||
<video width="100" height="100" loop autoplay muted playsinline preload="metadata" style="width: 100px; height: 100px;">
|
||||
<source src="assets/videos/logo-loader.mp4" type="video/mp4" />
|
||||
<div class="gh-loading-spinner"></div>
|
||||
</video>
|
||||
|
Loading…
Reference in New Issue
Block a user