-
Hello,
I try to implement your react component in a project but the margin left is all the time equal to 0.
My React compoment :
``` js
import React from 'react';
import ReactDOM from 'react-dom'…
jbrat updated
6 years ago
-
Hi,
Hope you are all well !
As I am not good at using angularjs, I was wondering if it won't be a bad idea to use masonry https://github.com/wynfred/ngx-masonry/ to have a flexible grid whatever…
ghost updated
4 years ago
-
Hi, I'm trying to create a portfolio listing grid with a masonry layout.
I'm using injections to add items that span 2 columns and maintain the same image ratio.
Don't know why it's breaking the gr…
-
### Steps to reproduce
Link to live example: https://react-nxweja.stackblitz.io/
Steps:
1. Create a Masonry layout using Material UI.
2. Hide the first item in the Masonry layout using CSS or Ja…
-
I'm using Isotope with wordpress to organize my posts, however, as you can see in the image, after one element that has twice the height of the others, the order of elements gets really messed up, the…
-
Hello,
Thank you for the package, it's very easy to use it.
I just noticed that at the bottom, it's not render as excepted.
There is space to allow the last block to move in the other column …
-
I need to create children on demand, but which grid layouts is appropriate?
1. Staggered Grid Layout
2. Masonry Grid Layout
3. Quilted Grid Layout
...
-
Currently I am working with JetSmartFilters and the Elementor Pro Posts widget. This works perfectly. However, the pagination of Elementor Post Pro is not taking into account the filters of JetSmartFi…
-
How do you hide the images before Masonry organizes them into a grid? My shows the images in a pile as they are being loaded and then finally once they are all loaded then Masonry organizes them nice…
-
Hello,
I am fetching my images data with a get promise in Angular 6, like this:
```typescript
this.getModule.gallery( this.id )
.then( ( gallery: Gallery ) => {
this.gallery…