We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
html
<div className={css.playerWrapper} > <Vimeo video={item.cover_video_url} className={css.videoPlayer} muted loop background controls={false} /> </div>
css
.playerWrapper { overflow: hidden; width: 100%; padding-bottom: 100%; position: relative; border-radius: 12px; background-size: cover; background-position: center; @media only screen and (min-width: 768px) { padding-bottom: 56.25%; } .videoPlayer { position: absolute; top: 0; left: 0; width: 100%; height: 100%; iframe { width: 100%; height: 100%; } } }
Hope it can fill the whole height
The text was updated successfully, but these errors were encountered:
No branches or pull requests
html
css
Hope it can fill the whole height
The text was updated successfully, but these errors were encountered: