Skip to content

Commit

Permalink
Resized album images
Browse files Browse the repository at this point in the history
  • Loading branch information
Charca committed Mar 16, 2023
1 parent 99d5463 commit c990764
Show file tree
Hide file tree
Showing 13 changed files with 12 additions and 12 deletions.
Binary file removed public/album1.jpg
Binary file not shown.
Binary file added public/album1.webp
Binary file not shown.
Binary file removed public/album2.png
Binary file not shown.
Binary file added public/album2.webp
Binary file not shown.
Binary file removed public/album3.jpg
Binary file not shown.
Binary file added public/album3.webp
Binary file not shown.
Binary file removed public/album4.png
Binary file not shown.
Binary file added public/album4.webp
Binary file not shown.
Binary file removed public/album5.jpg
Binary file not shown.
Binary file added public/album5.webp
Binary file not shown.
Binary file removed public/album6.jpg
Binary file not shown.
Binary file added public/album6.webp
Binary file not shown.
24 changes: 12 additions & 12 deletions src/components/PlaylistDetails.astro
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
---
const tracks = [
{ title: 'Sthlm Sunset', artist: 'Ehrling', image: 'album1.jpg' },
{ title: 'Sthlm Sunset', artist: 'Ehrling', image: 'album1.webp' },
{
title: 'Living For Love',
artist: 'TWOPILOTS, Natty Rico',
image: 'album2.png',
image: 'album2.webp',
},
{ title: 'Madan (King)', artist: 'Bakermat', image: 'album3.jpg' },
{ title: 'All the Time', artist: 'Max the Sax', image: 'album4.png' },
{ title: 'Maasai', artist: 'Axero', image: 'album5.jpg' },
{ title: 'Love Or Hate Me', artist: 'Charleon', image: 'album6.jpg' },
{ title: 'Sthlm Sunset', artist: 'Ehrling', image: 'album1.jpg' },
{ title: 'Madan (King)', artist: 'Bakermat', image: 'album3.webp' },
{ title: 'All the Time', artist: 'Max the Sax', image: 'album4.webp' },
{ title: 'Maasai', artist: 'Axero', image: 'album5.webp' },
{ title: 'Love Or Hate Me', artist: 'Charleon', image: 'album6.webp' },
{ title: 'Sthlm Sunset', artist: 'Ehrling', image: 'album1.webp' },
{
title: 'Living For Love',
artist: 'TWOPILOTS, Natty Rico',
image: 'album2.png',
image: 'album2.webp',
},
{ title: 'Madan (King)', artist: 'Bakermat', image: 'album3.jpg' },
{ title: 'All the Time', artist: 'Max the Sax', image: 'album4.png' },
{ title: 'Maasai', artist: 'Axero', image: 'album5.jpg' },
{ title: 'Love Or Hate Me', artist: 'Charleon', image: 'album6.jpg' },
{ title: 'Madan (King)', artist: 'Bakermat', image: 'album3.webp' },
{ title: 'All the Time', artist: 'Max the Sax', image: 'album4.webp' },
{ title: 'Maasai', artist: 'Axero', image: 'album5.webp' },
{ title: 'Love Or Hate Me', artist: 'Charleon', image: 'album6.webp' },
]
---

Expand Down

0 comments on commit c990764

Please sign in to comment.