Edit the file /components/com_easysocial/themes/wireframe/albums/layouts/info.php and replace the codes below,
[gist]
<?php echo $this->html('string.truncater', $album->_('caption'), 250); ?>
[/gist]
With,
[gist]
<?php echo $album->_('caption'); ?>
[/gist]