-
I'm attempting to convert a working JavaScript project using Masonry, ImagesLoaded, and InfiniteScroll over to TypeScript. The types for Masonry are available using "npm install --save @types/masonry-…
-
Masonry allow to define the grid size via an inner element (first).
this should be done if columnWidth is set to 0
An inner Element will be created with a special style classname "masonry-grid-sizer…
-
I try, but received this error on console. My code is:
```
```
Any idea?
-
Probably early and likely will come via MDN, but keeping track 0:-)
-
I've been playing around with the masonry grid components in this repo and as as soon as I have a few hundred items, new items don't get positioned properly anymore.
All further items (loaded with …
hyfen updated
3 years ago
-
Hello,
i used this script and it works fine as long as i set the masonry options for column and gutter width like:
...
```
columnWidth: 240,
gutter: 10,
```
...
When i try to set these with the …
-
### Duplicates
- [X] I have searched the existing issues
### Latest version
- [X] I have tested the latest version
### Summary 💡
I am using `import Masonry from '@mui/lab/Masonry';` (could not fi…
-
In https://github.com/w3c/csswg-drafts/issues/9041#issuecomment-1644623143 @bfgeek suggests that in Masonry layout, replaced elements should stretch by default (like non-replaced elements) rather than…
-
After running `ember install ember-masonry-grid`, the actual helpers are not available and I'm getting this error message:
```
A helper named "masonry-grid" could not be found
```
This issue seems t…
-
Thank you for all your work on this great package!
I encountered this issue when I included a `MasonryGridView` in 3 separate tabs. This issue happens when scrolling, switching tabs, and going bac…