I want my flickr images to, when clicked, open up to their flickr size with lightbox. Any idea's or plugins that do this?
I want my flickr images to, when clicked, open up to their flickr size with lightbox. Any idea's or plugins that do this?
lightbox... download lightbox and edit the php code that create the html code of your flickr img..
<img src="img url" alt="Bad Kamers" width="122" height="130" border="1" >
into
<a href="img url big" rel="lightbox[name of project/set]" title="title"><img src="thumpnail url" alt="your choose" width="122" height="130" border="1" /></a>
This topic has been closed to new replies.