Revision #5 has been created by pravi on Dec 4, 2023, 10:45:15 AM with the memo:
formatting
« previous (#4) next (#6) »
Changes
Title
unchanged
Create Bootstrap5 based Image carousel with thumbnails
Category
unchanged
Tutorials
Yii version
unchanged
2.0
Tags
unchanged
carousel,bootstrap5 carousel
Content
changed
[...]
if ($this->crossfade) {
Html::addCssClass($this->options, ['animation' => 'carousel-fade']);
}
}
/**
* Renders carousel indicators.
* @return string the rendering result
*/
public function renderIndicators(): string
{
if ($this->showIndicators === false){
return '';
}
$indicators = [];[...]