Create Bootstrap5 based Image carousel with thumbnails

Comparing #7 with #8

Revision #8 was created by pravi pravi on Dec 4, 2023, 10:47:13 AM.

formatting

Content

[...]
$indicators[] = Html::tag('li',Html::img($options['thumb']), $options);
}
return Html::tag('ol', implode("\n", $indicators), ['class' => ['carousel-indicators']]);
}
}

 
?>
 
 
```