public this repo is viewable by everyone
Description: Facebook-style lightbox, built in jQuery
Homepage: http://famspam.com/facebox/
Clone URL: git://github.com/defunkt/facebox.git
Click here to lend your support to: facebox and make a donation at www.pledgie.com !
width is now set dynamically
defunkt (author)
about 1 month ago
commit  554c03c2e432340293afd56d56cb26a80f3e336b
tree    b9aaa7f56498dcd3ee8e32efad7c6b91a73ed6e0
parent  16c6542a0475179215a1667cd505960f1913dc3d
...
125
126
127
128
129
130
131
132
...
125
126
127
 
 
128
129
130
0
@@ -125,8 +125,6 @@
1
         left:  385.5
2
       }).show()
1
 
12
- $('#facebox').css('left', $(window).width() / 2 - ($('#facebox table').width() / 2))
1
-
1
       $(document).bind('keydown.facebox', function(e) {
2
         if (e.keyCode == 27) $.facebox.close()
1
         return true

Comments