The photo size in Newsfeed is 400px maximum and these are standard dimensions from Oxwall Photo plugin. Attachments plugin does not control this value. To enlarge photos posted in Newsfeed you need to make code modification in Oxwall Photo plugin as well as in theme CSS.
Photo files to modify:
ow_plugins/photo/bol/photo_service.php (DIM_PREVIEW_HEIGHT/DIM_PREVIEW_HEIGHT constants)
And you need to add this CSS code from admin panel:
html .ow_newsfeed_item_picture img { max-height: 600px;}
html .ow_newsfeed_large_image .ow_newsfeed_item_picture { max-width: 600px;}
Regards,
Sergey Kambalin