Skip to content

AlexanderMatveev/fancybox-bundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Fancybox Free bundle for Symfony

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