Sha256: 8b565ab730e877381c928f1d3ac9e00435c840d9da6be1460d5c5dfb20e14d12

Contents?: true

Size: 692 Bytes

Versions: 33

Compression:

Stored size: 692 Bytes

Contents

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

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

Version data entries

33 entries across 33 versions & 2 rubygems

Version Path
linaro-jekyll-theme-5.1.0 _includes/media.html
linaro-jekyll-theme-5.0.1 _includes/media.html
linaro-jekyll-theme-5.0.0 _includes/media.html
linaro-jekyll-theme-4.3.3 _includes/media.html
linaro-jekyll-theme-4.3.2 _includes/media.html
linaro-jekyll-theme-4.3.1 _includes/media.html
linaro-jekyll-theme-4.3.0 _includes/media.html
linaro-jekyll-theme-4.2.0 _includes/media.html
linaro-jekyll-theme-4.1.6 _includes/media.html
linaro-jekyll-theme-4.1.5 _includes/media.html
linaro-jekyll-theme-4.1.4 _includes/media.html
linaro-jekyll-theme-4.1.3 _includes/media.html
linaro-jekyll-theme-4.1.2 _includes/media.html
linaro-jekyll-theme-4.1.1 _includes/media.html
linaro-jekyll-theme-4.1.0 _includes/media.html
linaro-jekyll-theme-4.0.2 _includes/media.html
linaro-jekyll-theme-4.0.1 _includes/media.html
jumbo-jekyll-theme-6.0.2.1 _includes/media.html
jumbo-jekyll-theme-6.0.2.0 _includes/media.html
jumbo-jekyll-theme-6.0.1.4 _includes/media.html