updated waveform graphics to webp instead of larger png

main
Alina Marquardt 2025-05-16 12:01:58 +02:00
parent b373f53e6e
commit 6ce1389aec
11 changed files with 2 additions and 2 deletions

View File

@ -38,8 +38,8 @@ players.forEach(player => {
const playercontainer = player.querySelector('.track-container');
const played = player.querySelector('.track-played');
const unplayed = player.querySelector('.track-unplayed');
played.style.backgroundImage = `url('tracks/${trackName}-played.png')`;
unplayed.style.backgroundImage = `url('tracks/${trackName}.png')`;
played.style.backgroundImage = `url('tracks/${trackName}-played.webp')`;
unplayed.style.backgroundImage = `url('tracks/${trackName}.webp')`;
const audio = document.createElement('audio');
audio.style.display = 'none';

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB