Fix HLS playback in Chrome embeds (#11506)

This commit is contained in:
Samuel Newman
2026-08-19 20:53:35 +03:00
committed by GitHub
parent 9d363e983b
commit a329899552
+1
View File
@@ -466,6 +466,7 @@ function VideoEmbed({content}: {content: AppBskyEmbedVideo.View}) {
preload="metadata"
// @ts-expect-error https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/video#loading
loading="lazy"
crossorigin="anonymous"
aria-label={content.alt || undefined}
onClickCapture={evt => evt.stopPropagation()}
className="w-full rounded-xl bg-black"