| {Photoset-700} | |
|---|---|
| {Photoset-500} {Photoset-400} {Photoset-250} They would load into a lightbox but when I switched to having a {block: Photoset} and then loading each image in the photoset with {block: Photos} they aren't clickable hyperlinks that trigger the Lightbox. To see what I mean, you can head over to dantou.tumblr.com and look at the third post down. At the moment all the images are just static. The code block for photosets in my theme is: {block:Photoset} <div id="entry"> {block:Photos} {LinkOpenTag} <img src="{PhotoURL-HighRes}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" alt="{PhotoAlt}" style="margin-top: 5px;"/> {LinkCloseTag} {/block:Photos} {/block:Photoset} Is there anyway I can edit this so that the images in photosets click-through into the lightbox? |