ereminmdev / yii2-owlcarousel
Owl.Carousel assert for Yii framework.
Installs: 87
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- php: >=5.4.0
- npm-asset/owl.carousel: ^2
- yiisoft/yii2: ~2.0.1
README
OwlCarousel widget for Yii framework.
This widget depends on OwlCarousel script: https://owlcarousel2.github.io/OwlCarousel2
Install
composer require --prefer-dist ereminmdev/yii2-owlcarousel
Documentation
https://owlcarousel2.github.io/OwlCarousel2/docs/started-welcome.html
Tips
For the same item heights use:
.owl-stage {
display: flex;
flex-wrap: wrap;
align-items: stretch;
}
To work properly inside a CSS Grid cell, set min-width: 100%
to the parent element.