We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff64a48 commit 90a9862Copy full SHA for 90a9862
1 file changed
src/WebApp/BootstrapTheme/ImageCarouselRenderer.php
@@ -18,6 +18,7 @@ public function renderChildren() {
18
// Placeholder image or nothing?
19
} else if (count($images) == 1) {
20
// No navigation - just a simple image
21
+ $images[0]->image->addClass('img-fluid');
22
$rc = $this->theme->renderComponent($images[0]->image);
23
} else if (count($images) > 1) {
24
$id = $this->component->getId().'-carousel';
0 commit comments