Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Thank you!

CSS wouldn’t be able to control the audio, it only handles visual changes like layout and colors.

Nowadays browsers don’t allow auto-playing audio at all, a page requires user interaction before audio is allowed to play. So, I could add an autoplay config option but the best it could do is play audio after the user clicks somewhere, not on load (unless the player is loaded after the user had already clicked in the page)