naver / egjs-infinitegrid

A module used to arrange card elements including content infinitely on a grid layout.
https://naver.github.io/egjs-infinitegrid/
MIT License
2.23k stars 95 forks source link

When horizontal: is true, the inline size is not calculated properly. #425

Closed daybrush closed 3 years ago

daybrush commented 3 years ago

Description

<div class="container">
</div>
new MasonryInfiniteGrid(container, {
   container: true,
   horizontal: true,
});

Steps to check or reproduce