Skip to content

Commit

Permalink
start video at include.start
Browse files Browse the repository at this point in the history
  • Loading branch information
dcnb committed Feb 12, 2024
1 parent 52073fe commit d19c012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/feature/video.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<iframe title="video embed {{ video_caption | escape }}" src="{{ video_src }}" allowfullscreen></iframe>
{% else %}
<video width="320" height="240" controls>
<source src="{{ video_src }}">
<source src="{{ video_src }}{% if include.start %}#t={{include.start}}{% endif %}">
Your browser does not support the video tag.
</video>
{%- endif -%}
Expand Down

0 comments on commit d19c012

Please sign in to comment.