You need to override core code in src/Adapter/Product/Image/ProductImagePathFactory.php
public function getPathByType(ImageId $imageId, string $type, string $extension = self::DEFAULT_IMAGE_FORMAT): string { $path = $this->getBaseImagePathWithoutExtension($imageId); return sprintf('%s-%s.%s', $path, $type, $extension); }