Sha256: cd69a40496372b77afb1f026e84993de75170e603a68f63ef8e17d8d15af5636

Contents?: true

Size: 628 Bytes

Versions: 117

Compression:

Stored size: 628 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">
  <iframe src="" allowFullScreen="allowFullScreen" frameBorder="0" class="lazyload embed-responsive-item" data-src="{{media_url}}"></iframe>
</div>

Version data entries

117 entries across 117 versions & 1 rubygems

Version Path
linaro-jekyll-theme-1.3 _includes/media.html
linaro-jekyll-theme-1.2 _includes/media.html
linaro-jekyll-theme-1.1 _includes/media.html
linaro-jekyll-theme-1.0 _includes/media.html
linaro-jekyll-theme-0.1.2.75 _includes/media.html
linaro-jekyll-theme-0.1.2.74 _includes/media.html
linaro-jekyll-theme-0.1.2.73 _includes/media.html
linaro-jekyll-theme-0.1.2.72 _includes/media.html
linaro-jekyll-theme-0.1.2.71 _includes/media.html
linaro-jekyll-theme-0.1.2.70 _includes/media.html
linaro-jekyll-theme-0.1.2.69 _includes/media.html
linaro-jekyll-theme-0.1.2.67 _includes/media.html
linaro-jekyll-theme-0.1.2.66 _includes/media.html
linaro-jekyll-theme-0.1.2.65 _includes/media.html
linaro-jekyll-theme-0.1.2.64 _includes/media.html
linaro-jekyll-theme-0.1.2.63 _includes/media.html
linaro-jekyll-theme-0.1.2.62 _includes/media.html
linaro-jekyll-theme-0.1.2.61 _includes/media.html
linaro-jekyll-theme-0.1.2.60 _includes/media.html
linaro-jekyll-theme-0.1.2.59 _includes/media.html