Force media to 100% width.

This commit is contained in:
Dermot Duffy
2021-09-07 21:17:41 -07:00
parent c9319b42f5
commit 6995e581ee
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
scrollbar-width: none; /* Hide scrollbar: Firefox */
}
.frigate-card-contents img.snapshot {
.frigate-card-contents img.media,video.media {
width: 100%;
}