From 9efb11d8485f8273f7d64d46f2675a78fc41d6e8 Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Mon, 15 Jul 2024 11:47:57 +0200 Subject: [feature/frontend] Add player for audio files; use thumbnail for `poster` (#3099) * [feature/frontend] Audio player for audio media types * use video preview images for previews instead of video itself * don't preload * update tests for new zork status * collapse media gallery into single row when small --- testrig/media/ghosts-original.mp3 | Bin 0 -> 7483917 bytes testrig/media/ghosts-small.jpg | Bin 0 -> 6132 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 testrig/media/ghosts-original.mp3 create mode 100644 testrig/media/ghosts-small.jpg (limited to 'testrig/media') diff --git a/testrig/media/ghosts-original.mp3 b/testrig/media/ghosts-original.mp3 new file mode 100644 index 000000000..5e5cc8d81 Binary files /dev/null and b/testrig/media/ghosts-original.mp3 differ diff --git a/testrig/media/ghosts-small.jpg b/testrig/media/ghosts-small.jpg new file mode 100644 index 000000000..bd01b91a0 Binary files /dev/null and b/testrig/media/ghosts-small.jpg differ -- cgit v1.3