Fix the scaling of images that are too narrow
authorAlexander Ebert <ebert@woltlab.com>
Wed, 25 Sep 2024 11:05:11 +0000 (13:05 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 25 Sep 2024 11:05:11 +0000 (13:05 +0200)
See https://www.woltlab.com/community/thread/307718-cms-article-teaser-images-are-not-centered/

wcfsetup/install/files/style/ui/contentItem.scss

index a345072e104e00bf3ef7b40790361f098a4b9657..f4582cf1819d0086238c61e51f8fabbbad05748c 100644 (file)
        object-position: center;
 
        // The `100% + 20px` are the result of the negative margins.
-       max-width: calc(100% + 20px);
+       width: calc(100% + 20px);
 }
 
 .contentItemBadges,