media icon indicating copy to clipboard operation
media copied to clipboard

attrs not working properly?

Open derflocki opened this issue 13 years ago • 0 comments

If I understand the docs corretly, "attrs" are est as sttributes of the resulting .

So I tried something like: $('.media').media({ width: "100%", height: "100%", autoplay: true, attrs: { id: 'id_' + new Date().getTime(), attr1: 'something else' } }); without success.

derflocki avatar Sep 26 '11 12:09 derflocki