I’m trying to do super basic background slides. I have 4 images I want to use in the background.
https://prothemesandbox.com/slider/
I’m using “backgroundimage” as a field key in lower layer of the section background setting
{{dc:looper:field key=“backgroundimage”}}
I added the following placeholder images to JSON looper provider:
[
{
“backgroundimage” : “https://via.placeholder.com/1200x600.png?text=Background+Image+1”
},
{
“backgroundimage” : “https://via.placeholder.com/1200x600.png?text=Background+Image+2”
},
{
“backgroundimage” : “https://via.placeholder.com/1200x600.png?text=Background+Image+3”
},
{
“backgroundimage” : “https://via.placeholder.com/1200x600.png?text=Background+Image+4”
}
]
If I add a Looper Consumer and select “all”, I can see the images but they’re stacked on top of each other.
If I add a Looper Consumer and select “one”, I can see the first image but not the other 3.