diff --git a/src/lib/api/index.ts b/src/lib/api/index.ts index 20f0745d69..083c587b3b 100644 --- a/src/lib/api/index.ts +++ b/src/lib/api/index.ts @@ -354,6 +354,8 @@ async function resolveMedia( alt: videoDraft.altText || undefined, captions: captions.length === 0 ? undefined : captions, aspectRatio, + presentation: + videoDraft.video.mimeType === 'image/gif' ? 'gif' : 'default', } } if (embedDraft.media?.type === 'gif') {