Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IE11 masonry layout is broken (+ solution) #47

Closed
rradoychev opened this issue Jun 28, 2021 · 1 comment
Closed

IE11 masonry layout is broken (+ solution) #47

rradoychev opened this issue Jun 28, 2021 · 1 comment

Comments

@rradoychev
Copy link

rradoychev commented Jun 28, 2021

Case: The elements inside the masonry create big gaps between each other vertically making the page look broken.
Reason: flex value of the display property

An easy fix for this is to target the inner DIV inside the masonry's main flexbox DIV via css and override the display: flex; property with display: block;. In this way, we don't tweak the library's files.

Probably this library isn't intended to support IE11 fully, but if anyone needs it to - that's the way to go.

@rradoychev rradoychev changed the title IE11 masonry layout is broken IE11 masonry layout is broken (+ solution) Jun 28, 2021
@cedricdelpoux
Copy link
Owner

Hi, this library was not intended to support IE11 but PR are welcome if you want to help 🤝

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants