Create Bootstrap5 based Image carousel with thumbnails

Comparing #8 with #9

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

formatting

Content

[...]
}

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

 
} ?>