Difference between #2 and #3 of
Create Bootstrap5 based Image carousel with thumbnails

Revision #3 has been created by pravi on Dec 4, 2023, 10:42:28 AM with the memo:

formatting
« previous (#2) next (#4) »

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']]);
}
}
 
 
 ?>
 
```
Use the following CSS for the above widget to show up and work properly.
```
.product_img_slide {
padding: 100px 0 0 0;
}
[...]
2 0
1 follower
Viewed: 31 783 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