concerto_remote_video 0.0.8 → 0.0.9
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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ce1b0effdec6e75b432087e45d597eb6aad38c3e
|
|
4
|
+
data.tar.gz: f3edfe5e8e1d939f5e186fcc566277c4b0beffc0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 384fa41887aded75e68e96b607ed9e1c581762930f510e0bbd7f7703c612c51944587307d3626e861cad1e54ee53b9d9f3528c24149278fb5fd9409f77a5e17a
|
|
7
|
+
data.tar.gz: effa16bc05ec14b40f34e17a70af46225af23aa4a8cff391a26c9b1b9eac3853e8fd32e89f8c7757d8bf74ffac86277e588b2df4f1860e352ac7c886a88539ef
|
|
@@ -13,4 +13,23 @@ div.remote-video-info img {
|
|
|
13
13
|
|
|
14
14
|
div#video_id_hint {
|
|
15
15
|
font-style: italic;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.auto-resizable-iframe {
|
|
19
|
+
max-width: 420px;
|
|
20
|
+
margin: 0px auto;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.auto-resizable-iframe > div {
|
|
24
|
+
position: relative;
|
|
25
|
+
padding-bottom: 75%;
|
|
26
|
+
height: 0px;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.auto-resizable-iframe iframe {
|
|
30
|
+
position: absolute;
|
|
31
|
+
top: 0px;
|
|
32
|
+
left: 0px;
|
|
33
|
+
width: 100%;
|
|
34
|
+
height: 100%;
|
|
16
35
|
}
|
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
<%= stylesheet_link_tag "concerto_remote_video/application" %>
|
|
2
|
+
<div class="auto-resizable-iframe">
|
|
3
|
+
<div>
|
|
2
4
|
<% player_settings = {:end => content.duration, :rel => 0, :theme => 'light', :iv_load_policy => 3} %>
|
|
3
|
-
<iframe id="player" type="text/html"
|
|
5
|
+
<iframe id="player" type="text/html" src="<%=raw content.player_url(player_settings) %>" frameborder="0"></iframe>
|
|
4
6
|
</div>
|
|
7
|
+
</div>
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: concerto_remote_video
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brian Michalski
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2014-02-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|