Kris-B / nanoGALLERY

image gallery simplified - jQuery plugin. Touch enabled, responsive, justified/cascading/grid layout and it supports pulling in Flickr, Google Photos and self hosted images.
https://nanogallery2.nanostudio.org/
439 stars 101 forks source link

Nano gallery refuses to show images on screen #109

Closed jitunair18 closed 8 years ago

jitunair18 commented 8 years ago

My html snippet is as below with some images on my pc.


My js is directly from the website:
 jQuery(document).ready(function () {
        jQuery("#nanoGallery3").nanoGallery({
    itemsBaseURL: 'http://nanogallery.brisbois.fr/demonstration/'
});

});



Attaching snapshot which shows state of my gallery.
Please provide some inputs on why the images are not turning up.
I am looking them up on Chrome and Mozilla
![nanogallery](https://cloud.githubusercontent.com/assets/10362761/13906667/a716b5ae-eeb2-11e5-9032-74f6fd008941.jpg)
Kris-B commented 8 years ago

Your itemsBaseURLpoints to http://nanogallery.brisbois.fr/demonstration/-> but your images do not exist on this URL.

jitunair18 commented 8 years ago

Kris, The images are currently on my local drive. Could you please tell me what my next steps should be? Thank you so much for pointing this out to me but I am not exactly sure what my next steps should be here. Shreejit

Kris-B commented 8 years ago

You need to store your images on a webserver and then adjust itemsBaseURL to point to them.