]> _ Git - cubedesigners-v7.git/commitdiff
Fix home page slideshow to work with updated slideshow.js script. Also fix a typo...
authorstephen@cubedesigners.com <stephen@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Mon, 8 Jun 2015 13:31:28 +0000 (13:31 +0000)
committerstephen@cubedesigners.com <stephen@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Mon, 8 Jun 2015 13:31:28 +0000 (13:31 +0000)
framework/application/views/helpers/HomeSlideshow.php

index 2072bf8f01b214d006607fa5580b50f0c8c0c6c3..79c3bc5aaf1e565ce4f514ca5081023a949b615b 100644 (file)
@@ -41,7 +41,7 @@ class Cubedesigners_View_Helper_HomeSlideshow extends CubeIT_View_Helper_Abstrac
                        $s .= $this->view->htmlElement($mask . $this->view->linkCMS($link), 'div', $attributes);
                }
 
-               $options = array('arrows' => true, 'arrowspermanent' => true, 'autoMode' => true, 'transitionType' => 'slide', 'baseHeight' => 572);
+               $options = array('arrows' => true, 'arrowspermanent' => true, 'autoMode' => true, 'transitionType' => 'slide', 'baseHeight' => 572, 'responsive' => true);
                $res .= $this->htmlElement($s, 'div', array('class' => 'slides slideshow', 'data-options' => $options));
 
                $res .= '</div>';