desandro / masonry

:love_hotel: Cascading grid layout plugin
https://masonry.desandro.com
16.28k stars 2.11k forks source link

Masonry layout rendered left large empty space at the bottom of the page in IE 11 #1103

Open TerrenceMiao opened 5 years ago

TerrenceMiao commented 5 years ago

Masonry layout rendered ONLY in IE 11 (version 11.0.9600.19356) left large empty space at the bottom of the page. Have a look screenshot:

Masonry empty space in IE 11

Have to change to "originTop: false" in masonry option to make layout rendered correctly IE 11 (no more empty space at the bottom of the page). However, that make items order reversed as well.

Wonder whether masonry could add one option to let user define items orders - items start from left or right, from top or bottom.

Thanks