hexo-tag-fancybox_img

1.0.1 • Public • Published

hexo-tag-fancybox_img

Embed fancybox img in Hexo posts/pages 中文文档

Syntax:

{% fb_img src [caption] %}

Usage

In Hexo blog run

npm i hexo-tag-fancybox_img --save

In Hexo posts/pages

{% fb_img src [caption] %}

Add latest jQuery and fancyBox files in theme

<script src="//code.jquery.com/jquery-3.3.1.min.js"></script>
 
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/fancyapps/fancybox@3.5.6/dist/jquery.fancybox.min.css" />
<script src="https://cdn.jsdelivr.net/gh/fancyapps/fancybox@3.5.6/dist/jquery.fancybox.min.js"></script>

Example:

{% fb_img https://ws3.sinaimg.cn/large/006bYVyvly1fxxewq3plij30yn0jjkjl.jpg sakura %}

Readme

Keywords

Package Sidebar

Install

npm i hexo-tag-fancybox_img

Weekly Downloads

15

Version

1.0.1

License

ISC

Unpacked Size

2.83 kB

Total Files

4

Last publish

Collaborators

  • hojun