Skip to content

Commit cfb0eca

Browse files
alzotaarnobsh
authored andcommitted
ACP2E-2266: add itemprop for main image
1 parent ed733fa commit cfb0eca

File tree

1 file changed

+0
-1
lines changed
  • app/code/Magento/Catalog/view/frontend/templates/product/view

1 file changed

+0
-1
lines changed

app/code/Magento/Catalog/view/frontend/templates/product/view/gallery.phtml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ $mainImageData = $mainImage ?
3535
<img
3636
alt="main product photo"
3737
class="gallery-placeholder__image"
38-
itemprop="image"
3938
src="<?= /* @noEscape */ $mainImageData ?>"
4039
<?= $imageWidth ? 'width="'. $escaper->escapeHtmlAttr($imageWidth) .'"' : '' ?>
4140
<?= $imageHeight ? 'height="'. $escaper->escapeHtmlAttr($imageHeight) .'"' : '' ?>

0 commit comments

Comments
 (0)