diff --git a/src/components/nostr/MediaEmbed.tsx b/src/components/nostr/MediaEmbed.tsx index ff77a32..5baa963 100644 --- a/src/components/nostr/MediaEmbed.tsx +++ b/src/components/nostr/MediaEmbed.tsx @@ -43,7 +43,7 @@ const PRESETS = { roundedClass: "rounded-md", }, grid: { - maxHeightClass: "", + maxHeightClass: "max-h-[400px]", maxWidthClass: "w-full", roundedClass: "rounded-md", objectFit: "cover" as const,