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
TL;DR, See demo: https://jsfiddle.net/0fezqfxw/ It will display correctly in Chrome, Firefox, Edge. It is not displayed in Safari.
For example, when fixing the aspect ratio, you can not specify height for the parent element.
Thanks for this great repository, And sorry my bad English!
The text was updated successfully, but these errors were encountered:
I found the same issue in Safari 12.0, 12.0.2 & 11.1.2 using https://jsfiddle.net/8whbotq2/ Defining height explicitly resolves the issue: https://jsfiddle.net/mueoxnga/1/
I believe this worked in an earlier version of Safari 11 - since some related code worked before rolling forward.
Sorry, something went wrong.
Looks like the problem is fixed in iOS15.
No branches or pull requests
TL;DR, See demo: https://jsfiddle.net/0fezqfxw/
It will display correctly in Chrome, Firefox, Edge. It is not displayed in Safari.
For example, when fixing the aspect ratio, you can not specify height for the parent element.
Thanks for this great repository, And sorry my bad English!
The text was updated successfully, but these errors were encountered: