Page 1 of 1

Select Product Image thumbnail size

Posted: 28 Apr 2023, 01:06
by redback
Hello, great product!
Is it possible to increase the thumbnail size of the product image when selecting to add to product.
See attached screenshot. (hopefully)
https://imgur.com/a/xk3GCfY
Cheers

Re: Select Product Image thumbnail size

Posted: 28 Apr 2023, 15:58
by Jan
Hi, there is no such option for this, so the only way is to resize it per custom css

e.g.:

Code: Select all

#phocacartmanager a img {
    width: 5em;
    height: auto;
}
Image

Re: Select Product Image thumbnail size

Posted: 29 Apr 2023, 00:28
by redback
Thank you for your speedy reply and fix Jan. My eyes are no longer turning square.

Re: Select Product Image thumbnail size

Posted: 29 Apr 2023, 13:41
by Jan
Ok