Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the correct property for flex-wrap in IE10?

I am trying to use flex-wrap, but find it is not supported in IE10.

Is there any other flex property that could achieve the same result in IE10?

like image 514
Haoyu Chen Avatar asked Nov 28 '25 13:11

Haoyu Chen


1 Answers

All flex properties that work in IE10 can be found in Microsoft documentation:

  • Flexible box ("Flexbox") layout in Internet Explorer 10

For flex-wrap you would use -ms-flex-wrap.

Another option is to paste your code in the following tool, which automatically generates all the prefixes you need.

  • Autoprefixer
like image 145
Michael Benjamin Avatar answered Nov 30 '25 05:11

Michael Benjamin



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!