Seeking assistance with customizing the Aerial template from HTML5UP. I am interested in selecting a scrolling background randomly from a pool of images. Can someone guide me on how to achieve this?
Presently, the background is defined within a code block like so:
#bg {
background: #348cb2 url("images/bg.jpg") bottom left;
background-repeat: repeat-x;
}
I came across a similar query on StackOverflow, but need help implementing it. Check out random fullscreen background image on browser refresh.