Restore basic width/height css.

This commit is contained in:
Dermot Duffy
2021-10-26 14:38:10 -07:00
parent d727593ed8
commit 13437168f7
+2 -1
View File
@@ -2,8 +2,9 @@ ha-hls-player {
transform-style: preserve-3d;
}
img,video {
width: 100%;
height: 100%;
display: block;
max-width: 100%;
}
div.container {