Skip to content

Commit

Permalink
fix: video overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
nataliia-karpenko committed Nov 4, 2024
1 parent 2ffddf8 commit 88992b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/sections/Video.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ export default function Video({ blok }) {
muted={true}
src={blok.video.filename}
loop={true}
playsinline={true}
playsInline={true}
webkit-playsinline={true}
/>
</div>
<div className="m-auto w-[90%] lg:w-1/3 lg:px-4 xl:px-20">
Expand Down

0 comments on commit 88992b5

Please sign in to comment.