
Untitled
By: a guest on
Apr 28th, 2012 | syntax:
None | size: 0.69 KB | hits: 20 | expires: Never
Galleria - hide thumbnail carousel div
$('#galleria').galleria({
thumbnails: "false"
});
thumbnails
type: Boolean or String
default: true
$('#slideshow_1749').galleria({
data_source: mmod_slideshow_data,
dummy: '/images/default.jpg',
showCounter: false,
width: 300, /* scale accordingly */
height: 300, /* scale accordingly */
autoplay: 3000,
carousel: false,
thumbnails: false,
showImagenav: false,
carousel: false,
thumbFit: false,
thumbMargin: 0,
imageCrop: "height"
});
.galleria-stage { /* modify line 17 of your galleria.classic.css stylesheet */
bottom:10px; /* define the bottom spacing, same as top/left/right */
}