Grid Element Doesn't Work in IE11

I have a grid that has 6 pictures in it. I finally figured out how to get them to scale properly in IE11. But that’s when i realized the grid element doesn’t appear to work in IE11 at all.

The first image is the appearance in Chrome, the later is the appearance in IE11.

Is there any workaround to make it function?

Hi @USAT009,

Thanks for reaching out.

Regretfully, CSS Grid is not supported by IE11, you need to do your layout with the Nested Layout Row element. To know more about the Nested Layout Row elements please check our docs.

https://caniuse.com/#search=CSS%20grid

Hope that helps.

Thank you.

unfortunately that doesn’t work for the visual display provided by the grid element. It doesn’t allow stacking of images in a way that would work at all widths. I’ll rethink the layout, thanks.

@USAT009,

Just let us know how it goes.

Thank you.

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