Open Tealk opened 2 months ago
Describe the bug The banner is cut off in width. The problem is the fixed specification of the height:
.h-32 { height: 8rem; }
Expected behavior You would either have to remove it or adjust it so that it is not a fixed value.
Screenshots
Versions
I've been annoyed by the same thing for a while, and was just working on a proposal.
I wouldn't change the fixed size, but rather fit the image with contain instead of cover.
contain
cover
(See object-fit)
Describe the bug The banner is cut off in width. The problem is the fixed specification of the height:
Expected behavior You would either have to remove it or adjust it so that it is not a fixed value.
Screenshots
Versions