Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iamdarkle/fancybox
Fancybox is a touch enabled and responsive tool for displaying images in a 'lightbox' that floats overtop of web page.
https://github.com/iamdarkle/fancybox
composer fancybox fancybox-gallery flarum flarum-ext flarum-extension lightbox lightbox-gallery php
Last synced: 9 days ago
JSON representation
Fancybox is a touch enabled and responsive tool for displaying images in a 'lightbox' that floats overtop of web page.
- Host: GitHub
- URL: https://github.com/iamdarkle/fancybox
- Owner: iamdarkle
- License: mit
- Created: 2021-10-03T03:35:11.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-14T00:51:56.000Z (9 months ago)
- Last Synced: 2024-03-14T18:36:23.209Z (8 months ago)
- Topics: composer, fancybox, fancybox-gallery, flarum, flarum-ext, flarum-extension, lightbox, lightbox-gallery, php
- Language: JavaScript
- Homepage: https://discuss.flarum.org/d/29102-fancybox
- Size: 501 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fancybox v5
[![Latest Stable Version](http://poser.pugx.org/darkle/fancybox/v)](https://packagist.org/packages/darkle/fancybox) [![Total Downloads](http://poser.pugx.org/darkle/fancybox/downloads)](https://packagist.org/packages/darkle/fancybox) [![License](http://poser.pugx.org/darkle/fancybox/license)](https://packagist.org/packages/darkle/fancybox)![Screenshot](https://github.com/iamdarkle/assets/blob/main/flarum/fancybox/msedge_RSzIbACInH.gif?raw=true)
---### Getting Started
In order to install the extension, you will need to follow these simple steps.#### ⚠️ Minimum Requirements
- [flarum/core](https://flarum.org/) 1.2.0
#### 📥 Installation
```
composer require darkle/fancybox
```
#### ♻ Updating```
composer require darkle/fancybox
php flarum cache:clear
```
### LicenseFancybox v5 is available under the Fancyapps UI license for all applications. You can freely test Fancyapps UI components in your project's development and staging environments to see if they meet your needs. If they do, you'll need to purchase a license and agree to the "License Agreement."
You can explore the license details at fancyapps.com/license and find purchase options at fancyapps.com/pricing.
- darkle/fancybox - [MIT License](https://github.com/iamdarkle/fancybox/blob/main/LICENSE)
- Fancybox v5 (You need a Fancybox license for both non-commercial and commercial use) - [Fancyapps UI license](https://fancyapps.com/license)### Useful Links
- [Fancyapps Web](https://fancyapps.com/)
- [Fancyapps GitHub](https://github.com/fancyapps/ui)
- [Flarum](https://flarum.org/)
- [GitHub](https://github.com/iamdarkle/fancybox)
- [Composer](https://getcomposer.org/)
- [Packagist](https://packagist.org/)