forked from jlengstorf/gatsby-theme-jam-example
-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
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
Image in card #21
Comments
The feature image doesn't even use gatsby-theme-nehalem/theme/src/components/card/style.tsx Lines 32 to 56 in b2c339f
Or am I missing something here? |
Sorry. To clarify, if you inspect the image in the card in devtools, you will see something like this: <img src="data:image..."
alt=""
style="position: absolute; top: 0px; left: 0px; width: 100%; height: 100%;
object-fit: cover; object-position: center center; opacity: 0; transition-delay: 500ms;"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be great to change the image in the card from
object-fit: cover
toobject-fit: contain
.The text was updated successfully, but these errors were encountered: