fancybox 0.0.14 → 0.0.15

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module Fancybox
2
- VERSION = "0.0.14"
2
+ VERSION = "0.0.15"
3
3
  end
@@ -17,5 +17,14 @@ $(document).ready(function() {
17
17
  $("a[rel=group]:first").click();
18
18
  return false;
19
19
  });
20
+
21
+ $(".iframe").fancybox({
22
+ 'width' : '99%',
23
+ 'height' : '99%',
24
+ 'autoScale' : true,
25
+ 'transitionIn' : 'none',
26
+ 'transitionOut' : 'none',
27
+ 'type' : 'iframe'
28
+ });
20
29
  });
21
30
  //]]>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fancybox
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.14
4
+ version: 0.0.15
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-05-17 00:00:00.000000000 Z
12
+ date: 2013-06-13 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Fancybox 2 for Rails
15
15
  email:
@@ -61,7 +61,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
61
61
  version: '0'
62
62
  requirements: []
63
63
  rubyforge_project:
64
- rubygems_version: 1.8.19
64
+ rubygems_version: 1.8.23
65
65
  signing_key:
66
66
  specification_version: 3
67
67
  summary: Fancybox 2 for Rails