I am trying to specify a background image using an attribute from my element; like so:
.gallery-tile {
background-image: attr(data-thumbnail url, '');
}
Though no images are loading, is someone able to explain why this does not working? I followed the specification's as laid out here.