Fancybox图片工具

  |  

引文

先上链接 –> Fancybox 4的使用操作:

教程

Fancybox 5 CDN使用方法:

1
2
<script src="https://cdn.jsdelivr.net/npm/@fancyapps/ui@5.0/dist/fancybox/fancybox.umd.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fancyapps/ui@5.0/dist/fancybox/fancybox.css"/>

只需要在head.js 添加的代码下加上以下代码:

1
2
3
Fancybox.bind("[data-fancybox]", {
// Your custom options
});

  1. 博客渲染工具一定要为博客默认渲染工具:hexo-renderer-marked

  2. # _config.yml默认配置
    marked:
      gfm: true
      pedantic: false
      breaks: true
      smartLists: true
      smartypants: true
      quotes: '“”‘’'
      modifyAnchors: 0
      anchorAlias: false
      autolink: true
      mangle: true
      sanitizeUrl: false
      dompurify: false
      headerIds: true
      lazyload: false
      figcaption: false
      prependRoot: true
      postAsset: false
      external_link:
        enable: false
        exclude: []
        nofollow: false
      disableNunjucks: false
      descriptionLists: true
    
  3. 实现效果

    测试图片

本文作者: Seyou
发布时间: 2024-03-22
最后更新: 2024-03-22
本文标题: Fancybox图片工具
本文链接: https://seyou.lol/posts/2024/03/c94c475f.html
版权声明: 本作品采用 CC BY-NC-ND 4.0 许可协议进行许可。转载请注明出处!