From 0ff15da39c64e43d5cb4a875fed2d492aa62ea34 Mon Sep 17 00:00:00 2001 From: Gabriel Date: Mon, 21 Nov 2022 13:39:05 -0500 Subject: [PATCH] video player update --- layouts/shortcodes/audio.html | 69 ++++++-- layouts/shortcodes/video.html | 283 ++++++++++++++++++++---------- layouts/shortcodes/yesterweb.html | 3 - static/css/theme.css | 49 +++--- static/res/expand.svg | 71 ++++++++ static/res/loop.svg | 60 +++++++ static/res/pause.svg | 63 +++++++ static/res/play.svg | 54 ++++++ static/res/shrink.svg | 71 ++++++++ 9 files changed, 595 insertions(+), 128 deletions(-) delete mode 100644 layouts/shortcodes/yesterweb.html create mode 100644 static/res/expand.svg create mode 100644 static/res/loop.svg create mode 100644 static/res/pause.svg create mode 100644 static/res/play.svg create mode 100644 static/res/shrink.svg diff --git a/layouts/shortcodes/audio.html b/layouts/shortcodes/audio.html index 876fe4a..350b26f 100644 --- a/layouts/shortcodes/audio.html +++ b/layouts/shortcodes/audio.html @@ -1,8 +1,4 @@
-