loktar00/react-lazy-load

Any possible way to have auto height?

Drecula opened this issue · 1 comments

Hi,

This is an extremely cool component...thanks!

I have a series of containers that contain arbitrary numbers of components as children. Therefore, I can't know the required height ahead of time. Also, I have display: flex & flex-wrap: wrap, so if the
container is made smaller on the x axis, my children overflow the container since isn't flex aware.

Do you think there are ways to address these issues, or is this outside the scope of your design?

Thanks!!!

Don't set height props. The content will appear in auto height.