We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83032a7 commit 26cffb2Copy full SHA for 26cffb2
src/components/PostEmbed/index.tsx
@@ -80,7 +80,7 @@ export const PostEmbed = ({ embed }: { embed?: BSkyPostEmbed | null }) => {
80
src={embed.external.uri.includes('.gif') ? embed.external.uri : embed.external.thumb}
81
alt={embed.external.title}
82
classNames={{
83
- image: 'rounded-lg w-full object-cover aspect-video',
+ image: 'rounded-lg w-full object-cover',
84
}}
85
clickable={false}
86
/>
0 commit comments