redcarpet_yt 0.0.8 → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0073ab42288c7901e5fdb973c18f48362c0e3662
4
- data.tar.gz: 5d26e365f3cc0299cc2470dc6d960bbc9fb3e376
3
+ metadata.gz: 14effa2c47e3f120cde37ecee3b89a758e407fce
4
+ data.tar.gz: 19420742b71490e0a21fc23b4e5538b490fc70ea
5
5
  SHA512:
6
- metadata.gz: 199c47ff4a79b08c12864cf0b37d052486077d325e69cd82cd259b47e89e3a43cd47539f34151191e8064098648c4d25e31482f4b729d57ca6abe5b471ece553
7
- data.tar.gz: 4b5bf43185826c29eda6a50e2e4b5db61fad2d5bba3a214f0686c09bc017157d23d88a3ab5994f2922adbd88b80666c6106df8d479a1c34eb3235d0e8b2f2b61
6
+ metadata.gz: ecd21cba8fd89878768fc5e2a3696a90d649399ff0b09ed4ddfcab4b5de5b28cb29ba70bf479ea67d3bd7a00c8093fa2bd4502d2025fd9f72b35f8b6ef5a6e11
7
+ data.tar.gz: 0f7a559bd4c7e06e9ec4abeeb0a739209cc922be43d1f16cfb8ae95eb841fb08b36f888ac89e9b66e07aea540ab55108a749335d33e5d4e7852ee81390c4f502
@@ -15,7 +15,11 @@ module Redcarpet
15
15
  # Check if we have a YouTube video
16
16
  if link.match /((http(s)?:\/\/)?)(www\.)?((youtube\.com\/)|(youtu.be\/))[\S]+/
17
17
  id = get_youtube_video_id(link)
18
- '</p><div margin-left="auto" margin-right="auto"><iframe width="420" height="315" src="//www.youtube.com/embed/'+id+'" frameborder="0" allowfullscreen></iframe></div><p>'
18
+ '</p>
19
+ <div position="relative" padding-bottom="56.25%" padding-top="25px" height="0">
20
+ <iframe position="absolute" top="0" bottom="0" width="100%" height="100%" src="//www.youtube.com/embed/'+id+'" frameborder="0" allowfullscreen></iframe>
21
+ </div>
22
+ <p>'
19
23
  else
20
24
  '<img src="'+link+'" title="'+title+'" alt="'+content+'">'
21
25
  end
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
  Gem::Specification.new do |s|
3
3
  s.name = 'redcarpet_yt'
4
- s.version = '0.0.8'
4
+ s.version = '0.0.9'
5
5
  s.summary = "Markdown that smells nice, now with YouTube embedding"
6
6
  s.description = 'A fast, safe and extensible Markdown to (X)HTML parser, with YouTube embedding, based on Redcarpet'
7
7
  s.date = '2016-03-31'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: redcarpet_yt
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Natacha Porté