Hello Marco,
Currently this is not configurable but you can always edit the theme file /components/com_easysocial/themes/wireframe/photos/menu/item.php and remove the codes below:
<li data-photo-original-button>
<a href="<?php echo $photo->getSource( 'original' );?>" target="_blank">
<?php echo JText::_( 'COM_EASYSOCIAL_PHOTOS_VIEW_ORIGINAL' );?>
</a>
</li>