8c732dc93322c4ff986da44f11057fe0b1500255
[GitHub/WoltLab/WCF.git] / wcfsetup / install / files / style / bbcode / video.scss
1 /* scale embedded videos to maximum width */
2 .videoContainer {
3 display: block;
4 overflow: hidden;
5 padding-bottom: 56.25%; /* 9 / 16 */
6 position: relative;
7 text-align: left;
8
9 iframe, video {
10 height: 100%;
11 position: absolute;
12 width: 100%;
13 }
14 }