• I want my flickr images to, when clicked, open up to their flickr size with lightbox. Any idea’s or plugins that do this?

Viewing 1 replies (of 1 total)
  • 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>

Viewing 1 replies (of 1 total)
  • The topic ‘WP-Flickr Lightbox Combo’ is closed to new replies.