I have the following code to display a youtube video as the background of my site
<iframe frameBorder="0" height="100%" width="100%"
src="https://youtube.com/embed/ID?autoplay=1&controls=0&showinfo=0&autohide=1">
How can I make ID be selected from an array of ID's, i'm new to this but think i need to use a javascript script with arrays to select a random one?
Thanks
Solved I used this https://gist.github.com/alishutc/a6b1b0fc11a28a627897