After this thread:
http://stackideas.com/forums/picture-size-in-activity-stream-with-jreview-integration
Alejandro from jReviews updated the app integration between jReviews and EasySocial. However, his update causes more headaches for me, and after asking him to diagnose the issue, he got stuck and couldn't figure out how to fully solve it and asked me to follow up here at Stackideas to see if you guys could help figure it out.
Basically the padding is crazy, and some images get cut off in weird ways.
Here is alejandros answer to my ticket earlier:
To be honest I am not sure how to modify that. I spent a ton of time looking at the page source. The changes were brought by EasySocial so that JReviews was compliant with their markup and CSS. You can see that it was posted in their forum. Please get in touch with them so they can provide some feedback. I can see that adding the fit-width class the <a> tag around the image helps, but it also modifies the display of the photos when there is more than one image and hides large parts of the photo. If you want to try it edit
/media/com_easysocial/apps/user/jreviews/themes/default/streams/photo.content.php
Change:
<a href="/<?php echo $photo['media_url']?>">
to:
<a href="/<?php echo $photo['media_url']?>" class="fit-width">