gwt-material-addins icon indicating copy to clipboard operation
gwt-material-addins copied to clipboard

Carousel with card

Open nseb opened this issue 7 years ago • 2 comments

I use Carrousel with card in slide , I force this the configuration below, for example centerMode is not taken into account. ` ongoingContainer = new MaterialCarousel(); ongoingContainer.setCenterMode(false); ongoingContainer.setAutoplay(false); ongoingContainer.setVariableWidth(true);

JsCarouselOptions mobileSettings = JsCarouselOptions.create(); mobileSettings.slidesToShow = 1; mobileSettings.slidesToScroll = 3; mobileSettings.variableWidth = true; mobileSettings.arrows=false; mobileSettings.centerMode=false; ongoingContainer.setMobileSettings(mobileSettings); `

image

nseb avatar Oct 21 '18 14:10 nseb

centerMode not working with my configuration and card

nseb avatar Oct 21 '18 17:10 nseb

Nice catch will try to reproduce the issue on my end. Will be trying to start fixing it this weekend.

kevzlou7979 avatar Oct 23 '18 21:10 kevzlou7979