953 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
1
answer
51
views
Implementing a search function with Desandro's Masonry
I've used this css-tricks article to add a search function to my page; it searches for images using the alt text and hides any images that don't match the query. I'm also using Desandro's Masonry to ...
2
votes
2
answers
130
views
Bootstrap 5 and Masonry cards overlap when printing
I'm trying to get Bootstrap to work with Masonry. On the screen, everything looks pretty good. It is responsive and works like a charm.
However, when I print it (or even the preview), the cards ...
1
vote
2
answers
152
views
UICollectionViewCompositionalLayout masonry like with different row and column spans for swift
I'm working on a native iOS app and need to implement a layout for a presentation widget in Swift. For this I have the following design concept:
The cells should not be arranged in rows, but rather ...
0
votes
0
answers
17
views
How to remove masonry gallery hover effect in Bridge WP theme?
My Wordpress site uses Bridge theme. How can I disable the hover effect in the Masonry gallery? Right now when you hover over it, it shows the gallery item title? I don't want it to show any title or ...
0
votes
0
answers
46
views
Masonry.js Alignment issue
In my masonry.js and isotope.js gallery, there is a small gap in right side. I need to know how can fix it?
As you can see in the image there is gap difference in right side and left side.
my js code:
...
1
vote
0
answers
19
views
Masonry using ajax resize
I m working on a responsive site using masonry to show pictures . The grid container is fill with Pictures ( items ) called from an ajax function : item fill from ajax this working well untill i ...
0
votes
2
answers
164
views
Masonry by rows on Vue 3
enter image description here
How I can create blocks like this? Of course I should use directive v-for to render items. But I have no idea how. And any masonry libs cant help me with that
I used "...
0
votes
1
answer
108
views
Extending SquareSpace Masonry Image Grid Display Functionality
Unfortunately I have opted to go with SquareSpace for a site build and have been regretting it from the get-go. It appears to be lacking basic functionality like lazy loading images and control of ...
0
votes
1
answer
156
views
nextjs - initializsing masonry layout correctly with dynamic import
I'm trying to create some dashboards in nextjs - and I have started a project with masonry layout - but I can't seem to get it to initialize.
I've tried setting it in the useEffect - but its not doing ...
0
votes
1
answer
141
views
Bricks Theme for WooCommerce + Masonry Product Columns
I am new to Bricks so excuse my ignorance. I am trying to make the Products module on a Page appear with a masonry effect.
I am enquing both masonry.js and imagesloaded which are available via core ...
0
votes
1
answer
43
views
Masonry overlaps when switching tab-panels
I'm having problem with masonry overlaps when switching tab-panels.
On load window, on tab1 masonry active.
when I press tab2, tab2 masonry active.
But, problem occurs after this.
When I click back ...
0
votes
0
answers
58
views
Responsive masonry layout with just three elements [duplicate]
I want to achieve an HTML/CSS template with three dynamic content divs such that
when #2 is non-blank (and in this case biggest of all) put #3 to the bottom of #1 and to the left of #2
when #2 is ...
0
votes
1
answer
182
views
Is there a way to resize masonic columns when sidebar close?
I am trying to implement a masonry style layout in my reactjs website the package that i am currently using is masonic , Out of the other packages that I have tried it works the best so far but I am ...
0
votes
0
answers
138
views
Masonry(cascading grid layout library) script loading only after editing and saving a file in VS Code in React
first post here.
I am trying to create a Masonry(https://masonry.desandro.com/) photo portfolio, so far I got it working only by accident - editing the file and saving it made Masonry work correctly e....
1
vote
1
answer
212
views
How to stop masonry image to stack up on top of each other?
I'm trying to create a photo gallery based on bootstrap 5 example on masonry which does works fine. I also implemented modal boxes with it and it also works fine.
To keep it short, the only thing I ...