I only want to show 12 items in 4 rows at the same time at first preload:
[show_gallery number_of_columns=4 post_count=12 image_size=’medium’]
But my problem is, that I want to show more images by searching a categorie or load more images by click like 12. Maybe 16, 20 or 24. But it`s to much for preload view.
I could only insert this code to show all:
[show_gallery number_of_columns=4 post_count=16 image_size=’medium’]
12 images in 4 rows on preload and more images by any action like a load more button or categorei search.
How can I do that?
THANK YOU VERY MUCH!