Fix the width of images in the embedded widget
authorMarcel Werk <burntime@woltlab.com>
Thu, 30 Nov 2023 13:38:29 +0000 (14:38 +0100)
committerMarcel Werk <burntime@woltlab.com>
Thu, 30 Nov 2023 13:38:29 +0000 (14:38 +0100)
ref https://www.woltlab.com/community/thread/303237-embedded-content-image-size-blog/

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

index b47efa290fa2df4a845e4c81aea8d33c9640ce1d..24e510b5abddf0c1e1538a5577bb7ff9483dd054 100644 (file)
@@ -29,6 +29,7 @@
 
        // The `100% + 20px` are the result of the negative margins.
        max-width: calc(100% + 20px);
+       width: calc(100% + 20px);
 }
 
 .embeddedContentLink {