I created a gallery of images in Wix, and this gallery has several pages.
I need to insert the number of images on each page and the number of remaining images.
I have spoken with the help of Wix and I have been told that this function does not exist.
Could you help me? If you can help me, I would appreciate it if you could explain it to me very clearly, since I do not know anything about programming.
I enclose an image of what I need (it’s in a red circle).
Hello,
I saved the images in a folder that I created in Wix. And then I inserted them into the wix image gallery.
I appreciate you if you can help me.
Toni
Hi,
You can use currentIndex() to get the index of the item displayed, use .items to get all the items in the gallery, then, display that data in a text box. Remember to change the text onCurrentItemChanged() .