├── LICENSE.md ├── README.md ├── bower.json ├── colorbox.ai ├── content ├── ajax.html ├── daisy.jpg ├── daisy@2x.jpg ├── homer.jpg ├── marylou.jpg ├── ohoopee1.jpg ├── ohoopee2.jpg └── ohoopee3.jpg ├── example1 ├── colorbox.css ├── images │ ├── border.png │ ├── controls.png │ ├── loading.gif │ ├── loading_background.png │ └── overlay.png └── index.html ├── example2 ├── colorbox.css ├── images │ ├── controls.png │ └── loading.gif └── index.html ├── example3 ├── colorbox.css ├── images │ ├── controls.png │ └── loading.gif └── index.html ├── example4 ├── colorbox.css ├── images │ ├── border1.png │ ├── border2.png │ └── loading.gif └── index.html ├── example5 ├── colorbox.css ├── images │ ├── border.png │ ├── controls.png │ ├── loading.gif │ └── loading_background.png └── index.html ├── i18n ├── jquery.colorbox-ar.js ├── jquery.colorbox-bg.js ├── jquery.colorbox-bn.js ├── jquery.colorbox-ca.js ├── jquery.colorbox-cs.js ├── jquery.colorbox-da.js ├── jquery.colorbox-de.js ├── jquery.colorbox-es.js ├── jquery.colorbox-et.js ├── jquery.colorbox-fa.js ├── jquery.colorbox-fi.js ├── jquery.colorbox-fr.js ├── jquery.colorbox-gl.js ├── jquery.colorbox-gr.js ├── jquery.colorbox-he.js ├── jquery.colorbox-hr.js ├── jquery.colorbox-hu.js ├── jquery.colorbox-id.js ├── jquery.colorbox-it.js ├── jquery.colorbox-ja.js ├── jquery.colorbox-kr.js ├── jquery.colorbox-lt.js ├── jquery.colorbox-lv.js ├── jquery.colorbox-my.js ├── jquery.colorbox-nl.js ├── jquery.colorbox-no.js ├── jquery.colorbox-pl.js ├── jquery.colorbox-pt-BR.js ├── jquery.colorbox-ro.js ├── jquery.colorbox-ru.js ├── jquery.colorbox-si.js ├── jquery.colorbox-sk.js ├── jquery.colorbox-sr.js ├── jquery.colorbox-sv.js ├── jquery.colorbox-tk.js ├── jquery.colorbox-tr.js ├── jquery.colorbox-uk.js ├── jquery.colorbox-vi.js ├── jquery.colorbox-zh-CN.js └── jquery.colorbox-zh-TW.js ├── jquery.colorbox-min.js ├── jquery.colorbox.js └── package.json /LICENSE.md: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) 2016 Jack Moore 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | ## About Colorbox: 2 | A customizable lightbox plugin for jQuery. See the [project page](http://jacklmoore.com/colorbox/) for documentation and a demonstration, and the [FAQ](http://jacklmoore.com/colorbox/faq/) for solutions and examples to common issues. Released under the [MIT license](http://www.opensource.org/licenses/mit-license.php). 3 | 4 | ## Changelog: 5 | 6 | ##### Version 1.6.4 - 2016/05/10 7 | 8 | * Fixed bug where using the inline property would duplicate target elements, if the selector matched multiple elements. 9 | 10 | ##### Version 1.6.3 - 2015/07/27 11 | 12 | * Fixed regression that caused error in IE8 when the calculated initial size was negative. Fixes #741 13 | 14 | ##### Version 1.6.2 - 2015/07/13 15 | 16 | * Fixed iframe attribute name (allowFullScreen to allowFullscreen). Fixes #737 17 | 18 | ##### Version 1.6.1 - 2015/05/14 19 | 20 | * Replaced the inline onclick handler for cboxPhoto with a namespaced event for easier unbinding. Fixes #719. 21 | 22 | ##### Version 1.6.0 - 2015/03/03 23 | 24 | * Added two new properties that expose how `` and `