You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the entry type's field layout is set up correctly, an entry type's cards will show an image on the left side.
This image has an max height, and wont cover the entire area. Is this by design?
Personally I think it looks much better when it actually grows to cover.
What happened?
If the entry type's field layout is set up correctly, an entry type's cards will show an image on the left side.
This image has an max height, and wont cover the entire area. Is this by design?
Personally I think it looks much better when it actually grows to cover.
The CSS in question:
.card>.thumb img, .card>.thumb svg {
max-height: 128px;
-o-object-fit: cover;
object-fit: cover;
width: 100%;
}
Craft CMS version
5.4.1
PHP version
No response
Operating system and version
No response
Database type and version
No response
Image driver and version
No response
Installed plugins and versions
The text was updated successfully, but these errors were encountered: