Jump to content

Thumnails Stays On Default Size


Koen Amant

Recommended Posts

Hello,

I've change the size of the cartsize.height to 128 and the cartsize.width to 80. But when I display the product the thumnails are not shown like I want, they stay like default. If you check the sourcecode (around line 467) the correct height and width are set (128X80). It resemble that it cuts it in a square 80X80.

 

You can check it in this link: http://www.lillyaparis.be/pants/1110-pants-jersey-wide.html

 

Where do I have to change the code to make this look the right way?

 

Greetings,

 

Koen

Link to comment
Share on other sites

Well you increased the image size but not the display area as the images are now cut off, edit the products.css file and around line 105 you will see  

#thumbs_list ul#thumbs_list_frame{    

change the height to 138 then right below that you will see this 

#thumbs_list li {

change the height to 138 and your thumbnails should now show complete.

 

you will find product.css in themes/lilly-a-paris/css/

  • Like 1
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...