I have a list with multiple gallery images (a fieldx field). In
typography area I have change this field to "image" to see all the
images in a modal box. This works good but the problem is there was
shown all images of all items in the list. For example:
car1 (has 4 gallery images)
car2 (has 3 gallery images)
car3 (has 5 gallery images)
Now
I will see the images from "car1" and I click the next/previous buttons
of the modal box. If I click "next" on the last image of "car1" I will
get the first image of "car2" on screen. But at this point I would have
the first image of "car1" again. Is this possible??
If not, is it possible to disable the next/previous buttons and the "onclick" function on the image??
Thank you for your answers...