nanostudio-org / nanogallery2

a modern photo / video gallery and lightbox [JS library]
https://nanogallery2.nanostudio.org
761 stars 112 forks source link

Is it possible to automatically get images from URL without writing items: [...] ? #347

Closed joecarletto closed 3 years ago

joecarletto commented 3 years ago

Hi! First of all, great job! My question is if it's possible to automatically get images from URL without writing items: [...] I tried to write only itemsBaseURL example: itemsBaseURL: 'img/' for getting all images in that folder but it doesn't work. Thanks in advance. Bye

Kris-B commented 3 years ago

This is not possible : one js running in a browser can not natively get a list of images from an URL.