I’d like to use the image slider to show images contained in an object, that is itself part of a collection.
Imagine having a collection of 100 objects, each containing 5 image-containing objects (among other elements).
So my image slider would be part of the collection items, effectively rendering 100 image sliders.
Can I bind the slider to the list of image-containing objects, create a div hierarchy to map other elements of the object, and bind the image in this object to the image element of the hierarchy?
(effectively making it an object slider)
To make it more tangible, imagine a real estate agency presenting a collection of homes, each home having many characteristics, among which a list of pictures with overlay elements.
That seems doable to me but so that would mean :
You have an object slider
inside the slider (so for each object), you have an image slider that take the 5 images of the object
So i don’t think you can do that just using the image slider the way it is, but you can probably build what you want easily.
I don’t use those elements so much, so i can’t help but it seems doable to me !
Don’t hesitate to show it once you’re done and explain how you’ve build it !
Good luck !