WPChill / final-tiles-grid-gallery-lite

0 stars 3 forks source link

Show less images under different sizes #29

Open mplusb opened 3 years ago

mplusb commented 3 years ago

Is it possible to show less images under different browser sizes?

I’ve added the following css to my website but all it did was hide the image and kept the image container at the same height, leading to a big area of white space:

ftg-22 .tile:first-of-type, #ftg-22 .tile:first-of-type img.item { display: none !important; height: 0 !important; }

Any help would be much appreciated!

mplusb commented 3 years ago

https://wordpress.org/support/topic/show-less-images-under-different-sizes/