Closed
Description
Introduction
In Magento 2.3.3 it is possible to upload watermarks. By doing so your product images are watermarked indeed. But, when uploading product images of different sizes, the watermark's size is altered relative to the product image. These images below better illustrate my point:
Small base product image:
Reproduced in Luma 2.3-develop:
Preconditions (*)
The issue is reproducible in Magento 2.3.3
Steps to reproduce (*)
- Create two products.
- Give one product an image of size 400x400.
- Give the second product an image of size 1200x1200.
- Add a watermark with width 200px.
- Refresh image cache.
- Generate cached images by visiting the product's product detail page.
- Notice that the watermarks are not of equal size.
Expected result (*)
- I expect the watermark to take into consideration the relative size of the image, so that the watermark always is the same width and height regardless of the product image.
Actual result (*)
- The smaller product image gets a larger watermark, the larger product image gets a smaller watermark.