Skip to content

Commit

Permalink
Better video
Browse files Browse the repository at this point in the history
  • Loading branch information
jonbell-lot23 committed Apr 10, 2024
1 parent 95be6c6 commit d813de8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/components/sections/DevTools.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,20 +136,21 @@ export function DevTools({ devTools }: LandingPageFragment) {
<div
style={{
position: 'relative',
width: '100%'
width: '100%',
marginBottom: '15px'
}}
>
<MuxPlayer
streamType="on-demand"
playbackId="3OZMn3uq3dlTfHO19bGjaBO8JXXbPduqCx2RqDG5jIg"
playbackId="duyGJ3YhpPbZSQS5IuNo9IrqBR95LeZv5T01nOs4HZMk"
primaryColor="#FFFFFF"
secondaryColor="#000000"
muted={true}
autoPlay={true}
style={
{
borderRadius: '18px',
display: 'block',
margin: '15px 0',
'--controls': 'none',
'--media-object-fit': 'cover',
'--media-object-position': 'center'
Expand Down

0 comments on commit d813de8

Please sign in to comment.