How do I make image with text Image 1:1 for mobile Instead of 16:9?

Hi @Mo1ehb ,

Please go to Actions > Edit code > Assets > component-image-with-text.css file and paste this at the bottom of the file:

.image-with-text__media--small {
    height: 0 !important;
    min-height: auto;
    padding-bottom: 100%;
}