Skip to content

Commit eaef9ec

Browse files
authoredAug 15, 2021
include video does not survive compress.html (mmistakes#3117)
1 parent 62c123c commit eaef9ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎_includes/video

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
{% endcapture %}
1717
{% assign video_src = video_src | strip %}
1818

19-
<!-- Courtesy of embedresponsively.com //-->
19+
<!-- Courtesy of embedresponsively.com -->
2020
{% unless video_src == "" %}
2121
<div class="responsive-video-container">
2222
<iframe src="{{ video_src }}" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowfullscreen></iframe>

0 commit comments

Comments
 (0)
Please sign in to comment.