Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
make video embeds muted by default
Browse files Browse the repository at this point in the history
make video embeds muted by default
  • Loading branch information
Shreyaschorge authored Aug 27, 2024
2 parents 853ca83 + 79cf191 commit 3d0ae32
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ test-sdk.ts
.env
.env.local
.env.development
.evn.production
.env.production
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neynar/react",
"version": "0.9.1",
"version": "0.9.2",
"description": "Farcaster frontend component library powered by Neynar",
"main": "dist/bundle.cjs.js",
"module": "dist/bundle.es.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ const NativeVideoPlayer: React.FC<NativeVideoPlayerProps> = ({ url }) => {
<video
ref={videoRef}
controls
muted={true}
style={{
width: 'auto',
maxWidth: '100%',
Expand Down

0 comments on commit 3d0ae32

Please sign in to comment.