We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e773849 + 27e2dbb commit 1a85cd1Copy full SHA for 1a85cd1
next-cloudinary/src/components/CldVideoPlayer/CldVideoPlayer.tsx
@@ -165,7 +165,7 @@ const CldVideoPlayer = (props: CldVideoPlayerProps) => {
165
<Head>
166
<link href={`https://unpkg.com/cloudinary-video-player@${PLAYER_VERSION}/dist/cld-video-player.min.css`} rel="stylesheet" />
167
</Head>
168
- <div style={{ width: '100%', aspectRatio: `${width} / ${height}`}}>
+ <div style={{ width: '100%' }}>
169
<video
170
ref={videoRef}
171
id={playerId}
0 commit comments