From eb6b974ba8ea7d0cd4515c2abf4bfc465a2f8f58 Mon Sep 17 00:00:00 2001 From: Musanna Galib <64589428+MusannaGalib@users.noreply.github.com> Date: Sun, 3 Dec 2023 00:11:55 +0600 Subject: [PATCH] Delete _posts/2023-04-24-videos.md --- _posts/2023-04-24-videos.md | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 _posts/2023-04-24-videos.md diff --git a/_posts/2023-04-24-videos.md b/_posts/2023-04-24-videos.md deleted file mode 100644 index 3e2f6a2a9a69..000000000000 --- a/_posts/2023-04-24-videos.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -layout: post -title: a post with videos -date: 2023-04-24 21:01:00 -description: this is what included videos could look like -tags: formatting videos -categories: sample-posts ---- -This is an example post with videos. It supports local video files. - -
-
- {% include video.html path="assets/video/pexels-engin-akyurt-6069112-960x540-30fps.mp4" class="img-fluid rounded z-depth-1" controls=true autoplay=true %} -
-
- {% include video.html 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.html path="https://www.youtube.com/embed/jNQXAC9IVRw" class="img-fluid rounded z-depth-1" %} -
-
- {% include video.html path="https://player.vimeo.com/video/524933864?h=1ac4fd9fb4&title=0&byline=0&portrait=0" class="img-fluid rounded z-depth-1" %} -
-
\ No newline at end of file