HOW to add music autoplay on index ???
Thanks
You can place the code in the header template.
Would you like to provide a link so we can check why?
I would echo the advice to not autoplay any sound or video on a web page. Please show the controls for the user to start or stop the sound / video.
(2014-07-24, 03:26 PM)laie_techie Wrote: [ -> ]I would echo the advice to not autoplay any sound or video on a web page. Please show the controls for the user to start or stop the sound / video.
<audio controls>
<source src="a.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>