Difference between #8 and #9 of
Create Bootstrap5 based Image carousel with thumbnails

Revision #9 has been created by pravi on Dec 4, 2023, 10:47:57 AM with the memo:

formatting
« previous (#8) next (#10) »

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

[...]
}

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