align alt text behaviour between gif types (#9822)

This commit is contained in:
Samuel Newman
2026-02-04 22:34:14 +02:00
committed by GitHub
parent 965b17ff86
commit e6c4a539ca
5 changed files with 63 additions and 75 deletions
@@ -101,6 +101,7 @@ export function VideoEmbedInnerWeb({
fullscreenRef={containerRef}
hasSubtitleTrack={hasSubtitleTrack}
isGif={embed.presentation === 'gif'}
altText={embed.alt}
/>
</div>
</View>