alexandermatveev/fancybox-bundle

Fancybox Bundle for Symfony3+

安装: 666

依赖项: 0

建议者: 0

安全性: 0

星标: 0

关注者: 2

分支: 0

公开问题: 0

语言:JavaScript

类型:symfony-bundle

1.0 2018-10-20 09:58 UTC

This package is auto-updated.

Last update: 2024-09-20 22:53:28 UTC


README

当前版本

Fancybox v3.5.2

安装

composer require alexandermatveev/fancybox-bundle

使用

在您的HTML模板中参考所需文件,例如

<link href="{{ asset('bundles/alexandermatveevfancybox/dist/jquery.fancybox.min.css') }}" rel="stylesheet">
<script src="{{ asset('bundles/alexandermatveevfancybox/dist/jquery.fancybox.min.js') }}"></script>

许可证

请参考所包含文件的源代码以获取许可证信息

参考

  1. https://fancyapps.com/fancybox/3/
  2. https://symfony.com.cn