Hi,
i have to get the following and i dont know if it is possible with this plugin. I have a lot of pictures - each differs in width and height. I want to have a grid with no gap - a straight bottom end. The grid goes over 100% of the browser and should be limited in height.
As a bonus i need to have a fixed first and last item. First will be the filter navigation and the last one will get a button to append new pictures.
My actual attempt uses background-images with background-size:cover and this JS init:
Hi, i have to get the following and i dont know if it is possible with this plugin. I have a lot of pictures - each differs in width and height. I want to have a grid with no gap - a straight bottom end. The grid goes over 100% of the browser and should be limited in height.
As a bonus i need to have a fixed first and last item. First will be the filter navigation and the last one will get a button to append new pictures.
My actual attempt uses background-images with background-size:cover and this JS init:
That doesnt work as expected. Sometimes i got gaps.
Thx