Use video tag instead of image with a link to the video.
This commit is contained in:
parent
b2be8f14e5
commit
351e3dcb20
1 changed files with 5 additions and 1 deletions
|
@ -46,7 +46,11 @@ strategies that defend FOSS (such as copyleft). <a href="/about" class="orange">
|
||||||
<div class="mt3 mh2-ns mb4 flex-ns">
|
<div class="mt3 mh2-ns mb4 flex-ns">
|
||||||
<div class="w-70-ns mh2">
|
<div class="w-70-ns mh2">
|
||||||
<section class="mh0 pa3 bg-light-blue ba b--gray">
|
<section class="mh0 pa3 bg-light-blue ba b--gray">
|
||||||
<p><a href="/img/sfc_holiday_card_video_done_smaller.mp4"><img src="/img/sfc_holiday_card_2021.jpg" alt="Happy Holidays from Software Freedom Conservancy!"></a> </p>
|
<p>
|
||||||
|
<video class="medium-right" controls="" poster="/img/sfc_holiday_card_2021.jpg">
|
||||||
|
<source src="/img/sfc_holiday_card_video_done_smaller.mp4">
|
||||||
|
<a href="/img/sfc_holiday_card_video_done_smaller.mp4"><img src="/img/sfc_holiday_card_2021.jpg" alt="Happy Holidays from Software Freedom Conservancy!"></a>
|
||||||
|
</video>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="mv3 ph2">
|
<section class="mv3 ph2">
|
||||||
|
|
Loading…
Reference in a new issue