Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.

Commit 0000b52

Browse files
committed
Updated to v3.4.0
Multiple bug fixes and improvements
1 parent 8a0e14d commit 0000b52

File tree

16 files changed

+2294
-1962
lines changed

16 files changed

+2294
-1962
lines changed

dist/jquery.fancybox.css

Lines changed: 111 additions & 112 deletions
Large diffs are not rendered by default.

dist/jquery.fancybox.js

Lines changed: 386 additions & 260 deletions
Large diffs are not rendered by default.

dist/jquery.fancybox.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/jquery.fancybox.min.js

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

Lines changed: 1274 additions & 1201 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@fancyapps/fancybox",
33
"description": "Touch enabled, responsive and fully customizable jQuery lightbox script",
4-
"version": "3.3.5",
4+
"version": "3.4.0",
55
"homepage": "https://fancyapps.com/fancybox/3/",
66
"main": "./dist/jquery.fancybox.js",
77
"author": "fancyApps",
@@ -30,7 +30,15 @@
3030
"gulp-util": "^3.0.8",
3131
"jshint": "^2.9.4"
3232
},
33-
"keywords": ["touch", "responsive", "lightbox", "fancybox", "gallery", "jQuery", "plugin"],
33+
"keywords": [
34+
"touch",
35+
"responsive",
36+
"lightbox",
37+
"fancybox",
38+
"gallery",
39+
"jQuery",
40+
"plugin"
41+
],
3442
"bugs": {
3543
"url": "https://github.com/fancyapps/fancybox/issues"
3644
},

0 commit comments

Comments
 (0)