Option to adjust the size a post's main image
trostli opened this issue · 1 comments
trostli commented
Would it be possible to allow an option for the post's main image to be smaller?
minimaluminium commented
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>