- Posts: 18
- Thank you received: 0
Lightbox
-
ivan.milic
Support Staff -
- Offline
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
14 years 7 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.
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.287 seconds