Hello everyone,
I’m trying to create a simple click-through image gallery (carousel) in Silex 4 with six pictures. I want users to click arrows or the image itself to cycle through the photos in the same space on the page.
I have some questions and issues:
I can’t find where or how to upload images to Silex for use inside my carousel. The Assets panel or upload folder is not visible in my editor.
I’m not sure how to get the correct image URLs to use in the carousel’s code.
I’ve tried adding custom HTML and JavaScript code for a carousel.
I’m also confused about other image-related settings like favicon or social sharing thumbnail — they don’t seem to help with adding gallery images.
Could someone please guide me step-by-step on:
How and where to upload images inside Silex 4, or if there’s an alternative recommended method?
How to properly add a click-through carousel gallery using those images?
Thanks so much for your help!