Skip to content

Commit

Permalink
cms home
Browse files Browse the repository at this point in the history
  • Loading branch information
fancyecommerce committed Jul 1, 2021
1 parent ad32788 commit 4406c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/appfront/theme/base/front/cms/home/index/product.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<?php if(is_array($parentThis['products']) && !empty($parentThis['products'])): ?>
<div id="owl-<?= $parentThis['name']; ?>" class="owl-carousel">
<?php foreach($parentThis['products'] as $product): ?>
<div class="item">
<div class="item home_item">
<p class="tc pro_img">
<a style="" class="i_proImg" href="<?= $product['url'] ?>">
<img style="width:100%;" class="lazyOwl" data-src="<?= Yii::$service->product->image->getResize($product['image'],[285,434],false) ?>" src="<?= Yii::$service->image->getImgUrl('appfront/images/lazyload1.gif') ; ?>">
Expand Down

0 comments on commit 4406c4c

Please sign in to comment.