Hi again
If you want to have a square image, you need to set width and height of the image. There's no option for crop image on VM.
If you open this file ../gk_esport/css/vm.css you will find this class:
- Code: Select all
.additional-images img {
width: 50px;
}
This sets image width to 50px and height will be automatic.
So if you add square images, the thumbnails will come out square. If not, you can set on override.css file (for example):
- Code: Select all
.additional-images img {width: 50px!important; height: 50px!important}
The previous code that i add is only for the image div wrapper (that is displayed on rectangular size). I was thinking that you were referring to this .
Again, there no thumbnails crop option on VM.
On category view the thumbnail is being displayed according to VM settings (i mean on our demo) . In this case, 90x90 pixels like you can check on VM configurations.
If you want more help, please show us your website for us to see what's going on there.
Cheers