Classic Image issue in IE

Good morning. I am having an issue in Internet Explorer when using the classic image and setting the style to circle. It looks fine in all the other browsers I have tested, but in IE it’s warped, like it’s being stretched on its axis. You can see this at the bottom of one of my pages at https://www.emilycolin.com/sacrifice-of-the-seven-sins/

Thanks for your help.

Hey @wnhorne246,

You have applied Flex to the column and that’s not compatible with the Classic Image at least on IE. IE is strict when it comes to size declaration of elements and the Classic Image doesn’t have a defined size so the Flex layout stretches it.

image

What you could do is replace the Classic Image with the Image element. Define a Width of 100% then set the Inner Border Radius to 100EM for all corners to replicate the circle shape.

image

image

I’ve tested that setup and it works.

image

Hope that helps.

Thanks. That worked out just fine.

Glad that we could be of help.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.