From 3df3b7bf4924fc269b6fdcb15b203a45a09d0749 Mon Sep 17 00:00:00 2001 From: vineyardbovines Date: Tue, 12 May 2026 13:24:10 -0400 Subject: [PATCH] [APP-2160] Fix PublicationEmbed hero image width on web The inner View inside the article-region Link was missing `a.w_full`, so on web (where Link renders as an inline ) it shrink-wrapped to the Image's intrinsic width. Images with small intrinsic dimensions (Leaflet thumbnails) rendered tiny, while large ones (PCKT) rendered correctly by accident. The legacy ExternalEmbed sets `a.w_full` on the equivalent View directly inside the Link wrapper; matching that pattern here. --- .../Post/Embed/ExternalEmbed/PublicationEmbed/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Post/Embed/ExternalEmbed/PublicationEmbed/index.tsx b/src/components/Post/Embed/ExternalEmbed/PublicationEmbed/index.tsx index 76d42f0679..e781d92e55 100644 --- a/src/components/Post/Embed/ExternalEmbed/PublicationEmbed/index.tsx +++ b/src/components/Post/Embed/ExternalEmbed/PublicationEmbed/index.tsx @@ -64,6 +64,7 @@ export function PublicationEmbed({