javascript - applying background style to single elements safari -
so, every item produce gets individual style=background: url(${[this guy's image url]}) [blahblahblah]
it works in other browsers not safari! in safari, none of images show (and there's no element.style tool in developer tools)
you try putting url in single quotes this:
background: url('http://some-url.domain/picture.png')
Comments
Post a Comment