Skip to content

Commit 4a376e9

Browse files
authored
fix(ReactPlayer): change default contain behaviour (#1057)
1 parent 1ecf308 commit 4a376e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ReactPlayer/ReactPlayer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export const ReactPlayerBlock = React.forwardRef<ReactPlayerBlockHandler, ReactP
8989
ariaLabel,
9090
ratio,
9191
autoRatio,
92-
contain,
92+
contain = true,
9393
} = props;
9494

9595
const {

0 commit comments

Comments
 (0)