Sha256: ab3aadc9986af43833ae3ef255393a76f900624698e2110adbb9f5dd7b194152

Contents?: true

Size: 626 Bytes

Versions: 18

Compression:

Stored size: 626 Bytes

Contents

{% if include.object contains "https://youtu.be/" %}
    {% assign media_url = include.object | replace: 'https://youtu.be/','https://youtube.com/embed/'%}
{% elsif include.object contains "https://www.youtube.com/watch?v=" %}
    {% assign media_url = include.object | replace: 'https://www.youtube.com/watch?v=','https://youtube.com/embed/'%}
{% else %}
    {% assign media_url = include.object %}
{% endif %}

<div class="embed-responsive embed-responsive-16by9">
  <iframe src='about:blank' allowFullScreen="allowFullScreen" frameBorder="0" class="lazyload embed-responsive-item" data-src="{{media_url}}"></iframe>
</div>

Version data entries

18 entries across 18 versions & 2 rubygems

Version Path
jumbo-jekyll-theme-5.6.9.2 _includes/core/youtube_video_embed.html
jumbo-jekyll-theme-5.6.9.1 _includes/core/youtube_video_embed.html
jumbo-jekyll-theme-5.6.9 _includes/core/youtube_video_embed.html
jumbo-jekyll-theme-5.6.8 _includes/core/youtube_video_embed.html
jumbo-jekyll-theme-5.6.7 _includes/core/youtube_video_embed.html
jumbo-jekyll-theme-5.6.6 _includes/core/youtube_video_embed.html
jumbo-jekyll-theme-5.6.5 _includes/core/youtube_video_embed.html
jumbo-jekyll-theme-5.6.4 _includes/core/youtube_video_embed.html
seriously_simple_static_starter-0.7.0 _includes/core/youtube_video_embed.html
seriously_simple_static_starter-0.6.7 _includes/core/youtube_video_embed.html
seriously_simple_static_starter-0.6.6 _includes/core/youtube_video_embed.html
seriously_simple_static_starter-0.6.5 _includes/core/youtube_video_embed.html
seriously_simple_static_starter-0.6.4 _includes/core/youtube_video_embed.html
seriously_simple_static_starter-0.6.3 _includes/core/youtube_video_embed.html
seriously_simple_static_starter-0.6.2 _includes/core/youtube_video_embed.html
jumbo-jekyll-theme-5.6.3 _includes/core/youtube_video_embed.html
jumbo-jekyll-theme-5.6.2 _includes/core/youtube_video_embed.html
jumbo-jekyll-theme-5.6.0 _includes/core/youtube_video_embed.html