Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 1.3 KB

2023-04-24-videos.md

File metadata and controls

33 lines (29 loc) · 1.3 KB
layout title date description tags categories
post
a post with videos
2023-04-24 14:01:00 -0700
this is what included videos could look like
formatting videos
sample-posts

This is an example post with videos. It supports local video files.

{% include video.liquid path="assets/video/pexels-engin-akyurt-6069112-960x540-30fps.mp4" class="img-fluid rounded z-depth-1" controls=true autoplay=true %}
{% include video.liquid path="assets/video/pexels-engin-akyurt-6069112-960x540-30fps.mp4" class="img-fluid rounded z-depth-1" controls=true %}
A simple, elegant caption looks good between video rows, after each row, or doesn't have to be there at all.

It does also support embedding videos from different sources. Here are some examples:

{% include video.liquid path="https://www.youtube.com/embed/jNQXAC9IVRw" class="img-fluid rounded z-depth-1" %}
{% include video.liquid path="https://player.vimeo.com/video/524933864?h=1ac4fd9fb4&title=0&byline=0&portrait=0" class="img-fluid rounded z-depth-1" %}