ereminmdev/yii2-owlcarousel

Owl.Carousel assert for Yii framework.

v1.0.6 2023-06-10 07:22 UTC

This package is auto-updated.

Last update: 2024-04-07 11:59:11 UTC


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.