I have a little problem with the plugin Galleria.
The option carousel:false is not working for me
(function() {
Galleria.loadTheme('./js/galleria/themes/classic/galleria.classic.min.js');
Galleria.configure({
transition: 'fade',
transitionSpeed: 3000,
carousel:false
});
Galleria.run('.galleria',{
autoplay: 4000
});
}());
But the carousel is still there