Commit c73946ca446ae052e84cf219a7ae2436e5bd2db7

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

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, 135) 146 + ->cropResize(262, 150)
147 ->quality(84) 147 ->quality(84)
148 ->renderImage()?> 148 ->renderImage()?>
149 </div> 149 </div>