gevman / yii2-owl-carousel
Owl Carousel 2 for Widget Yii2
0.2.1
2018-04-10 12:19 UTC
Requires
- bower-asset/owl.carousel: ^2.3
- yiisoft/yii2: ~2.0.14
This package is auto-updated.
Last update: 2024-09-21 02:27:43 UTC
README
安装
使用 Composer
gevman/yii2-owl-carousel
使用示例
echo \Gevman\OwlCarousel\OwlCarousel::widget([ 'elements' => [ Html::img(null, ['class' => 'owl-lazy', 'data' => ['src' => Yii::getAlias('@web/images/image-1.jpg')]]), Html::img(null, ['class' => 'owl-lazy', 'data' => ['src' => Yii::getAlias('@web/images/image-2.jpg')]]), Html::img(null, ['class' => 'owl-lazy', 'data' => ['src' => Yii::getAlias('@web/images/image-3.jpg')]]), ], 'config' => [ 'items' => 1, 'lazyLoad' => true, 'loop' => true, 'dots' => true, 'autoplay' => true, ] ]);
更多选项请查看 Owl Carousel 2 官方文档