Open mplusb opened 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:
Any help would be much appreciated!
https://wordpress.org/support/topic/show-less-images-under-different-sizes/
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!