Select Product Image thumbnail size

Phoca Cart - complex e-commerce extension
redback
Phoca Member
Phoca Member
Posts: 12
Joined: 03 Mar 2010, 02:28

Select Product Image thumbnail size

Post 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
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48402
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Select Product Image thumbnail size

Post 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
If you find Phoca extensions useful, please support the project
redback
Phoca Member
Phoca Member
Posts: 12
Joined: 03 Mar 2010, 02:28

Re: Select Product Image thumbnail size

Post by redback »

Thank you for your speedy reply and fix Jan. My eyes are no longer turning square.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48402
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Select Product Image thumbnail size

Post by Jan »

Ok
If you find Phoca extensions useful, please support the project
Post Reply