Please consider that the Container’s Width and Height are fixed. So you should use Images considering to the Width and Height. Such as you can use 572px X 364px or the same ratio image. If you want any sized image without stretching you can use the following code in the Custom Code within Head Area Box of NewsPress Options
<style>.fpgal-image { height: auto; } </style>