Lightbox

  • talknaija
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
13 years 11 months ago #7407 by talknaija
Lightbox was created by talknaija
Is it possible to have the lightbox effect on a single image within an article if so how do i go about achieving this?

Please Log in to join the conversation.

More
13 years 11 months ago #7414 by ivan.milic
Replied by ivan.milic on topic Re: Lightbox
Hi,

Easier way is to use our HOT Photo Gallery plugin :

demo.hotjoomlatemplates.com/test/index.p...icle&id=52&Itemid=64

or you can try something manually like this:

You must use HTML view in article editor to add some markup and javascript.
This would be what you need to add:

<div id="mysingleimagegallery">
<a href="<Full size image path>"><img src="<thumb path>" alt="lightbox" /></a>
</div>

<script type="text/javascript">
jQuery(document).ready(function(){
jQuery('#mysingleimagegallery a').lightBox();
});
</script>

<Full size image path> and <thumb path> should be replaced with real paths.

Please Log in to join the conversation.

Time to create page: 0.147 seconds
Powered by Kunena Forum