- Posts: 17
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
<script type="text/javascript" src="{TEMPLATEURL}jquery.lightbox-0.4.js"></script>
$(document).ready(function() { $('a.lightbox').lightBox(); });
<a href="lien-vers-images.jpg" class="lightbox"><img src="petite-image.jpg"></a>
$(document).ready(function() { $('a > img').parent("a").lightBox(); });
<link rel="stylesheet" type="text/css" href="{TEMPLATEURL}lightbox.css"/>
<script type="text/javascript" src="{TEMPLATEURL}lightbox.js"></script>
<a href="/upload/surveys/341781/images/monimage.jpg" rel="lightbox"><img alt="" src="/upload/surveys/341781/images/monimage.jpg" style="width: 750px; height: 382px;" /></a>