Closed lisongx closed 6 years ago
Same here
I think you add monitorImagesLoaded={true}
to the stack grid like this:
<StackGrid
duration={duration}
columnWidth={w}
gutterWidth={gutter}
gutterHeight={gutter}
easing={easing}
monitorImagesLoaded={true}
>
{grid-content}
</StackGrid>
I fix the issue by specify the img size my self...
it's not very stable from what I check, sometimes the image will overlap and the result is not right then
if refreshed, it would be right for some chance but no always