if( $q->have_posts() ):?>
<? while($q->have_posts()): $q->the_post();?>
<li class="col-md-4 loaded">
<a href="<?=wp_get_attachment_image_src(get_field('photo'), 'full')[0];?>" data-fancybox="gallery" class="item__image">
<img src="<?=wp_get_attachment_image_src(get_field('photo'), 'preview')[0];?>" alt="<?=the_title()?>">
</a>
</li>
<?php
endwhile; ?>
<? endif;
wp_reset_postdata();
die();
if( $q->have_posts() ){?>
<? while($q->have_posts()): $q->the_post();?>
<li class="col-md-4 loaded">
<a href="<?=wp_get_attachment_image_src(get_field('photo'), 'full')[0];?>" data-fancybox="gallery" class="item__image">
<img src="<?=wp_get_attachment_image_src(get_field('photo'), 'preview')[0];?>" alt="<?=the_title()?>">
</a>
</li>
<?php
endwhile; ?>
<?}
endwhile;
wp_reset_postdata();
die();
}