Thread: Photo Gallery
View Single Post
Old 12-04-2012, 08:16 PM   PM User | #2
devnull69
Senior Coder

 
Join Date: Dec 2010
Posts: 2,261
Thanks: 10
Thanked 533 Times in 527 Posts
devnull69 will become famous soon enough
If you google "image gallery", possibly together with jQuery (if you want), you will certainly find hundreds of different examples.

Otherwise there is no easy answer unless you add some more information
- Will the thumbnails be separate pictures or do you just want the browser to downscale?
- Will the images (image paths) be stored in a file system or a database of some kind?
- Do you want all the images (on all sub pages) to be loaded on page load or do you want to load the images only when they are "about to be shown"?
- Do you already have the markup for the gallery (i.e. the container elements and the positioning CSS)?

I am asking this because usually you will get help if (and only if) you show some effort, i.e. some of your own code, and then describe your specific problem. We are not a free coding service.
devnull69 is offline   Reply With Quote
Users who have thanked devnull69 for this post:
samuvk (12-04-2012)