mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-23 13:32:57 -06:00
bundle plyr icon svg
This commit is contained in:
parent
4dba1ac011
commit
46e63b5faa
3 changed files with 4 additions and 0 deletions
|
|
@ -119,6 +119,7 @@ Array.from(document.getElementsByClassName("plyr-video")).forEach((video) => {
|
|||
disableContextMenu: false,
|
||||
hideControls: false,
|
||||
tooltips: { contrors: true, seek: true },
|
||||
iconUrl: "/assets/plyr.svg",
|
||||
listeners: {
|
||||
fullscreen: () => {
|
||||
lightbox.loadAndOpen(parseInt(video.dataset.pswpIndex), {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue