_gallery.php 161 Bytes
<?= $form->field($model, 'gallery_image')->imageSeveral(
    ['initialPreview' => $model->getGalleryLink(), 'maxFileCount' => 25],
    ['maxFileCount' => 25])
?>