Commit 77cdd381dfeb9c560293504306d95260a2bb9a43

Authored by Виталий
1 parent f7173585

crop img

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
frontend/views/service/view.php
@@ -143,7 +143,7 @@ JS; @@ -143,7 +143,7 @@ JS;
143 <div class="img-packages-page"> 143 <div class="img-packages-page">
144 <!--555x344--> 144 <!--555x344-->
145 <?=ImageHelper::set(($package->image) ? $package->image->getPath() : null) 145 <?=ImageHelper::set(($package->image) ? $package->image->getPath() : null)
146 - ->cropResize(262, 170) 146 + ->cropResize(262, 185)
147 ->quality(84) 147 ->quality(84)
148 ->renderImage()?> 148 ->renderImage()?>
149 </div> 149 </div>