Skip to content

Commit

Permalink
#224 fix: video tag에 playsinline 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
YelynnOh committed Feb 1, 2024
1 parent 6649216 commit f0e3f30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/onboarding/Scene/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default function Scene({
<video
src={videoUrl}
autoPlay
className="absolute top-0 object-cover h-full w-full"
className="absolute top-0 object-cover h-full w-full playsinline"
muted
key={videoUrl}
onEnded={handleVideoEnd}
Expand Down

0 comments on commit f0e3f30

Please sign in to comment.