I want the visitor to be able to click the flickr thumbnail and go to the Flickr site, but right now it loads the image in the lightbox.
How do I remove the lightbox reference?
Here is an example:
Please advise....
GraphicsFuel
I want the visitor to be able to click the flickr thumbnail and go to the Flickr site, but right now it loads the image in the lightbox.
How do I remove the lightbox reference?
Here is an example:
Please advise....
GraphicsFuel
Hey,
you can apply a noLightbox class to the image link - this will deactivate the lightbox:
<a title="Photography portfolio website PSD template" href="http://farm6.static.flickr.com/5140/5478215714_b59c4bfb7d.jpg" rel="sf-lightbox" class="noLightbox">
<img title="Photography portfolio website PSD template" alt="" src="http://farm6.static.flickr.com/5140/5478215714_b59c4bfb7d_s.jpg" />
<span class="image_overlay_effect lightbox_image" style="display: block; z-index: 5; opacity: 0;"></span>
</a>You must log in to post.