项目作者: SSARCandy

项目描述 :
A Hexo tag plugin for image zooming, with a zooming effect similar to Medium.
高级语言: JavaScript
项目地址: git://github.com/SSARCandy/hexo-tag-photozoom.git
创建时间: 2020-02-01T14:04:14Z
项目社区:https://github.com/SSARCandy/hexo-tag-photozoom

开源协议:MIT License

下载


Hexo Photo Zoom



A hexo tag plugin for image zooming, with a zooming effect similar to Medium.

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

Usage

  1. {% zoom /path/to/image [/path/to/thumbnail] [title] %}
  1. # in _config.yaml
  2. photozoom:
  3. enable: true
  4. # Lower priority means that it will be executed first.
  5. priority: 10
  6. # Show caption at the bottom of photo, default is "true"
  7. caption: true
  8. # Class name of caption, default is "zoom-initial-caption"
  9. caption_class: 'my-caption'