Skip to content
This repository has been archived by the owner on Jun 27, 2020. It is now read-only.

Latest commit

 

History

History
29 lines (22 loc) · 649 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 649 Bytes

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