summaryrefslogtreecommitdiff
path: root/gallery_views
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2011-07-06 21:33:27 -0400
committerspiderr <spider@viovio.com>2011-07-06 21:33:27 -0400
commit5a6ded01f0f4c2b796012ed9820cf24800096b14 (patch)
tree57be6a1d46bf6aa6547a4db0d4d79ce7df803139 /gallery_views
parent5abd95ae1e5dbed4020cbbfd11dec3a3633b64e3 (diff)
downloadfisheye-5a6ded01f0f4c2b796012ed9820cf24800096b14.tar.gz
fisheye-5a6ded01f0f4c2b796012ed9820cf24800096b14.tar.bz2
fisheye-5a6ded01f0f4c2b796012ed9820cf24800096b14.zip
gallerific increase thumb count, increase main image size
Diffstat (limited to 'gallery_views')
-rw-r--r--gallery_views/galleriffic/css/galleriffic_style_1.css3
-rw-r--r--gallery_views/galleriffic/fisheye_galleriffic_inc_1.tpl2
2 files changed, 3 insertions, 2 deletions
diff --git a/gallery_views/galleriffic/css/galleriffic_style_1.css b/gallery_views/galleriffic/css/galleriffic_style_1.css
index 07bbaeb..6283898 100644
--- a/gallery_views/galleriffic/css/galleriffic_style_1.css
+++ b/gallery_views/galleriffic/css/galleriffic_style_1.css
@@ -172,7 +172,7 @@ div.image-desc {
div.download {
margin-top: 8px;
}
-.navigation-container { width:35%; float:left; }
+.navigation-container { width:30%; float:left; }
div.navigation {
float: left;
position: relative;
@@ -246,6 +246,7 @@ div.gallery-gutter {
padding-bottom: 20px;
}
#gallery {
+ width:70%;
overflow:hidden;
}
div#page {
diff --git a/gallery_views/galleriffic/fisheye_galleriffic_inc_1.tpl b/gallery_views/galleriffic/fisheye_galleriffic_inc_1.tpl
index 6649896..50eb780 100644
--- a/gallery_views/galleriffic/fisheye_galleriffic_inc_1.tpl
+++ b/gallery_views/galleriffic/fisheye_galleriffic_inc_1.tpl
@@ -106,7 +106,7 @@ jQuery(document).ready(function($) {
// Initialize Advanced Galleriffic Gallery
var gallery = $('#thumbs').galleriffic({
delay: 2500,
- numThumbs: 20,
+ numThumbs: 30,
preloadAhead: 10,
enableTopPager: true,
enableBottomPager: true,