VirtueMart Forum

VirtueMart 2 + 3 + 4 => Product creation => Topic started by: django29 on December 13, 2011, 17:15:28 PM

Title: No ligntbox for the pictures/thumnails in VM modules ?
Post by: django29 on December 13, 2011, 17:15:28 PM
Hello.

How can I have lightboxes for the thumbnails in VM modules (best sales, etc...) ?
Title: Re: No ligntbox for the pictures/thumnails in VM modules ?
Post by: PRO on December 13, 2011, 17:38:07 PM
you can try this

<?php echo $product->images[0]->displayMediaThumb('class="browseProductImage" border="0" title="'.$product->product_name.'" ',true,'class="modal"'); ?>