Jump to content

[Solved] What is default picture size for pattern attribute and how to change it


Hrist0

Recommended Posts

Hello,

 

Does anybody know what is default image size for patterns attributes and how can change it. If can not change it - then I will edit my pictures. Problem is that my patterns are from 2 colors and in thumbnails - you can not see both colors. Here is an example with baby strollers:

http://www.guga.bg/en/baby-pushchairs-2-in-1/314-baby-stroller2-in-1-baby-merc-leo.html#/234-color_baby_merc_strollers-black_white_l3

 

If I new default size - I will edit all the pictures in order to fit in this size and to show both colors. Of course - if it is easier to change thumbnails pattern size - I will do it.

 

Thank you in advance for everybody's help.

Edited by Hrist0 (see edit history)
Link to comment
Share on other sites

size in your theme is 24x24

 

to change size you have to alter width and height herE:
 

#attributes .attribute_list #color_to_pick_list li a.color_pick {
    display: block;
    height: 22px;
    width: 22px;
    cursor: pointer;
}

so, for example it can look like:
PrsfZs1.png

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...