Make image fit container (fix image cropping issue)

Add this code to the Custom CSS field on the Settings tab of your Timeline widget’s settings:

[class*="MediaImage__Container-sc"] img {
object-fit: contain;
}
1 Like