-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
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
Vimeo embed black bit at top and bottom #11
Comments
I don't know if this "the right way" of doing something like this, but I found this useful, when I had the same problem. .video-wrapper { When resizing the window, the black bars reappear (though vertical), so I've changed the % to @media (max-width: 767px) { I hope this helps |
@Buzejka's solution is pretty good -- seems like either way you're going to get letterboxing or pillarboxing (the bars on the sides). I'll look into the possibility that the Vimeo player's aspect ratio might have changed slightly. |
I got it working just fine after removing "padding-top: 30px;" from .embed-container {} |
Removing padding-top: 30px works for me too. |
^ this |
Sounds like it's time to remove the IE6 workaround. "padding-top:30px" has been removed for all responsive embed wrappers. Thanks, guys! |
Anyone know why the black bar appears at the top and bottom of a Vimeo embed?
My container div hasn't been resized yet and the initial size is set to the same aspect ratio as the share embed code when I set the width to 620px eg. 620px x 378px
Is it possible to remove this?
The text was updated successfully, but these errors were encountered: