Hi There,
I'd like a random image to load in my site header each time the page is refreshed. I'm currently using the following code to add an image to the site header:
header#header {
background-image: url();
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
I've searched the forum but haven't found any solutions. Using 7.1.
Thanks in advance.