1.0.2 • Published 4 years ago

hexo-tag-photozoom v1.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

Hexo Photo Zoom

npm.io npm.io

This plugin use zoom.js created by @fat and @nishanths

Usage

{% zoom /path/to/image [/path/to/thumbnail] [title] %}
# in _config.yaml

photozoom:
    enable: true
    # Lower priority means that it will be executed first.
    priority: 10
    # Show caption at the bottom of photo, default is "true"
    caption: true
    # Class name of caption, default is "zoom-initial-caption"
    caption_class: 'my-caption' 
1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago