Skip to content

Commit

Permalink
fix: ios에서 동영상 자동 전체화면 기능 끄기 (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
po4tion authored Nov 21, 2024
1 parent 3296873 commit 440ab53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/docs/advantages/type-support-table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export default function TypeSupportTable({ locale }: TypeSupportTableProps) {
{isKorean ? 'es-hangul의 강력한 타입 시스템' : 'The powerful type system of es-hangul'}
</figcaption>

<video className="rounded-lg" width="100%" autoPlay muted preload="metadata" loop>
<video className="rounded-lg" width="100%" autoPlay muted preload="metadata" loop playsInline>
<source src="/videos/type_support.mp4" type="video/mp4"></source>
</video>
</figure>
Expand Down

0 comments on commit 440ab53

Please sign in to comment.