We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd7cf2a commit 9d87dd2Copy full SHA for 9d87dd2
src/app/(items)/movie/[id]/opengraph-image.tsx
@@ -48,7 +48,7 @@ export default async function Image({ params }: { params: { id: string } }) {
48
)}
49
</div>
50
<div
51
- style={{ height: '600px', maxWidth: '740px' }}
+ style={{ height: '600px', maxWidth: '740px', width: '740px' }}
52
tw="flex flex-col h-full justify-between"
53
>
54
<div tw="flex flex-col items-start justify-start">
0 commit comments