-
Issue description:
-
Link to the page with the widget in
question:
2 Likes
Hey there, @Cliantha_Research
I see that you’ve changed the image ratio to 1:1 and now the images are not getting cropped:
If you’d like to keep 3:2 image ratio and fix the cropping issue, please add this code to the Custom CSS field on the Appearance tab of your widget’s settings
[class*="Text__Container-sc"]:hover [class*="Text__Control-sc"] {
text-decoration: underline;
}
[class*='MediaImage__Container-sc'] img {
display: block;
width: 100% ;
height: 100% ;
object-fit: contain ;
}