Skip to content

Commit

Permalink
Updated demo page for v2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lokesh committed Jul 7, 2013
1 parent eb23d84 commit 271f742
Show file tree
Hide file tree
Showing 12 changed files with 226 additions and 194 deletions.
24 changes: 19 additions & 5 deletions README.markdown
Original file line number Diff line number Diff line change
@@ -1,15 +1,29 @@
## Lightbox2
by Lokesh Dhakar | [lokeshdhakar.com](http://www.lokeshdhakar.com) | [twitter.com/lokesh](http://twitter.com/lokesh)

### Information and support
For examples, downloads, and information on using Lightbox, visit the Lightbox2 homepage:
[http://lokeshdhakar.com/projects/lightbox2/](http://lokeshdhakar.com/projects/lightbox2/)
### Examples & step-by-step instructions

[Goto the Lightbox2 demo page](http://lokeshdhakar.com/projects/lightbox2/)

For personal support issues and feature requests, visit the Lightbox forums:
[http://lokeshdhakar.com/forums/](http://lokeshdhakar.com/forums/)

### License
Licensed under the Creative Commons Attribution 2.5 License - http://creativecommons.org/licenses/by/2.5/

* Free for use in both personal and commercial projects.
* Attribution requires leaving author name, author homepage link, and the license info intact.


### Thanks

For helping during the early days:

* Scott Upton [(uptonic.com)](uptonic.com), Peter-Paul Koch [(quirksmode.com)](quirksmode.com), and Thomas Fuchs [(mir.aculo.us)](mir.aculo.us) for ideas, libs, and snippets.
* Artemy Tregubenko [(arty.name)](arty.name) for cleanup and help in updating to latest proto-aculous in v2.05.

For helping and submitting PRs in the Github era:

* Matthias Vill [(https://github.com/TheConstructor)](https://github.com/TheConstructor)
* XhmikosR - [(https://github.com/XhmikosR)](https://github.com/XhmikosR)
* mwasson - [(https://github.com/mwasson)](https://github.com/mwasson)
* Heleen v.d. S - [(https://github.com/Heleen)](https://github.com/Heleen)
* careilly - [(https://github.com/careilly)](https://github.com/careilly)
31 changes: 2 additions & 29 deletions coffee/lightbox.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -9,40 +9,13 @@ Licensed under the Creative Commons Attribution 2.5 License - http://creativecom
- free for use in both personal and commercial projects
- attribution requires leaving author name, author link, and the license info intact
Thanks
- Scott Upton(uptonic.com), Peter-Paul Koch(quirksmode.com), and Thomas Fuchs(mir.aculo.us) for ideas, libs, and snippets.
- Artemy Tregubenko (arty.name) for cleanup and help in updating to latest proto-aculous in v2.05.
Table of Contents
=================
LightboxOptions
Lightbox
- constructor
- init
- enable
- build
- start
- changeImage
- sizeContainer
- showImage
- updateNav
- updateDetails
- preloadNeigbhoringImages
- enableKeyboardNav
- disableKeyboardNav
- keyboardAction
- end
options = new LightboxOptions()
lightbox = new Lightbox options
###


# Use local alias
$ = jQuery


class LightboxOptions
constructor: ->
@fadeDuration = 500
Expand Down
4 changes: 2 additions & 2 deletions css/lightbox.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ body:after {
left: 0;
z-index: 9999;
background-color: black;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
opacity: 0.85;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
opacity: 0.8;
display: none;
}

Expand Down
Loading

0 comments on commit 271f742

Please sign in to comment.