Amount of posts, you can change in Dashboard -> Settings -> Reading and "Blog pages show at most" option.
Regarding the article format, you can change the images size by adding this code into your css/override.css file (first, please enable this override option from template options -> advanced tab):
- Code: Select all
.archive article figure.featured-image img {
max-width: 50%;
}