Skip to content

Commit 14e0469

Browse files
authored
Stop blocking subtitles for video (#221)
1 parent df6750a commit 14e0469

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/blocks/video/VideoPanel.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ const VideoPanel = () => {
2222
width="100%"
2323
height="auto"
2424
controls
25+
crossOrigin="anonymous"
2526
poster={getPublicAsset("/video/poster.jpg")}
2627
>
2728
<source src={getPublicAsset("/video/film.mp4")} type="video/mp4" />

0 commit comments

Comments
 (0)