Sha256: d20a1db23b079087f4bb780d06c6085c634b758eb04023372264ea44c36ca53e
Contents?: true
Size: 561 Bytes
Versions: 6
Compression:
Stored size: 561 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="http://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
6 entries across 6 versions & 1 rubygems