Trying to make a Gallery from all images from a folder children

hey @texnixe ended up using this and it seemed to work. Thanks again for your help.

 $journalPage = $pages->find('journal');
   $images = $journalPage->children()->files()->filterBy('type', 'image');
echo guggenheim($images, array('width' => 1200, 'height' => 350, 'border' => 8));
   ?>`