Is it possible to use lightbox on the large images?
Code:
<div id="wrap">
<div spry:detailregion="DSproductimages">
<div id="limg">
<img src="images/templates/large/{DSproductimages::imgfile}" width="{DSproductimages::imglarwidth}" height="{DSproductimages::imglarheight}" alt="{DSproductimages::imgfile}" />
</div>
</div>
<div id="cont">
<div spry:region="DSproductimages">
<ul id="ulthumb"><li spry:repeat="DSproductimages" spry:setrow="DSproductimages"><img src="images/templates/thumb/{imgfile}" width="{imgthumbwidth}" height="{imgthumbheight}" alt="{imgname}" /></li>
</ul>
</div>
</div>