How i can bind item.image to style="background-image:url()"
<div rv-each-item="items">
<div style="background-image:url()"></div>
</div>
As shown in this RIVETS Documentation
One-way binders
rivets.binders.color = function(el, value) {
el.style.color = value
}
<button rv-color="label.color">Apply</button>
I fixed this issue