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
Select Product Image thumbnail size
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Select Product Image thumbnail size
Hi, there is no such option for this, so the only way is to resize it per custom css
e.g.:
e.g.:
Code: Select all
#phocacartmanager a img {
width: 5em;
height: auto;
}
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 12
- Joined: 03 Mar 2010, 02:28
Re: Select Product Image thumbnail size
Thank you for your speedy reply and fix Jan. My eyes are no longer turning square.
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Select Product Image thumbnail size
Ok
If you find Phoca extensions useful, please support the project