Generating thumbnails of blog images

Is there any way to autogenerate thumbnails of blog images, for header images of blog posts?

You could use a plugin like jekyll-assets via their {% asset %} tag to automatically generate images at whatever sizes you need.

Or incorporate a build process using something like Gulp or Grunt to churn through images for you.

1 Like