outeredge / magento-structured-data-module

Magento Structured Data Module by outer/edge
MIT License
46 stars 13 forks source link

[Bug] Small image is used in ld+json #47

Closed p24-max closed 1 year ago

p24-max commented 1 year ago

A small downsized image from the magento image cache folder is referenced in the ld+json block. As per this module README line 32, the original high-res gallery image shall be used.

This is because the code uses image type product_base_image. As per magento 2.4 default, this is an image of max. 256x256 size: https://github.com/magento/magento2/blob/2.4-develop/app/design/frontend/Magento/luma/etc/view.xml#L71-L74 .

davidwindell commented 1 year ago

Thanks @p24-max , we've switched to the slightly larger medium image in v4.0.3