Skip to content
Snippets Groups Projects
Commit 830aec5d authored by Anton Guz's avatar Anton Guz
Browse files

MAGETWO-44221: Product image is not displayed on product view page (js error)

parent 24abff16
No related merge requests found
...@@ -6,10 +6,6 @@ ...@@ -6,10 +6,6 @@
*/ */
--> -->
<page layout="1column" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd"> <page layout="1column" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<head>
<link src="Magento_ProductVideo::js/fotorama-add-video-events.js"/>
<link src="Magento_ProductVideo::js/load-player.js"/>
</head>
<body> <body>
<referenceContainer name="product.info.media"> <referenceContainer name="product.info.media">
<block class="Magento\ProductVideo\Block\Product\View\Gallery" name="product.info.media.video" after="product.info.media.image" template="product/view/gallery.phtml"/> <block class="Magento\ProductVideo\Block\Product\View\Gallery" name="product.info.media.video" after="product.info.media.image" template="product/view/gallery.phtml"/>
......
This diff is collapsed.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment