Skip to content
This repository has been archived by the owner on May 20, 2022. It is now read-only.

Numero immagini carousel #134

Open
fabio7 opened this issue Feb 5, 2018 · 2 comments
Open

Numero immagini carousel #134

fabio7 opened this issue Feb 5, 2018 · 2 comments

Comments

@fabio7
Copy link

fabio7 commented Feb 5, 2018

Ciao!
C'è modo di modificare alcune opzioni nel carousel? In particolare, è possibile cambiare il numero di immagini (ad es. 4 invece di 3)?

@adaniello
Copy link

Puoi impostare tutto intervenendo sulla griglia e sulle opzioni di default (vedi
/components/raw/carousel/index.js).

@met67
Copy link
Contributor

met67 commented Sep 14, 2018

Dovresti poter specificare le opzioni del carousel anche tramite un attributo data-carousel-options, ad es:
<div id="carousel-news" class="owl-carousel owl-theme" role="region" data-carousel-options='{"items":1,"responsive":false}'>
Con l'index.js attuale, funziona solo con un Carousel, per averne più di uno sulla stessa pagina va modificato la parte di inizializzazione.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants