ds-site/Resources/Private/Sass/Frontend/components/_video.scss
Daniel Siepmann 746aaf3285 Add basic video content element and first video
Allow to render videos with native HTML5 support in browser.
A first example video is also added to fileadmin.
2020-08-19 23:01:35 +02:00

3 lines
31 B
SCSS

video {
max-width: 100%;
}