Hello there,
I've got a problem with magento 2.4.4 about products configuration
When i add a product i set an alt tag on my product image where i describe the image but after saving i check the html source code on my browser and i see the alt tag is set with the title of the product by default but i can't override it
For example, i set "alt tag test" for the alt text of the image :
so i check in the source code if it's done :
But here i can see that there is no changes, the default alt tag is the product name (Test)
So i'm searching how to override it and edit the alt tag myself
Thanks