Answer the question
In order to leave comments, you need to log in
How to remove the addition of white margins on the photo in the product card?
Hey! Please tell me, when I add an image to a product, OpenCart itself adds a white background on the sides, how can I turn it off or at least make it transparent?
OpenCart 2.0.3.1
Answer the question
In order to leave comments, you need to log in
This cms will resize images according to the dimensions specified in the settings (Settings > Edit > Images tab). To have a transparent background instead of white stripes, upload a photo in .png format
The same trouble, I suppose the question is not what is in the background, but how to make crop work instead of resize.
I found a working solution for OpenCart 2.3 - https://opencartforum.com/topic/19493-adaptivnyy-r...
The solution for lower versions is also there, respectively.
system->library->image.php
after
$new_width = (int)($this->width * $scale);
$new_height = (int)($this->height * $scale);
insert
$width = $new_width;
$height = $new_height;
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question