Hi Folks
In below gallery
http://www.dynamicdrive.com/dynamici...photoalbum.htm
Please tell me, how I can put a different image folder link, for thumb nail images.
Thanks
Hi Folks
In below gallery
http://www.dynamicdrive.com/dynamici...photoalbum.htm
Please tell me, how I can put a different image folder link, for thumb nail images.
Thanks
Put the "getalbumpics.php" file in the thumbs folder and create another folder containing larger versions of the images with the same file names.
Then on your calling page change this;
to this;Code:onphotoclick:function(thumbref, thumbindex, thumbfilename){ thumbnailviewer.loadimage(thumbfilename, "fit2screen") }
Code:onphotoclick:function(thumbref, thumbindex, thumbfilename){ thumbnailviewer.loadimage("http://www.mysite.com/larger_images/" + thumbfilename, "fit2screen") }
Focus on Function Web Design
Fast Edit (A flat file, PHP web page editor & CMS. Small, FREE, no database!) | Fast Edit BE (Snippet Manager) (Web content editor for multiple editable regions!) | Fast Apps
Thanks Dear.
Thanks for your support.
Bookmarks