Optimize images (plugin)

Is there any plugin, by which it can automatically optimize the images depending on the place where it is showing?

1 Like

I use imagemin but I don’t think there is a plugin in for Jekyll specifically.

jekyll-assets embeds an imageoptim plugin.. This could slow your build pipeline. You might want to externalize that kind of task. Hopefully, there’s a bot for that.

So, how will the build process work?

Will it rewrite the file, or just render the optimized file on the screen (preserving the original file on the server).