lazybox 0.0.9 → 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +9 -1
- data/lib/lazybox/version.rb +1 -1
- data/vendor/assets/javascripts/lazybox.js +1 -0
- data/vendor/assets/stylesheets/lazybox.css +2 -2
- metadata +4 -4
data/README.md
CHANGED
@@ -90,7 +90,15 @@ you can use lazybox for displaing images
|
|
90
90
|
# Events
|
91
91
|
|
92
92
|
$(document).trigger('close.lazybox')
|
93
|
+
$(document).trigger('center.lazybox')
|
93
94
|
|
94
|
-
|
95
|
+
|
96
|
+
# Browser Compatibility:
|
97
|
+
|
98
|
+
ie7 +(for ie7 you have to set width of lazybox `#lazybox { width: 400px; }`)
|
99
|
+
Chrome
|
100
|
+
Firefox
|
101
|
+
Opera
|
102
|
+
Safari
|
95
103
|
|
96
104
|
Copyright© Alex Galushka
|
data/lib/lazybox/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: lazybox
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 27
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
|
+
- 1
|
8
9
|
- 0
|
9
|
-
|
10
|
-
version: 0.0.9
|
10
|
+
version: 0.1.0
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Alex Galushka
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date:
|
18
|
+
date: 2012-01-22 00:00:00 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
name: rails
|