<picture:nth-child(n+6)>
<source srcset="<?php echo $child->post_image->first()->size(100,0,['quality' => 80])->url;?>" media="(max-width: 599px)">
<source srcset="<?php echo $child->post_image->first()->size(200,0,['quality' => 80])->url;?>" media="(max-width: 767px)">
<source srcset="<?php echo $child->post_image->first()->size(400,0,['quality' => 80])->url;?>">
<!-- fallback -->
<img srcset="<?php echo $child->post_image->first()->size(400,0,['quality' => 80])->url;?>">
</picture>
Don't really have anything so this is what I've done so far.