I´ve been looking at the jquery lightbox plugin and it seems simple enough, however i was wondering if there is anyway that i could make the plugin´s “previous” and “next” buttons work without the images being named sequentially (eg. “image1.jpg, image2.jpg, image3.jpg”). Any help is greatly appreciated, thanks in advance!
Note: The images its working with are uploaded by users and are renamed to a random name generated by my php code during upload
jQuery lightbox does not rename images. If the images are named image1.jpg, image2.jpg, image3.jpg, it is because they are named that way by the server or the uploader.