noumo / easyii

Easy yii2 cms powered by Yii framework 2
http://easyiicms.com
593 stars 272 forks source link

Update Carousel.php #218

Open attybean opened 5 years ago

attybean commented 5 years ago

controls option is not sent through to yii bootstrap carousel, this modification passes them through use sample: <?php echo Carousel::widget(1920, 720,['interval' => 6000, 'controls' => ['<i class="mol_carousel__arrowleft fa fa fa-arrow-left"></i>','<i class="mol_carousel__arrowright fa fa fa-arrow-right"></i>']]);?>