alexandermatveev/fancybox-bundle

Fancybox Bundle for Symfony3+

Installs: 666

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Language:JavaScript

Type:symfony-bundle

1.0 2018-10-20 09:58 UTC

This package is auto-updated.

Last update: 2024-04-20 22:01:40 UTC


README

Current Version

Fancybox v3.5.2

Installation

composer require alexandermatveev/fancybox-bundle

Usage

Refer to the desired files in your HTML template, e.g.

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

Licenses

Refer to the source code of the included files for license information

References

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