Skip to content

Commit

Permalink
enhance video (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
sndsabin committed Jun 8, 2020
1 parent 3b3fcee commit b4d3fe2
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/bundle.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/index.js.map

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions src/components/CardMedia.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@ const VideoWrapper = ({ data, secureVideoUrl, loadSecureUrl, autoPlay }) => {
}, 1000)
}}
autoPlay={autoPlay}
src={videoUrl}
/>
controls
>
<source src={`${videoUrl}#t=0.1`}></source>
</Video>

}

Expand Down

0 comments on commit b4d3fe2

Please sign in to comment.