There is no direct way to do this. You can get the alubm thumb image with $_zp_current_image=getAlbumThumb();
You can then use the printDefaultSizedImage() function to show it.
NOTE: You need to do this outside of the image loop as that loop also uses $_zp_current_image.