From 1375fc3142621510a1a8576cbc45dd297ca160f6 Mon Sep 17 00:00:00 2001 From: Kalvinter Date: Sat, 27 Apr 2024 15:39:30 +0200 Subject: [PATCH] fix: added placeholder image for loading videos --- src/components/media/Mp4Gif.astro | 4 +++- src/img/loading-placeholder-image.png | Bin 0 -> 4914 bytes 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 src/img/loading-placeholder-image.png diff --git a/src/components/media/Mp4Gif.astro b/src/components/media/Mp4Gif.astro index 809ca40..e11ab31 100644 --- a/src/components/media/Mp4Gif.astro +++ b/src/components/media/Mp4Gif.astro @@ -1,7 +1,9 @@ --- const {src, classes} = Astro.props + +import VideoPlaceHolderImage from './../../img/loading-placeholder-image.png' --- -