vue-masonry-css icon indicating copy to clipboard operation
vue-masonry-css copied to clipboard

Wrong placement on last elements

Open lucianobosco opened this issue 2 years ago • 1 comments

First of all, I want to thank you for this amazing plugin!

"vue-masonry-css": "^1.0.3",
"vue": "^2.6.14"

This is my first implementation and I'm facing a small issue with pictures location at my very bottom page. Not sure why so any clue will be appreciated.

https://pasteboard.co/dQBK6LKqfge6.png

The implementation looks like

<masonry 
      :cols="{default: 5, 1000: 3, 700: 2, 400: 1}"
      :gutter="{default: '20px', 700: '15px'}">
     
      ................
</masonry>

The bottom image is the latest one loaded from a paginated request. I'm wondering why it's placed in that column since there are few slots where it can be easily placed, such right column.

As far I see, this is not related to CSS since the image element is explicitly placed on the 2nd column. Also by removing pagination or fetching all images at once the issue persists.

Thanks in advance

lucianobosco avatar Mar 22 '22 18:03 lucianobosco

Hello :), I have the same problem. Did you a find a solution ? thanks for your reply

FlorianB83 avatar Sep 19 '22 11:09 FlorianB83