12 lines
199 B
SCSS
12 lines
199 B
SCSS
ha-hls-player {
|
|
transform-style: preserve-3d;
|
|
}
|
|
img,video {
|
|
width: 100%;
|
|
height: 100%;
|
|
display: block;
|
|
}
|
|
div {
|
|
// Keep the controls positioned relative to the video.
|
|
position: relative;
|
|
} |