echo Carousel::widget([
'items' => [
['content' => '<img src="/img/11.jpg" width="663px" >',],
['content' => '<img src="/img/22.jpg" width="663px" >',],
['content' => '<img src="/img/33.jpg" width="663px" >',],
['content' => '<img src="/img/44.jpg" width="663px" >',],
['content' => '<img src="/img/55.jpg" width="663px" >',],
]
]);