From 5df27f7f16ca213a7e5e4167ef6df139164373f2 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Wed, 13 Aug 2014 13:56:15 -0400 Subject: [PATCH] Update slideshow size fix size of nivo slider and fix for admin side for edit page --- Toolkit/RotatingImages/Gateway.php | 1 - Toolkit/RotatingImages/templates/rotatingImages.html | 4 +++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Toolkit/RotatingImages/Gateway.php b/Toolkit/RotatingImages/Gateway.php index 7413fc0..13591e2 100644 --- a/Toolkit/RotatingImages/Gateway.php +++ b/Toolkit/RotatingImages/Gateway.php @@ -247,7 +247,6 @@ class Toolkit_RotatingImages_Gateway $stmt->bindParam(':active', $image->getActive(), PDO::PARAM_BOOL); $stmt->bindParam(':external', $image->getExternal(), PDO::PARAM_BOOL); $stmt->bindParam(':id', $image->getId(), PDO::PARAM_INT); - $stmt->bindParam(':application', $image->getApplication(), PDO::PARAM_INT); $stmt->bindParam( ':thumb_width', $image->getThumbWidth(), PDO::PARAM_INT ); diff --git a/Toolkit/RotatingImages/templates/rotatingImages.html b/Toolkit/RotatingImages/templates/rotatingImages.html index 7a63826..a568dee 100644 --- a/Toolkit/RotatingImages/templates/rotatingImages.html +++ b/Toolkit/RotatingImages/templates/rotatingImages.html @@ -14,7 +14,9 @@ right: 10px; } #slider-wrapper { - width: 100%; + width: 587px; + margin-left: auto; + margin-right: auto; height: auto; position: relative; } -- 2.17.1