Hi Peter,
I am sorry for the delay of this reply.
Regarding your issue, I've added a fix on your site and now the pop up should display all the photos in your album. Can you please try again?
Below is what i did to fix your issue:
Edit the file 'JOOMLA/components/com_easysocial/controllers/albums.php' and locate below code at line 58:
$photos = $model->getPhotos( array( 'album_id' => $album->id ) );
and replace the above with following:
$photos = $model->getPhotos( array( 'album_id' => $album->id, 'pagination' => false ) );
Hope this help and have a nice day