fix: Show a background image in case media doesn't load (#1622)

This commit is contained in:
Dermot Duffy
2024-10-06 14:51:44 -07:00
committed by GitHub
parent ba90e1dabc
commit d7fa2933da
9 changed files with 42 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
:host {
background-position: center;
background-repeat: no-repeat;
background-image: var(--frigate-card-media-background-image);
background-size: 25%;
}