-
Notifications
You must be signed in to change notification settings - Fork 237
Open
Labels
Description
Describe the bug
As the title staits, I am experiencing an issue with "gutterPixels" and layout setting... I have tried applying this code but no gutter is visible and my page and grid look broken
const filterizr = new Filterizr('.filter-container', {
gutterPixels: 400,
layout: 'sameWidth',
});
Filterizr version
"filterizr": "^2.2.4",
Expected behavior
I expected to have three images in a row with 40px of gutter space in masonary layout (sameWidth or packed)... except I get a broken layout with no gutter and images covering one another (2nd screenshot has some padding to images aplied to simulate gutter)
Desktop (please complete the following information):
- OS: [MacOS]
- Browser [Chrome]
- Version [115.0.5790.114]