Hey there! So, I’m working on a site which includes a “deep zoom” image gallery, behind each image of which will be a folder including many small tiles that make up the high res image. I’m using leaflet.js, something like this:
http://kempe.net/blog/2014/06/14/leaflet-pan-zoom-image.html
What I’m wondering, is if I can set up the panel such that when a panel user uploads a low-res image, a new content folder in which to put the hi res tiles can be automatically created. The only solution I can think of is to instruct the user to make new folders for each image and make sure the low-res image and the folder have the same filename (without extension). I want the ordering of the low-res images to match the content folders also…
I hope this all makes sense. I’m working on it now and I’ll post updates. Any help would be appreciated! Thank you.
Edit: I’m realizing an easier arrangement might be to have the low-res versions in the folder along with the hi-res tiles…