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
In Chrome 67, applying height: 100% to an img element inside a grid, will set the height of the image to 0
height: 100%
img
(Firefox doesn't have this problem)
Codepen: https://codepen.io/shaal-the-reactor/pen/RBGVVd
The text was updated successfully, but these errors were encountered:
I also hit the same issue here: (works in Fx, fails in Chrome) https://codepen.io/anon/pen/QzaLQJ
The only way was to use flex instead: https://codepen.io/anon/pen/oJpvMZ
Sorry, something went wrong.
No branches or pull requests
In Chrome 67,
applying
height: 100%
to animg
element inside a grid, will set the height of the image to 0(Firefox doesn't have this problem)
Codepen: https://codepen.io/shaal-the-reactor/pen/RBGVVd
The text was updated successfully, but these errors were encountered: