# theme-next-fancybox3
**Repository Path**: who7708/theme-next-fancybox3
## Basic Information
- **Project Name**: theme-next-fancybox3
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: GPL-3.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2019-03-07
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
Installation
Step 0 → Delete fancybox 2 (if you want to upgrade from v2)
```bash
$ rm -rf themes/next/source/lib/fancybox
```
Step 1 → Go to NexT dir
Change dir to **NexT** directory. There must be `layout`, `source`, `languages` and other directories:
```sh
$ cd themes/next
$ ls
bower.json _config.yml docs gulpfile.coffee languages layout LICENSE.md package.json README.md scripts source test
```
Step 2 → Get module
Install module to `source/lib` directory:
```sh
$ git clone https://github.com/theme-next/theme-next-fancybox3 source/lib/fancybox
```
Step 3 → Set it up
Enable module in **NexT** `_config.yml` file:
```yml
fancybox: true
```
Update
```sh
$ cd themes/next/source/lib/fancybox
$ git pull
```