fix: max-height images

This commit is contained in:
Kieran 2023-10-18 13:22:33 +01:00
parent d954b90bfd
commit 09cdd501c3
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -32,14 +32,9 @@
.text video, .text video,
.text iframe, .text iframe,
.text audio { .text audio {
width: 100%; max-width: 100%;
display: block; display: block;
} max-height: 800px;
.text iframe,
.text video {
width: -webkit-fill-available;
aspect-ratio: 16 / 9;
} }
.gallery { .gallery {