From 2799953891855d445a70b1f8ee1b4269fa340949 Mon Sep 17 00:00:00 2001 From: "stephen@cubedesigners.com" Date: Mon, 15 May 2017 16:12:40 +0000 Subject: [PATCH] WIP #1406 @0.5 --- framework/application/views/helpers/HomeServices.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']]); } -- 2.39.5