Answer the question
In order to leave comments, you need to log in
Yii2 Carousel Gallery possible?
Can you tell me if it is possible to display a carousel in this form in Yii2?
Carousel output in Yii2.
<div class="row">
<?php echo Carousel::widget([
'items' => $slider,
'options' => [
'style' => 'width:100%; height:500px; padding-top:51px', // Задаем ширину контейнера
'data-interval' => '1000',
]
]);
?>
</div>
Answer the question
In order to leave comments, you need to log in
If you transfer all the code to yii view, it still displays one image at a time.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question