Skip to content

Commit ca12237

Browse files
committed
Use sylius_original liip imagine filter to get the highest possible resolution image for Google
1 parent 6a82931 commit ca12237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DataMapper/Product/ImageProductDataMapper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ final class ImageProductDataMapper implements ProductDataMapperInterface
1414
{
1515
public function __construct(
1616
private readonly CacheManager $cacheManager,
17-
private readonly string $filter = 'sylius_shop_product_large_thumbnail',
17+
private readonly string $filter = 'sylius_original',
1818
) {
1919
}
2020

0 commit comments

Comments
 (0)