How I can have background images changing each time someone visits a homepage? The current background image is controlled in the CSS, not HTML so any help would be greatly appreciated.
See CSS for the single background image:
header .container-fluid
{
background-image: url("../../images/The Connection at St-Martin-in-the-
Fields/Carousel image - med res The Connection -1067838.jpg");
background-repeat: no-repeat;
background-size: cover;
height: 100vh;
padding-top: 36px;
}