Hello, how can i make the preview of fancybox pop up in virtuemart images smaller?
ribo Hi
You can try with this custom CSS code:
.com_virtuemart.view-productdetails #fancybox-wrap #fancybox-outer #fancybox-content { width: 700px !important; height: 700px !important; }
and change to your desired value.
saguaros Thank you. I have another question. How can i hide the fancybox title in pop up images? I found with put white color. Is there another solution for this?
You can use this custom css:
#fancybox-wrap #fancybox-title {display: none !important;}
to hide the title.