Difference between #4 and #5 of
Create Bootstrap5 based Image carousel with thumbnails

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 = [];
[...]
2 0
1 follower
Viewed: 31 698 times
Version: 2.0
Category: Tutorials
Written by: pravi
Last updated by: pravi
Created on: Dec 4, 2023
Last updated: 5 months ago
Update Article

Revisions

View all history