Merge pull request #3385 from WoltLab/amp-ext-img
[GitHub/WoltLab/WCF.git] / wcfsetup / install / files / style / bbcode / media.scss
CommitLineData
ae911c33
MW
1.mediaBBCode {
2 display: inline-block;
3ae040fc 3 max-width: 100%;
ae911c33 4
bac7aefb 5 .mediaBBCodeCaption {
ae911c33 6 color: $wcfContentDimmedText;
bac7aefb 7 display: block;
ae911c33
MW
8 margin-top: 5px;
9 text-align: center;
10
11 @include wcfFontSmall;
12 }
5d99de07 13
14 video {
15 max-width: 100%;
16 }
ae911c33 17}
09d32a6e
MW
18
19/* workaround for broken iframes without height on mobile */
20iframe.instagram-media {
21 min-height: 530px;
22}