Skip to content

Commit

Permalink
fix(ReactPlayer): change default contain behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
PahaN47 committed Oct 24, 2024
1 parent e7d7bea commit 06c87d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ReactPlayer/ReactPlayer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export const ReactPlayerBlock = React.forwardRef<ReactPlayerBlockHandler, ReactP
ariaLabel,
ratio,
autoRatio,
contain,
contain = true,
} = props;

const {
Expand Down

0 comments on commit 06c87d3

Please sign in to comment.