Hi @JoJo
i understood.
Is this the original installation code for the Photo Gallery?
I’ve never seen it like this before. It won’t work like this?
To display a specific category, a trigger is needed, which, for example, occurs when a link is clicked.
This requires custom JS code, which @Max can probably create for you for the photo gallery.
I’ve done something similar with the Portfolio app.
Here, you can add some text along with enough images.
For your project, the idea of categories is recommended.
I wouldn’t use the timeline for that.
Each category is the story of an animal, right?
But the filter shouldn’t be displayed now, but only when a specific link is clicked, right?
This is the function in the example with the Portfolio app.
https://community.elfsight.com/t/portfolio-how-to-get-a-link-to-a-certain-category/110925?u=sina
You can also do this with the Photo Gallery.
This also allows you to hide the bar with the categories.
.eapp-photo-gallery-category-list-component{
display:none;
}