Skip to content

Commit

Permalink
Merge pull request #3 from isoteriksoftware/fix/cross-origin-bu
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
isoteriksoftware authored Nov 11, 2023
2 parents b93aab7 + 66cacd6 commit b28cf17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ The `ImageItem` component is used to render an image in the gallery. It is respo

## VideoItem
```tsx
<VideoItem src="https://www.w3schools.com/html/mov_bbb.mp4" />
<VideoItem src="./video.mp4" />
```
The `VideoItem` component is used to render a video in the gallery. It is responsible for rendering the item's geometry and material. It uses the `VideoItemMaterial` component to render the item's material.

Expand Down

0 comments on commit b28cf17

Please sign in to comment.