Skip to content

Commit

Permalink
include video does not survive compress.html (#3117)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnScottUK committed Aug 15, 2021
1 parent 62c123c commit eaef9ec
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 eaef9ec

Please sign in to comment.