You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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) + ')'
The text was updated successfully, but these errors were encountered:
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) + ')'
The text was updated successfully, but these errors were encountered: