Hi,
is it possible to make the individual Carousel pages non-transparent? I would like to use the addon for an assistant.
Hi,
is it possible to make the individual Carousel pages non-transparent? I would like to use the addon for an assistant.
I will check that...
You could give the content div elements a non transparent background like
Carousel carousel = Carousel.create();
Div content = new Div();
content.getStyle().set("background", "white");
...
carousel.add(content);