feature, dummy background images
Opened this issue · 0 comments
paulcollett commented
Could follow the current text attribute behaviour:
<div data-dummy:placeholder="3"></div>
Though render as a background image detecting when the "bg" suffix is passed
<div data-dummy:bg="300x300"></div>
would do: el.style.backgroundImage = 'url(' + Dummy.src(arg) + ')'