Lokesh Dhakar
fa245cc674
Cleanup
- Remove unused modernizr
- Reskin demo page
6 years ago
Lokesh Dhakar
349c9ec8f0
Upgrade jQuery
6 years ago
Lokesh Dhakar
4edeff6cb4
Switch to Grunt from Rake
6 years ago
Lokesh Dhakar
d0d93bde0e
Demo page style updates
6 years ago
Lokesh Dhakar
cd7eaf3e0e
Make next click target bigger than prev
6 years ago
Lokesh Dhakar
b660645997
Support wrapAround with keyboard nav
6 years ago
Lokesh Dhakar
d86526ee04
Merge pull request #96 from rebizu/master
ie nav fix
6 years ago
Lokesh Dhakar
6ad8814388
Use plain old CSS vs SASS for lightbox.css
6 years ago
Lokesh Dhakar
8c386bc233
Merge pull request #142 from ghost/patch-1
Removed a </li> to make the page validate as HTML5
6 years ago
Lokesh Dhakar
c0cc4b748c
Allow data-title attribute for setting caption.
6 years ago
Lokesh Dhakar
cc30257d13
Back to plain ole Javascript from Coffeescript.
6 years ago
Lokesh Dhakar
b027f15ea8
Merge pull request #174 from mikealmond/master
Fix double HTTP request because of an empty img:src attribute
7 years ago
Mike Almond
c17da5258c
Fix double request from an empty img:src attribute
Some older browsers perform a second HTTP request to the window location when an empty img:src attribute is encountered. This causes some performance issues and can lead to unwanted code execution. Adding a small data URI fixes this issue for older versions of Safari and Firefox.
7 years ago
Alecsandru Constantin Radu Prună
3a08848494
Removed a </li> to make the page validate as HTML5
Removed a </li> from the line 110 for the page to pass W3C HTML5 validation
7 years ago
Rene Brokholm
f8d4a10635
ie nav fix
7 years ago
Lokesh Dhakar
c5b545bfbd
Add max-width: inherit css rule to lb-image class. This fixes conflict with bootstrap which sets max-width: 100% to all img tags.
7 years ago
Lokesh Dhakar
50d5eb67b4
README stylistic edits.
7 years ago
Lokesh Dhakar
1e62ca272f
Transition the prev/next opacities on hover.
7 years ago
Lokesh Dhakar
994ae69a08
Demo page finessing. Paragraph margin bottom increase and addition of author credits at bottom of page.
7 years ago
Lokesh Dhakar
271f742f7c
Updated demo page for v2.6
7 years ago
Lokesh Dhakar
eb23d84f34
Merge pull request #53 from TheConstructor/bundler
Added Bundler-support and compass-commands.
7 years ago
Lokesh Dhakar
b2655b3ba9
PR#49 from Heleen: Fit images in viewport is limited to horizontal viewport size FIX
- I massaged the max image height numbers for a tighter image fit
7 years ago
Matthias Vill
cffbf0a8f9
Added Bundler-support and compass-commands.
7 years ago
Lokesh Dhakar
4e663da1c7
Merge pull request #52 from XhmikosR/master
Update jquery.
7 years ago
Lokesh Dhakar
4941885119
Merge pull request #51 from XhmikosR/package.json
package.json: fix coffee command.
7 years ago
XhmikosR
07534b46d9
Update jquery.
7 years ago
XhmikosR
20f02ee435
package.json: fix coffee command.
7 years ago
Lokesh Dhakar
60a57f19a3
Merge pull request #47 from XhmikosR/package.json
Package.json
7 years ago
XhmikosR
64d43351ee
Add JSHint support.
Use `npm run check` or `npm run lint` to check the js/lightbox.js file with JSHint.
7 years ago
XhmikosR
06af6cc1cb
Add a package.json.
Now you can do `npm install` and `npm run build` to run coffeescript.
7 years ago
XhmikosR
a6da96a93e
Add an .npmignore file.
This prevents installing files not needed by the end users.
7 years ago
Lokesh Dhakar
2e1704195b
Merge pull request #46 from XhmikosR/master
Various
7 years ago
Lokesh Dhakar
9339d8535b
Merge pull request #50 from mwasson/master
Minor code cleanup
7 years ago
mwasson
d542203929
removed unnecessary control flow--even no image size change requires full resizeDuration time
7 years ago
mwasson
c59f6b1c76
replaced two localizable strings with single function that returns an easy-to-read interpolated string
7 years ago
XhmikosR
544966810f
Losslessly compress close.png.
1156 bytes --> 280 bytes.
7 years ago
XhmikosR
a5842cb48f
Update index.html.
Add missing favicon, trim spaces.
7 years ago
Lokesh Dhakar
ab6f227b99
Add back link to the Forum on the demo page.
7 years ago
Lokesh Dhakar
953badffff
Moved close and loading images references out of js and into css.
+ Simplified demo page.
7 years ago
Lokesh Dhakar
8e00c3086c
New @fitImagesInViewport option. Set to 'true' by default.
7 years ago
Lokesh Dhakar
8bbb8acafe
Cache jQuery objects after building html.
7 years ago
Lokesh Dhakar
65dadb3f06
Fixed my twitter link in readme file.
7 years ago
Lokesh Dhakar
c31a0eba6a
Support for HTML5 valid data-lightbox attribute as an alternative to rel="lightbox"
7 years ago
Lokesh Dhakar
d0f5e958ab
Remove mysterious embedded image from the prev/next navigation css.
- I'm guessing this was a hack for versions of IE prior to 8. Removing this line does not affect IE8 or 9.
7 years ago
Lokesh Dhakar
6d71c9b4e0
Added showImageNumberLabel option
7 years ago
Lokesh Dhakar
f9740f4eac
Added options.wrapAround
- When set to true, when user clicks the Next arrow on the last image of a set they will be taken back to the first image in the set and vice versa for clicking the Previous arrow on the first image in the set.
7 years ago
Lokesh Dhakar
d15de5d319
Better IE support for demo page with modernize and html5shiv.
7 years ago
Lokesh Dhakar
be45999b01
Updationg demo page style to match Color Thief page continued.
7 years ago
Lokesh Dhakar
c1210c2d14
FIX: incorrect loader jQuery reference causes loading spinner to only appear once and not reappear.
7 years ago
Lokesh Dhakar
468b86f4a4
Design updates to Lightbox demo page.
- Simpler.
- Consistent with Color Thief demo page.
7 years ago