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
object-fit: scale-down
Warning Image display dimensions should match natural aspect ratio.
Image display dimensions should match natural aspect ratio.
No warning, because image has object-fit: scale-down; css property, so different aspect ratio is intentional.
object-fit: scale-down;
Add check for scale-down here. Probably none value also should be added.
scale-down
none
The text was updated successfully, but these errors were encountered:
Thanks for filing @dima74! Want to work on a PR? :)
Sorry, something went wrong.
029793d
No branches or pull requests
Provide the steps to reproduce
What is the current behavior?
Warning
Image display dimensions should match natural aspect ratio.
What is the expected behavior?
No warning, because image has
object-fit: scale-down;
css property, so different aspect ratio is intentional.Proposed solution
Add check for
scale-down
here. Probablynone
value also should be added.Environment Information
The text was updated successfully, but these errors were encountered: