You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 22, 2020. It is now read-only.
Hi
I notice the iframe slightly grows out of it parent element especially when using super embed on a CSS grid system. I fixed this by adding an inline style of max-width 100% directly on the iframe; <iframe src="https://player.vimeo.com/video/28629415?autoplay=false" style="max-width: 100%;"></iframe>
Can you please add this inline style directly to the super embed core, to fix this behavior.
thanks
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi
I notice the iframe slightly grows out of it parent element especially when using super embed on a CSS grid system. I fixed this by adding an inline style of max-width 100% directly on the iframe;
<iframe src="https://player.vimeo.com/video/28629415?autoplay=false" style="max-width: 100%;"></iframe>
Can you please add this inline style directly to the super embed core, to fix this behavior.
thanks
The text was updated successfully, but these errors were encountered: