Hi @zrenee,
This is beyond the scope of this plugin as it is a customization request.
But I gave some try.
You can use below CSS in your theme settings to display them in two columns.
.srr-wrap div {
flex-basis: 50%;
}
.srr-wrap > div {
display: flex;
flex-wrap: wrap;
}
Regarding the images, they are shown only when they are mentioned in a specific tag. So I guess in your case it is not mentioned that way. I do have plan to grab images wherever they are, but it may not be soon.
Thanks,
Aakash