Responsive Image Sizing in Hugo
When you insert images in Hugo, their sizes are not adapted automatically, and inconsistent image sizes can hurt readability. This article explains how to configure responsive image sizing.
Steps
Edit assets/css/extended/blank.css; if the file does not exist, run the following command to copy one in:
| |
Add the following css code:
| |
Run hugo --gc to update the blog.