Hello everyone,
I've been taking care of a site for some a few months. Lately I noticed there were some images that had a bad background; so I decided to photoshop them and update them. Sadly Magento updated everything BUT the frontal image, which is the only one that's visible in the home page, and the only one I really needed to change. As you can see from the SSs below I have a product with 2 variations, and one of them has the same pic as the configurable. The configurable is shown with a grey background, but when I open the item the 3 pics are (properly) white. This is driving me insane because the pics are very visible and I cant get em out.
Thanks for any help!
Solved! Go to Solution.
try flushing the cache using
php bin/magento cache:flush
if you still have the issue then you can flush the image cache which you can find in the admin area's cache page System : Tools : Cache Management
at bottom of the page, you will find a button: Flush Catalog Image Cache
kindly Accept the Solution if this works for you.
try flushing the cache using
php bin/magento cache:flush
if you still have the issue then you can flush the image cache which you can find in the admin area's cache page System : Tools : Cache Management
at bottom of the page, you will find a button: Flush Catalog Image Cache
kindly Accept the Solution if this works for you.
Oh my god, you are absolutely right! I tried so many times contacting our developers, and they had no clue. To think that I use the flush magento cache so often! and had the solution just under my nose. Really, thanks a lot!