I have actually found where the problem was and without knowing if anything else will turn bad i can say 100% that if you change the file image.php in administrator/component/com_virtuemart/helpers
line: 87
"return $this->displayIt($file_url, $file_alt, $imageArgs,$lightbox,'',$postText);"
to
"return $this->displayIt($file_url, $file_alt, $imageArgs,$lightbox,$effect,$postText);"
and the default.php of the productdetails to main image display line 105-107~: "<?php echo $this->product->images[0]->displayMediaFull('class="product-image"',true,'class="modal"',true,true) ?>"
Then the main-image will work in lightbox.
hope helped some people!
happy new year everyone!