Source icon indicating copy to clipboard operation
Source copied to clipboard

Option to adjust the size a post's main image

Open trostli opened this issue 2 years ago • 1 comments

Would it be possible to allow an option for the post's main image to be smaller?

trostli avatar Nov 18 '23 00:11 trostli

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>

minimaluminium avatar Nov 21 '23 04:11 minimaluminium