Hi,
For a product we have separate images for different products. Is it possible when we select a filter, for example blue, that the blue image for this product is shown?
Thanks in Advance!
Robin
Hello,
By Default Magento 2, it doesn't support this feature! You must do it yourself. It's possible for configurable product.
It does not work on a frontend produt list, but It works on a frontend product view.
You should set the product as configurable.
Then you should add simple variations to it.
Then you should upload different images for the simple variations.
Then a visitor selects a color in the frontend product view, Magento 2 changes the product image autimatically.