<?php $gallery = $model->getImages()
foreach($gallery as $img_g){
Html::img($img_g->getUrl('200x200')
} ?>
<?php $gallery = $model->getImages()
foreach($gallery as $img_g){
if($img_g->isMain == 0){ // тут используйте свои значения
Html::img($img_g->getUrl('200x200')
}
} ?>