rassy Posted August 26, 2011 Share Posted August 26, 2011 Hi guys, I need to have transparent PNG product images. The admin-backend accepts .png files for product images, BUT they are converted into non-transparent JPG files when displayed in the product list. This is the code which is used in the listing to get the image-link: <img src="{$link->getImageLink($product.link_rewrite, $product.id_image, 'home')}" height="{$homeSize.height}" width="{$homeSize.width}" alt="{$product.name|escape:html:'UTF-8'}" /> MY QUESTION: Is there a way to have transparent PNG images for products? I am hoping that there is a work-around. Help :-) I would be really thankful for some tips. Kind regards Rassy Link to comment Share on other sites More sharing options...
Wingz Posted August 26, 2011 Share Posted August 26, 2011 Yep go to admin/preferences/image and you'll find the options in the second panel. 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