Sha256: 5ad3c74489ede876d2d8a54a1ea4b0d55fefd8ddc5ea95b49c2af133e17bd505
Contents?: true
Size: 562 Bytes
Versions: 9
Compression:
Stored size: 562 Bytes
Contents
{% capture video_id %}{{ include.id }}{% endcapture %} {% capture video_provider %}{{ include.provider }}{% endcapture %} <!-- Courtesy of embedresponsively.com //--> <div class="responsive-video-container"> {% if video_provider == "vimeo" %} <iframe src="https://player.vimeo.com/video/{{ video_id }}" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe> {% elsif video_provider == "youtube" %} <iframe src="https://www.youtube.com/embed/{{ video_id }}" frameborder="0" allowfullscreen></iframe> {% endif %} </div>
Version data entries
9 entries across 9 versions & 1 rubygems