hi!
i have a field called bgimage and set it to hold 1 image, & assigned to all of my site templates, with diferent images for each page, i want to use Vegas slideshow as background in my pages using a bgimage, as src
$.vegas('slideshow', {
backgrounds:[
{ src:'images/background-1.jpg', fade:2000},
{ src:'images/background-2.jpg', fade:2000}
]
})('overlay', {
src:'assets/img/overlay.png'
});
how can i make bgimage field output in the code above
thank you.