How to add text metafield to product images for front-end display?

How do we add a text metafield to individual product images and then show that text data on the front-end?

Hi @Amanullah

So want to register text metafiled with product page ?

Best regard

Hi @Amanullah ,

If you are trying to have a related text to product images, why you not try the alt attribute the images? You can then call the text by using {{ product.featured_image.alt }}

do you have alternative of {{ product.featured_image.alt }} because received only 1st img alt for all img .