Skip to content

Commit

Permalink
feat: iOS 동영상 재생시 전체 화면으로 뜨는 오류 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoon-Hae-Min committed Aug 23, 2024
1 parent 021cc37 commit 01bfdde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/features/slop/ui/slop-video.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ const SlopVideo = ({ src, closeVideo }: SlopVideoProps) => {
<Loading />

<video
playsInline
className={cn('absolute top-0 z-50 h-full w-full')}
ref={playerRef}
autoPlay={true}
Expand Down

0 comments on commit 01bfdde

Please sign in to comment.