Fix lazy loading in event viewer in Safari.

This commit is contained in:
Dermot Duffy
2021-11-06 22:36:39 -07:00
parent d272988ef7
commit 8141bbfb46
2 changed files with 52 additions and 20 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ ha-hls-player {
img,video {
width: 100%;
height: 100%;
height: auto;
display: block;
}