Style media embeds

This commit is contained in:
Ben Goldsworthy 2022-11-28 22:24:04 +00:00
parent ea35ca38c1
commit 428645245b
3 changed files with 8 additions and 6 deletions

View file

@ -195,7 +195,8 @@ body {
width: auto !important;
}
.popup__image {
.popup__image,
.popup__video {
width: auto;
height: auto;
max-width: 70vw;
@ -274,7 +275,8 @@ body {
min-width: 350px;
}
.popup__image {
.popup__image,
.popup__video {
max-width: 100%;
max-height: 60vh;
margin-top: 1em;