Commit 98a56c7e authored by John Punzalan's avatar John Punzalan

Update product view, add image

parent 7dd6c867
......@@ -45,6 +45,7 @@ $_helper = $this->helper('catalog/output');
<!-- <img src="--><?//= $_product->getImage() ?><!--" />-->
<?php //endif; ?>
<img src="<?= $_product->getImageUrl() ?>" />
<div class="class-img">
<img src="<?= $_product->getImageUrl() ?>" />
</div>
......@@ -15259,6 +15259,15 @@ header[role="banner"] {
background-origin: content-box;
padding-top: 90px;
}
.your-class .image-product .class-img,
.your-class-view .image-product .class-img {
min-height: 700px;
height: 100%;
}
.your-class .image-product .class-img img,
.your-class-view .image-product .class-img img {
padding: 20% 50%;
}
.your-class .product-info-block,
.your-class-view .product-info-block {
padding: 70px 0;
......
......@@ -287,6 +287,15 @@ header[role="banner"] {
background-origin: content-box;
padding-top: 90px;
}
.class-img {
min-height: 700px;
height: 100%;
img {
padding: 20% 50%;
}
}
}
.product-info-block {
......
Markdown is supported
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