Sha256: 140cd99d1e4d64888582891887c4d57cf05fdfdb798c25bd62bcb0cd23d882a5
Contents?: true
Size: 551 Bytes
Versions: 15
Compression:
Stored size: 551 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
15 entries across 15 versions & 2 rubygems