+ 3
Background Audio
I want to set the background audio for my webpage. How can I do this?
2 Antworten
+ 2
This he how I'd go:
add an audio player using the <audio autoplay> tag with an autoplay attribute somewhere within the page and then just make it invisible through CSS using display none or opacity 0
+ 2
Thanks for your help KINGDX