mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Use mp4 videos
This commit is contained in:
parent
5d8aec3530
commit
6033a2c7b8
BIN
docs/images/videos/blog.mp4
Normal file
BIN
docs/images/videos/blog.mp4
Normal file
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 748 KiB After Width: | Height: | Size: 1.8 MiB |
Binary file not shown.
Before Width: | Height: | Size: 413 KiB After Width: | Height: | Size: 400 KiB |
BIN
docs/images/videos/tesla.mp4
Normal file
BIN
docs/images/videos/tesla.mp4
Normal file
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 673 KiB After Width: | Height: | Size: 3.1 MiB |
@ -23,7 +23,7 @@ videos:
|
|||||||
subtitle: 4 videos – 15 min
|
subtitle: 4 videos – 15 min
|
||||||
content: Create web-based presentation slides with Bulma.
|
content: Create web-based presentation slides with Bulma.
|
||||||
video_url: https://scrimba.com/p/pV5eHk/cGym4Ta
|
video_url: https://scrimba.com/p/pV5eHk/cGym4Ta
|
||||||
no_gif: true
|
no_video: true
|
||||||
---
|
---
|
||||||
|
|
||||||
{% include global/navbar.html id="Videos" %}
|
{% include global/navbar.html id="Videos" %}
|
||||||
@ -101,11 +101,12 @@ videos:
|
|||||||
|
|
||||||
<div class="column is-8 is-offset-1">
|
<div class="column is-8 is-offset-1">
|
||||||
<a class="image" href="{{ video.video_url }}" target="_blank" rel="nofollow">
|
<a class="image" href="{{ video.video_url }}" target="_blank" rel="nofollow">
|
||||||
{% if video.no_gif %}
|
{% if video.no_video %}
|
||||||
<img src="/images/videos/{{ video.id }}.png" alt="{{ video.title }} screenshot">
|
<img src="/images/videos/{{ video.id }}.png" alt="{{ video.title }} screenshot">
|
||||||
{% else %}
|
{% else %}
|
||||||
<img class="is-hidden-touch" src="/images/videos/{{ video.id }}.gif" alt="{{ video.title }} screenshot">
|
<video autoplay loop muted>
|
||||||
<img class="is-hidden-desktop" src="/images/videos/{{ video.id }}.png" alt="{{ video.title }} screenshot">
|
<source media="(min-width: 640px)" src="/images/videos/{{ video.id }}.mp4">
|
||||||
|
</video>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user