Untitled

 avatar
unknown
javascript
2 years ago
273 B
9
Indexable
$('#conntent').parent().prepend('\
<style>\
video {\
  position: absolute;\
  width: 100%;\
  height: 100%;\
-o-object-fit: cover;\
object-fit: cover;\
top:0\
left:0\
}\
</style>\
<video autoplay muted loop>\
  <source src="html/test.mp4" type="video/mp4">\
</video>\
		');
Editor is loading...
Leave a Comment