How to add title tag in product image in product details page?
current img tag in product detail page
<img src="image.jpg" alt="hello" class="fotorama__img" aria-hidden="false">
I want to add title tag like:
<img src="image.jpg" alt="hello" title="hello" class="fotorama__img" aria-hidden="false">
Please let me know any suggestion to do this.
Go to Source of this post
Author Of this post: Purushotam Sharma
Title Of post: Magento 2: How to add title tag in product image in product details page?
Author Link: {authorlink}