kiddycow Posted February 20, 2011 Share Posted February 20, 2011 hi. I have been using prestashop for a month, and there is one thing that sticks in my mind.When i upload the picture to be the banner or the thumbnail the picture is always degraded.I already have set the preference in the back office displaying the picture as the size i want(eg 890x300), but that doesn't not seem to fix my problem. Any idea??mysite: http://www.dudestores.com/homethanks Link to comment Share on other sites More sharing options...
Radu Posted February 20, 2011 Share Posted February 20, 2011 in your prestashop folder there is a file called images.inc.phpchange $flag = imagejpeg($ressource, $filename, 90);to$flag = imagejpeg($ressource, $filename, 100); Link to comment Share on other sites More sharing options...
Saray Posted February 20, 2011 Share Posted February 20, 2011 can this fix my problem? See my thread:http://www.prestashop.com/forums/viewthread/92808/configuring___using_prestashop/product_images_getting_bleachedwhiter/ Link to comment Share on other sites More sharing options...
Radu Posted February 21, 2011 Share Posted February 21, 2011 yes if you use jpeg images. try it and let us know. as it's a simple fix. Link to comment Share on other sites More sharing options...
kiddycow Posted February 23, 2011 Author Share Posted February 23, 2011 thank you so much now my thumbnails are displayed beautifully. Link to comment Share on other sites More sharing options...
Saray Posted March 18, 2011 Share Posted March 18, 2011 Never mind Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now