Refactors media player handling entirely to make the code more consistent and less boilerplate. Add testing for media player actions. - Closes #1921 - Closes #1916
11 lines
152 B
SCSS
11 lines
152 B
SCSS
@use 'basic-block.scss';
|
|
@use 'media-layout.scss';
|
|
|
|
video {
|
|
width: 100%;
|
|
height: 100%;
|
|
display: block;
|
|
|
|
@include media-layout.media-layout();
|
|
}
|