Hi,
We are using the gateway theme, is it possible to have the background image be a random image?
Preferably a background image slider, is this possible?
Thanks
Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Hi,
We are using the gateway theme, is it possible to have the background image be a random image?
Preferably a background image slider, is this possible?
Thanks
Create a child theme and overwrite /templates/partials/header.html.twig in your child theme.
.home-header-bg {
background:url( '{{ theme_url }}/img/{{ site.header.background }}' ) #ffffff no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
should be something like
background:url( '{{ page.media.images | randomize | first }}' )
(not tested, no guarantee, but the direction should be correct.
@Redsith:
Preferably a background image slider, is this possible?
You could use Vegas
Log in to reply.
| Topic | Participants | Replies | Views | Activity |
|---|---|---|---|---|
| 4 | 197 | 2 months ago | ||
| 3 | 92 | 2 months ago | ||
| 11 | 454 | 3 months ago | ||
| 0 | 47 | 3 months ago | ||
| 5 | 127 | 3 months ago |