frontpack/photoswipe-handler

PhotoSwipe 的默认处理程序

安装数: 1,017

依赖项: 0

建议者: 0

安全: 0

星标: 0

关注者: 2

分支: 0

公开问题: 0

语言:JavaScript

v0.1.1 2019-04-28 09:33 UTC

This package is auto-updated.

Last update: 2024-08-28 22:32:20 UTC


README

PhotoSwipe 的默认处理程序。

安装

下载最新包 或使用 Composer

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/