Skip to content

Commit

Permalink
fix: usevidtex playsinline
Browse files Browse the repository at this point in the history
  • Loading branch information
drcmda committed Nov 29, 2022
1 parent 6b07f8e commit 0213527
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/useVideoTexture.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export function useVideoTexture(src: string, props: Partial<VideoTextureProps>)
muted: true,
loop: true,
start: true,
playsInline: true,
...props,
}
const gl = useThree((state) => state.gl)
Expand Down

1 comment on commit 0213527

@vercel
Copy link

@vercel vercel bot commented on 0213527 Nov 29, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.