From: stephen@cubedesigners.com Date: Mon, 15 May 2017 16:12:40 +0000 (+0000) Subject: WIP #1406 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=2799953891855d445a70b1f8ee1b4269fa340949;p=fluidbook-v3.git WIP #1406 @0.5 --- diff --git a/framework/application/views/helpers/HomeServices.php b/framework/application/views/helpers/HomeServices.php index facca5d..39342df 100644 --- a/framework/application/views/helpers/HomeServices.php +++ b/framework/application/views/helpers/HomeServices.php @@ -33,7 +33,7 @@ class Fluidbook_View_Helper_HomeServices extends Fluidbook_View_Helper_HomeLayer $res .= '
'; foreach ($data['examples'] as $example) { - $img = $this->imageCms($example['image'], $example['title']); + $img = $this->imageProcess($example['image'], $example['title'], 810, 506, [], 'C', 'C', 'M', false, 'auto', null, 82); $rollover = $this->_rollover($example); $res .= $this->htmlElement($img . $rollover, 'div', ['data-title' => $example['title']]); }