We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a00ea5 commit 8ff2bbaCopy full SHA for 8ff2bba
_includes/video
@@ -4,7 +4,7 @@
4
<!-- Courtesy of embedresponsively.com //-->
5
<div class="responsive-video-container">
6
{% if video_provider == "vimeo" %}
7
- <iframe src="http://player.vimeo.com/video/{{ video_id }}" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>
+ <iframe src="https://player.vimeo.com/video/{{ video_id }}" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>
8
{% elsif video_provider == "youtube" %}
9
<iframe src="https://www.youtube.com/embed/{{ video_id }}" frameborder="0" allowfullscreen></iframe>
10
{% endif %}
0 commit comments