markdown_media 1.4 → 1.4.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/markdown_media/version.rb +1 -1
- data/lib/templates/giphy.erb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ee7675d6eedf2b85caf8d19d019146537850c81849226a140a3657bd9a01153e
|
4
|
+
data.tar.gz: 1698bf31d6f72b52c91b4d52282b5411eeab673d9adf55a068896f6944b33cad
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e61f516f97f94789df00f463099f29829bf171aaca41663706dbfb70693f3ed11936e39dbfa3a81c3dc0227e4a6a39feb6802617706bc7f8ae3101beff51e74e
|
7
|
+
data.tar.gz: c8811cf2218c7be4b0715bde37d6f4fbc3a3386120b701e51cf2967d3ad0b71ec96a92e0a39d6f034843acd7cea860a7d7a54841ddd2dbc8bdd9fdd196d35f7c
|
data/lib/templates/giphy.erb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
<figure class="video-container <%= klass %>" id="<%= id %>">
|
2
2
|
<div style="width:100%;height:0;padding-bottom:56%;position:relative;">
|
3
|
-
<iframe src="https://giphy.com/embed/<%= embed_id %>" width="100%" height="100%"
|
3
|
+
<iframe src="https://giphy.com/embed/<%= embed_id %>" width="100%" height="100%" frameborder="0" class="giphy-embed" webkitallowfullscreen mozallowfullscreen allowFullScreen></iframe>
|
4
4
|
</div>
|
5
5
|
|
6
6
|
<% unless caption.to_s.empty? %>
|