jirik0201 Posted February 13, 2011 Share Posted February 13, 2011 Hi, in first image is standart size of pictures in presta. I need set just width at pictures as in image two. Of course appied it at large, thickbox and for all pictures.Exists some modul or topic where it is solved. I didn't find.Thanks. Link to comment Share on other sites More sharing options...
tomerg3 Posted February 13, 2011 Share Posted February 13, 2011 You can set the sizes of all the images in Preferences -> Image.Make sure to re-build the images when you are done (Bottom of the page). Link to comment Share on other sites More sharing options...
jirik0201 Posted February 13, 2011 Author Share Posted February 13, 2011 You don't understand. I don't want what is in first image in my first message just bigger or smaller. I want set just width. Height will be calculate. Link to comment Share on other sites More sharing options...
tomerg3 Posted February 13, 2011 Share Posted February 13, 2011 Prestashop creates thumbnails from the original image, and they all have a pre-defined size.As far as I know, you cannot specify just the width or the height. Link to comment Share on other sites More sharing options...
em.pe Posted February 13, 2011 Share Posted February 13, 2011 Preferences >> Products >> Image generated by: widthIn Preferences >> Image set width/height and regenerate thumbinals. Link to comment Share on other sites More sharing options...
jirik0201 Posted February 14, 2011 Author Share Posted February 14, 2011 oh, super. em.pe instruction work. thanks. but just for product list. i need it will work for pictures in product and thickbox. Link to comment Share on other sites More sharing options...
em.pe Posted February 14, 2011 Share Posted February 14, 2011 oh, super. em.pe instruction work. thanks. but just for product list. i need it will work for pictures in product and thickbox. You must edit global.css (from your theme):#primary_block #image-block img#bigpic { cursor: pointer; height: 300px; width: 300px } For example: change height: 300px to height: autoI didn't change sizes for thickbox, but I display original size (without "-large").Here is the solution: http://www.prestashop.com/forums/viewthread/59761/#261012 Link to comment Share on other sites More sharing options...
jirik0201 Posted February 16, 2011 Author Share Posted February 16, 2011 it doesnt work. Link to comment Share on other sites More sharing options...
Don Camillo Posted March 11, 2011 Share Posted March 11, 2011 Hi jirik0201,Did you figur it out already?I have the same theme, and it also didnt work. I noticed that with other modifications it often doesnt work. Maybe its the theme? Have you also experience this?Greetz,Don C. Link to comment Share on other sites More sharing options...
em.pe Posted March 11, 2011 Share Posted March 11, 2011 You must also change (global.css): #primary_block #image-block { border: #d0d1d5 solid 1px; height: 300px; width: 300px } to: #primary_block #image-block { border: #d0d1d5 solid 1px; height: auto; width: 300px } Link to comment Share on other sites More sharing options...
Don Camillo Posted March 11, 2011 Share Posted March 11, 2011 Hi em.pe, thanks for your fast answer. I see my request is a little different, I dont want the large height in the thumbnales (where the box with product descriptions becomes very large, like in his right photo). I just want my thumbnale pictures in the categories with productboxes a little wider (so all the productboxes have to be the same, only the thumbnales 25% larger or so. And I also would like my pictures when zoomed out a little wider. In css, I set the height to auto; like you said, but I think I should do it different right?Changing height to 900, and width to 600, doesnt do the trick. Should I also change that in BO -> preferences -> image? Thanks in advance!Don C. Link to comment Share on other sites More sharing options...
Recommended Posts