Skip to content

Commit

Permalink
fix(ReactPlayer): change default contain behaviour (#1057)
Browse files Browse the repository at this point in the history
  • Loading branch information
PahaN47 authored and qradle-yndx committed Nov 8, 2024
1 parent 926ca14 commit 2f47d2a
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 2f47d2a

Please sign in to comment.