robfaas
robfaas
Yes ofcourse. Searching and trying again. Adding border to thumbnail img seems to work on the demo, but only there. Then I found out that it does not work without...
Please consider to take a look at two bare examples, where the ONLY difference is the css rule `img { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }` [example where borders...
Yep, I can confirm that page sometimes will flicker like... :( I think it's best to force vertical scrollbar to prevent this. [example ](https://www.qwiq.nl/justified/example3.html)
I understand that. But it will be used mainly on pages larger than 100% viewport height. For now I am a happy man with this acceptable solution.
@miromannino Yes, there are other issues. In my examples maxRowHeight is set to null. If you set maxRowHeight to a value not much higher than the rowHeight, then the borders...
Hi qmarcos, Thanks, it is indeed solved now. By using another script :) I'm using https://github.com/flatpickr/flatpickr now.
What about: { columnWidth: 100, itemSelector: '.grid-item', gutter: 10 } And: .grid-item--width2 { width: 210px; /* 2 columns+1 gutter */ background: #EFEFEF; } .grid-item--width3 { width: 320px; /* 3 columns+2...