yoshiharuyamashita / blackburn

A Hugo theme built using Yahoo's Pure CSS
MIT License
317 stars 170 forks source link

Automatically resize image when it is too large #71

Closed casouri closed 6 years ago

casouri commented 6 years ago

Here because my image is too large, it goes off screen.

It would be nice if images are automatically resized.

screen shot 2018-04-26 at 1 23 52 am

yoshiharuyamashita commented 6 years ago

Hi @casouri

Have you tried using fluid_imgs?

casouri commented 6 years ago

It works, thanks!

img {
    width: 100%;
    height: auto;
}