Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
Bug fix issue with her video source type attribute value
Browse files Browse the repository at this point in the history
  • Loading branch information
boxadesign committed Feb 26, 2024
1 parent e04f88c commit 5f7eb38
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{% endfor%}
{% elif page.hero_video.url and page.hero_video.file_extension %}
<source src="{{ page.hero_video.url }}"
type="{{ page.hero_video.file_extension }}">
type="video/{{ page.hero_video.file_extension }}">
{% endif %}
</video>
{% else %}
Expand Down

0 comments on commit 5f7eb38

Please sign in to comment.