skip to Main Content

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


    • Go to admin side.
    • select the content.
    • select the design > configuration.
    • click on edit action on your store theme name.
    • Other setting.
    • product image watermarks.
    Login or Signup to reply.
  1. Magento 2.3.4 provide to setup water mark for each image type.

    Here are image types:

    • Base – Display image using mouse hover
    • Thumbnail – Display list under base image on product page
    • Small – Display on category page

    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.

    Product Watermark

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search