Dear Konrad,
First of all thank you very much for your reply. But I follow the post that you said and I suposo that I have to change the code
echo $product->images[0]->displayMediaThumb('class="browseProductImage" border="0" title="'.$product->product_name.'" ',true,'class="modal"');
for the code
<a title="<?php echo $product->link ?>" rel="vm-additional-images" href="<?php echo $product->link; ?>">
<?php
echo $product->images[0]->displayMediaThumb('class="browseProductImage"' border="0" title="'.$product->product_name.'" ', false);
?>
</a>
in file
/httpdocs/templates/gk_yourshop/html/com_virtuemart/productdetails/default.php
if that I said is true, it doesn't work.
Any other idea?
Thank you in advance,
Manel