my problem is actually that I have like a hundred lighboxes which were created by somebody using Wix functionality (so no programming). Unfortunately, they used Wix Pro Gallery. What I want to do is to get all the galleries from the lightboxes into a database so that I can create a dynamic page instead of the hundred lightboxes.
So, if there is a way to get the gallery out of the Wix Pro Gallery into a database then I’d be keen to know.
Second question is whether there is maybe a way to change a Wix Pro Gallery to a normal Wix gallery using Wix functionality (this would solve the problem, since I could then just use the let images = $w(" #gallery1 ").items; )