I have installed Fresh Magento2.4 on Ubuntu 18.04 with PHP7.3 version. I have done all the configuration mentioned here https://docs.magento.com/user-guide/catalog/product-image-watermarks.html to add the watermark image.
After added the watermark image configuration I ran below commands
bin/magento cache:clean
bin/magento cache:flush
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento setup:static-content-deploy -f en_US en_GB
bin/magento indexer:reindex
bin/magento catalog:image:resize
After all doing this , watermark image is not showing on category pages or product detail pages
See below images
Watermark image
Any help will be really appreciatable
2
Answers
Magento 2.3.4 provide to setup water mark for each image type.
Here are image types:
Make sure you have followed all the steps provided by Magento doc
https://docs.magento.com/user-guide/catalog/product-image-watermarks.html
I don’t think so you need setup upgrade command and static content deploy. You just need to clean cache only.
I have followed same instruction and here is result.