Hexo Picture
hexo-picture
is a plugin for Hexo static site generator that adds new picture
tag for responsive images that allows you to save user's traffic and speed up page loading.
Installation
$ npm install --save hexo-picture
Usage
{% picture [classes] slug [alt] %}
Examples
{% picture mountains.jpg "Stunning mountains picture" %}
{% picture rounded float-left "Stunning mountains.jpg" %}
License
MIT