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.