Skip to content

Commit

Permalink
include video does not survive compress.html (mmistakes#3117)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnScottUK authored and chukycheese committed Sep 18, 2023
1 parent 09dc6cb commit 0265d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/video
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
{% endcapture %}
{% assign video_src = video_src | strip %}

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

0 comments on commit 0265d33

Please sign in to comment.