lokesh / lightbox2

THE original Lightbox script (v2).
http://lokeshdhakar.com/projects/lightbox2/
MIT License
6.22k stars 1.77k forks source link

Next & Prev Offset #503

Closed Web-duck closed 8 years ago

Web-duck commented 8 years ago

In the lightbox.css you have at line 106 and 124 width: 34%; // Prev width: 64%; // Next Giving you more hover on the Next link.

This correct this with a dead zone of 30% in the middle width: 34%; // Prev width: 34%; // Next

lokesh commented 8 years ago

This was intentional as most of the time you are moving forward. Thanks for the feedback though. Appreciated!