Source
Source copied to clipboard
Option to adjust the size a post's main image
Would it be possible to allow an option for the post's main image to be smaller?
Hey @trostli, thanks for an idea which we'll consider about. In the meantime, you can add this into the code injection setting to make the image smaller.
<style>
.gh-article-image {
grid-column: main;
}
</style>