Hi Patrick Gaulin,
Unfortunately, there is no setting to make image to be side by side to the intro text in the EasyBlog homepage currently.
But you can customize it as you want, and we do not support any customization as stated in our support policy
http://stackideas.com/support . However, can you try to add the code below and see how it goes?
div#fd .eb-post-content .eb-post-body.type-standard {
display: inline-flex !important;
}