Skip to content

Commit

Permalink
Fix video height
Browse files Browse the repository at this point in the history
  • Loading branch information
JB515 committed May 11, 2024
1 parent 94f9f8f commit ba49800
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/video.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
{% if include.height %}
height="{{ include.height }}"
{% else %}
height="auto"
height="100%"
{% endif %}
{% if include['min-width'] %}
min-width="{{ include.min-width }}"
Expand Down Expand Up @@ -69,7 +69,7 @@
{% if include.height %}
height="{{ include.height }}"
{% else %}
height="auto"
height="100%"
{% endif %}
{% if include['min-width'] %}
min-width="{{ include.min-width }}"
Expand Down

0 comments on commit ba49800

Please sign in to comment.