|
|
|
@ -94,7 +94,7 @@ export const ControlsGroup = styled.div` |
|
|
|
: ''}; |
|
|
|
: ''}; |
|
|
|
` |
|
|
|
` |
|
|
|
|
|
|
|
|
|
|
|
const supportsAspectRatio = CSS.supports('aspect-ratio', '16 / 9') |
|
|
|
const supportsAspectRatio = CSS.supports('aspect-ratio', '16 / 9') && isMobileDevice |
|
|
|
|
|
|
|
|
|
|
|
export const PlayerWrapper = styled.div<PlayStopProps>` |
|
|
|
export const PlayerWrapper = styled.div<PlayStopProps>` |
|
|
|
width: 100%; |
|
|
|
width: 100%; |
|
|
|
|