smock 0.1.1 → 0.1.2
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/Gemfile.lock +1 -1
- data/app/assets/stylesheets/modules/_video.sass +8 -2
- data/examples/pages/homepage.html +2 -0
- metadata +3 -3
data/Gemfile.lock
CHANGED
@@ -10,10 +10,16 @@
|
|
10
10
|
width: 100%
|
11
11
|
overflow: hidden
|
12
12
|
|
13
|
-
.full-width-video__player
|
13
|
+
.full-width-video__player, .full-width-video__fallback
|
14
14
|
min-width: 100%
|
15
15
|
min-height: 100%
|
16
16
|
|
17
|
-
|
17
|
+
.full-width-video__fallback
|
18
|
+
display: none
|
19
|
+
|
20
|
+
@media only screen and (max-device-width: 736px)
|
18
21
|
.full-width-video__player
|
19
22
|
display: none
|
23
|
+
|
24
|
+
.full-width-video__fallback
|
25
|
+
display: block
|
@@ -24,6 +24,8 @@
|
|
24
24
|
<source src="https://lancerdev.lancerassets.com/v2/services/bf/7b4d30a03411e4ba243d9c62fe8320/medium_video_webm_Envato-Studio-Feature-Video.webm" type="video/webm">
|
25
25
|
<source src="https://lancerdev.lancerassets.com/v2/services/bf/7b4d30a03411e4ba243d9c62fe8320/medium_video_Envato-Studio-Feature-Video.mp4" type="video/mp4">
|
26
26
|
</video>
|
27
|
+
|
28
|
+
<img class="full-width-video__fallback" src="https://lancerdev.lancerassets.com/v2/services/bf/7b4d30a03411e4ba243d9c62fe8320/medium_video_thumbnail_Envato-Studio-Feature-Video.jpg" />
|
27
29
|
</div>
|
28
30
|
|
29
31
|
<div class="container th-size-medium">
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: smock
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -2368,7 +2368,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
2368
2368
|
version: '0'
|
2369
2369
|
segments:
|
2370
2370
|
- 0
|
2371
|
-
hash:
|
2371
|
+
hash: 1965548396132656235
|
2372
2372
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
2373
2373
|
none: false
|
2374
2374
|
requirements:
|
@@ -2377,7 +2377,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
2377
2377
|
version: '0'
|
2378
2378
|
segments:
|
2379
2379
|
- 0
|
2380
|
-
hash:
|
2380
|
+
hash: 1965548396132656235
|
2381
2381
|
requirements: []
|
2382
2382
|
rubyforge_project: smock
|
2383
2383
|
rubygems_version: 1.8.21
|