fix: Show a background image in case media doesn't load (#1622)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
:host {
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-image: var(--frigate-card-media-background-image);
|
||||
background-size: 25%;
|
||||
}
|
||||
Reference in New Issue
Block a user