Hello! I’ve noticed that arrows of the carousel are very small and are not centered vertically.
Just add
<?=
yii\bootstrap\Carousel::widget([
'items' => [
'<img src="http://www.freeimageslive.com/galleries/objects/general/pics/objects00445.jpg">',
'<img src="http://www.freeimageslive.com/galleries/objects/general/pics/objects00446.jpg">',
]
]);
?>
to any view of the basic application to reproduce. Here is the demo.
This differs from the official demo for some reason.
Is this an issue of bootstrap dependency or yii2? Or maybe this is not an issue?