mrmierzejewski / hugo-theme-console

A minimal, responsive and light theme for Hugo inspired by Linux console.
MIT License
393 stars 118 forks source link

Change size of image inside post? #10

Closed patrickphat closed 4 years ago

patrickphat commented 4 years ago

Hello, I curious how I can change the size of an image in my post cuz all my images are forced to full screen in this theme

mrmierzejewski commented 4 years ago

Hi @patrickphat, what images? On blog post, on blog list?

patrickphat commented 4 years ago

Hello @mrmierzejewski, thank you for your response, I meant the image in blog post

mrmierzejewski commented 4 years ago

Hi @patrickphat, please add the following line:

figure > img {
    width: 50%;
}

to the file: /static/hugo-theme-console/css/console.css