-
Notifications
You must be signed in to change notification settings - Fork 141
Open
Labels
questionFurther information is requestedFurther information is requested
Description
Very nice tool, thank you.
In my case very often the container's height is wrongly calculated and items overflow.
- A working example of the error
- If you force-reload, 1 out of 4 times max height is wrongly calculated (I added some console.logs, so look at the console, please)
- I am starting the grid like this (static:false because the images come from an external service, but with 'static:true' and without 'items', same error)
let magicGrid = new MagicGrid({
container: '.container',
animate: false,
gutter: 0,
static: false,
items: 8
// maxColumns: 4,
// useMin: true,
});
magicGrid.listen();
- This is Chrome 78.0.3904.97 (Official buildl) (64 bits)
Let me know if I can provide other information, or what to try, please.
Thank you
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested