Gallery solution required!
-
Hey all! I have a problem to solve.
I have a gallery page on a website I’m building, which is laid out as a grid of thumbnails. When clicked, they use a lightbox-style script to enlarge the images to full size in the same window. Here’s an example of the code for one image:
<li><a href="image.jpg" rel="lightbox-o" title="caption"><img src="thumbnail.jpg" alt="" /></a></li>But a client having to deal with all of that when adding more images is not exactly ideal! I need a way to make adding new images much easier, maybe just using the main image and having it automatically scaled to a thumbnail for a start.
Can anyone give me a hand? Thanks very much in advance!
The topic ‘Gallery solution required!’ is closed to new replies.