i checked out your gallery after noticing you updated your site. Its very nice! I also like your music page and how you can view the track-list. Do you mind if I look at the code for that? Its ok if not but I wanted to ask, since its so well done!
thank you for your kind words!! for the tracklist i made a for loop that goes through the array of songs i made and appends them into a certain html element (it looks for anything that has an id of 'tracklist')! then from there you can add eventlisteners to them to get them to play the song whenever clicked!
my code isnt the cleanest but Im sure it'll be way more helpful to look at then my rough explanation :D
thank you for your kind words!! for the tracklist i made a for loop that goes through the array of songs i made and appends them into a certain html element (it looks for anything that has an id of 'tracklist')! then from there you can add eventlisteners to them to get them to play the song whenever clicked! my code isnt the cleanest but Im sure it'll be way more helpful to look at then my rough explanation :D