TryGhost / Source

The default theme for Ghost
https://source.ghost.io
MIT License
66 stars 133 forks source link

Option to adjust the size a post's main image #29

Open trostli opened 1 year ago

trostli commented 1 year ago

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

minimaluminium commented 1 year ago

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>