Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ssarcandy/hexo-tag-photozoom

A Hexo tag plugin for image zooming, with a zooming effect similar to Medium.
https://github.com/ssarcandy/hexo-tag-photozoom

hexo hexo-tag image-viewer nodejs

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# Hexo Photo Zoom

![](https://img.shields.io/npm/v/hexo-tag-photozoom)
![](https://img.shields.io/github/license/SSARCandy/hexo-tag-photozoom)


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

_This plugin use zoom.js created by [@fat](https://github.com/fat/zoom.js) and [@nishanths](https://github.com/nishanths/zoom.js)_

## Usage

```
{% zoom /path/to/image [/path/to/thumbnail] [title] %}
```

```yaml
# 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'
```