I am trying to make image gallery for my website . in my case i am showing thumbnail of all images and if we clicks on the image it shows image in modal window . there are 2 folders
- Thumbs (consist thumbnail)
- Full image (consist full image)
i have put the image with the same name ,as well i can do it by giving path of my images hard coded like this code
<ul id="gallery">
<li><a href="http://ppplugins.com/demo/ppgallery/images/l_01.jpg" title="Title will be here"><img class="GalleryThumbnail" src="http://ppplugins.com/demo/ppgallery/images/s_01.jpg"></a></li>
</ul>
But dont know how can we do it without giving value hard coded .
please help me .
like if i add more iages in that folders it must show the image on page .
checkout here
1>http://182.50.154.23/elweb//CheckImagesFromFolder.aspx
(trying to make it as 2nd link given below but not using source hard coded)
2>http://182.50.154.23/elweb//Gallery.aspx
(required output)