[link to Jira Ticket](paste here)
Please include a summary of the change and which issue is fixed. Please also include relevant implementation details and context. List any dependencies that are required for this change.
var video = document.getElementsByTagName('video')[0]; | |
video.setAttribute('loop', 'true'); | |
video.play(); |
// For jsbin | |
// noprotect | |
/* Written by Kieran Jones on 07/02/2017 | |
Based on https://codepen.io/linrock/pen/Amdhr | |
Live demo here http://jsbin.com/zejihirewu/1/edit?js,output | |
MIT License | |
*/ | |
class CanvasComponent extends React.Component { | |
constructor(props, context) { | |
super(props, context); |