]> git.bts.cx Git - cx.git/blobdiff - public/design/css/style.css
Try to fix aspect ratio issues
[cx.git] / public / design / css / style.css
index a09110f5aa19d0fe155cf0d17e17a781a7fa7c0f..27e627b0db15a2fbda74e8e243ca772d0778515f 100644 (file)
@@ -145,12 +145,19 @@ article + article {
 article img {
        display: block;
        width: 100%;
-       min-height: 20rem;
-       max-height: 40vh;
+       aspect-ratio: 640 / 360;
+       /*min-height: 20rem;
+       max-height: 40vh;*/
        object-fit: cover;
        margin: 0 auto 1rem !important;
 }
 
+article iframe {
+       display: block;
+       width: 100%;
+       aspect-ratio: 640 / 360;
+}
+
 /*@supports (aspect-ratio: 1) {
        article img {
                max-height: unset;