appernetic / hugo-nederburg-theme

Nederburg is a fast and secure hugo theme and is a port of the Tracks WP theme
Other
107 stars 89 forks source link

Images do not scale #24

Closed farokhj closed 6 years ago

farokhj commented 6 years ago

Thank you for porting Tracks to Hugo. I started using your theme and quickly discovered that images in my blog posts do not scale with resizing of the browser window. I fixed this easily by creating my own static/css/style.css that contains:

img { max-width: 100%; height: auto; line-height: 0; }

However, proper image display and scaling should be a default feature of the theme that doesn't require this sort of modification by the user.

appernetic commented 6 years ago

Hi, yes I agree. Good that you found a solution.