hi
The additional photo in product detail view is not showing. It is cropped
We had this problem also with the default and we made a small change
if (!empty($this->product->images[0])) {
$imagesrcmain = YTTemplateUtils::resize($this->product->images[0]->file_url, '600', '600', 'fill');
?>
=> change fill to fit:
if (!empty($this->product->images[0])) {
$imagesrcmain = YTTemplateUtils::resize($this->product->images[0]->file_url, '600', '600', 'fit');
?>
Can you please tell me what change I must do
this is the wrong
prnt.sc/f5xy8d
This is the real photo
prnt.sc/f5xyyv