The easiest way to use a Carousel to your site with Bootstrap 4.
Bootstrap 4 component documentation
https://getbootstrap.com/docs/4.1/components/carousel/
For resize images in slides, you need to install Image Resizer
-
StanislavDK
Found the plugin useful on 14 Jan, 2021
Hello. If someone need multilingual, add the following code in the plugin.php:
public function boot() { Models\Slide::extend(function ($model) { $model->extendClassWith('RainLab\Translate\Behaviors\TranslatableModel'); $model->addDynamicProperty('translatable', ['url', 'caption', 'description']); }); }
-
1.0.4 |
Bug fix. Sep 23, 2018 |
---|---|
1.0.3 |
Created table vaslv_carousel_slides Sep 19, 2018 |
1.0.2 |
Created table vaslv_carousel_carousels Sep 19, 2018 |
1.0.1 |
Initialize plugin. Sep 19, 2018 |