Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: iOS에서 동영상이 자동으로 전체화면으로 전환되는 현상 제거 #292

Merged
merged 1 commit into from
Nov 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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