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

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

formatting
« previous (#7) next (#9) »

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 694 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