Better support for the 2:1 aspect ratio of OG images
authorAlexander Ebert <ebert@woltlab.com>
Mon, 10 May 2021 11:57:45 +0000 (13:57 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 10 May 2021 11:57:45 +0000 (13:57 +0200)
wcfsetup/install/files/style/ui/unfurlUrl.scss

index 51b61a7a2402c5555d296de4cb01af653e0393c5..27e8d6d019a924930ec40630a9937387191378ea 100644 (file)
        position: relative;
        width: 600px;
 
+       /* OG images are designed with a 2:1 aspect ratio. */
        &.unfurlUrlCardCoverImage {
+               width: 600px;
+
                .unfurlUrlImage {
-                       min-height: 150px;
+                       height: 200px;
                        position: relative;
                }
        }