From 8db9cfe027bc184c26500811b57d0b23ef7ab769 Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Sat, 26 Nov 2022 05:16:33 +0100 Subject: [PATCH] Fix content performance issues --- _posts/2022/2022-01-10-h264-encoder-showdown.html | 2 +- assets/fonts.scss | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/_posts/2022/2022-01-10-h264-encoder-showdown.html b/_posts/2022/2022-01-10-h264-encoder-showdown.html index a0c0370..f622a41 100644 --- a/_posts/2022/2022-01-10-h264-encoder-showdown.html +++ b/_posts/2022/2022-01-10-h264-encoder-showdown.html @@ -68,7 +68,7 @@ videos: {% for video in page.videos.videos %} {% capture capture_video %} - {% include blocks/media.liquid type="video" caption=caption poster=video.poster muted=true preload="metadata" id=video.id player=true %} + {% include blocks/media.liquid type="video" caption=caption poster=video.poster muted=true preload="none" id=video.id player=true %}