Modal toggle image size stretched in IE

I’m having an issue with modal toggle image sizes in IE 11.

The toggle image is distorting and displaying really long, with the image being zoomed in (at 100% height, but is cropped off as the container has gone massively long).

I’m assuming this is because the toggle use flex and it’s not recognising it in IE?

Hoping there’s an easy fix. that I can apply to the column, container or main css?

This is what it should look like (in everything but IE):

And this is how it looks in IE (stretched height on the toggle container is about a screen and a half long - so image zooms):

Thanks for the help.

Hi Mark,

Thank you for reaching out to us. This oversized image issue in IE happens because IE behaves differently and needs either the Width and/or the Max Width options of the image element to be set specifically. Try setting the Max Width of your Graphic Image to fix the issue in IE:

Let us know how this goes!

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