mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-09 17:37:02 +03:00
Fixed "Viewing small (image) attachments" (Closes #369)
This commit is contained in:
parent
eb30a1fe27
commit
96e4741a57
17 changed files with 2827 additions and 178 deletions
22
vendors/jquery-magnific-popup/package.json
vendored
22
vendors/jquery-magnific-popup/package.json
vendored
|
|
@ -1,6 +1,24 @@
|
|||
{
|
||||
"name": "magnific-popup",
|
||||
"version": "0.0.0-ignored",
|
||||
|
||||
"version": "0.9.9",
|
||||
"title": "Magnific Popup",
|
||||
"description": "Lightbox and modal dialog plugin. Can display inline HTML, iframes (YouTube video, Vimeo, Google Maps), or an image gallery. Animation effects are added with CSS3 transitions. For jQuery or Zepto.",
|
||||
"keywords": ["lightbox","popup","modal","window","dialog","gallery","jquery","photo","responsive","mobile"],
|
||||
"author": {
|
||||
"name": "Dmitry Semenov",
|
||||
"email": "diiiimaaaa@gmail.com",
|
||||
"web": "http://dimsemenov.com"
|
||||
},
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/dimsemenov/Magnific-Popup/issues"
|
||||
},
|
||||
"main": "dist/jquery.magnific-popup.js",
|
||||
"homepage": "http://dimsemenov.com/plugins/magnific-popup/",
|
||||
|
||||
|
||||
|
||||
"engines": {
|
||||
"node": ">= 0.8.0"
|
||||
},
|
||||
|
|
@ -21,6 +39,6 @@
|
|||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nschonni/Magnific-Popup.git"
|
||||
"url": "https://github.com/dimsemenov/Magnific-Popup.git"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue