feat: add animated image and audio player support

This commit is contained in:
hibna
2026-02-14 12:54:08 +03:00
parent 39406822ae
commit ef39d20b43
16 changed files with 1505 additions and 54 deletions
+8
View File
@@ -15,6 +15,14 @@
background-color: #000;
}
.sp-animated-image-element {
width: 100%;
height: 100%;
display: block;
object-fit: contain;
background-color: #000;
}
.sp-video-element::-webkit-media-controls,
.sp-video-element::-webkit-media-controls-enclosure,
.sp-video-element::-webkit-media-controls-panel {