Dynamically extract dimensions from loaded media.
This commit is contained in:
@@ -4,4 +4,9 @@ ha-hls-player {
|
||||
img,video {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: block;
|
||||
}
|
||||
div {
|
||||
// Keep the controls positioned relative to the video.
|
||||
position: relative;
|
||||
}
|
||||
Reference in New Issue
Block a user