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
Mentioned in subject, the current config for the img class in css just like below:
img
img { max-width: 100% }
and for my case, I would like to display the img thumbnails with the following:
img { height: 250px; object-fit: cover; }
Nice to have this customization for our own blog style !! Appreciate!!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Mentioned in subject, the current config for the
img
class in css just like below:and for my case, I would like to display the img thumbnails with the following:
Nice to have this customization for our own blog style !!
Appreciate!!
The text was updated successfully, but these errors were encountered: