frontpack / photoswipe-handler
PhotoSwipe 的默认处理程序
v0.1.1
2019-04-28 09:33 UTC
Suggests
- frontpack/photoswipe: PhotoSwipe library
This package is auto-updated.
Last update: 2024-08-28 22:32:20 UTC
README
PhotoSwipe 的默认处理程序。
安装
composer require frontpack/photoswipe-handler
将 PhotoSwipe 和 photoswipe-handler.js
文件包含到 HTML 页面中。
<link rel="stylesheet" href="/path/to/photoswipe/photoswipe.css"> <link rel="stylesheet" href="/path/to/photoswipe/default-skin/default-skin.css"> <script src="/path/to/photoswipe/photoswipe.min.js"></script> <script src="/path/to/photoswipe/photoswipe-ui-default.min.js"></script> <script src="/path/to/photoswipe-handler.js"></script>
用法
单张照片
<a href="/path/to/original.jpg" class="photoswipe" data-size="<original size of image>">...</a> <a href="/path/to/original.jpg" class="photoswipe" data-size="1024x768">...</a>
相册
<a href="/path/to/original.jpg" class="photoswipe" data-size="<original size of image>" data-gallery="<gallery-id>">...</a> <a href="/path/to/original.jpg" class="photoswipe" data-size="1024x768" data-gallery="my-gallery">...</a>
许可证: 新BSD许可证
作者: Jan Pecha, https://www.janpecha.cz/