deo" css selector // /*Loop*/ // for(video of videos) { // use var video if "strict mode" is enabled // fetch(getVideoUrl) // .then(response => response.json()) // .then(json => { // var url = json['src']; // video.addEventListener('ended', function() { // during the loading process // video.src = url; // set autoplay proterty to true // video.autoplay = true; // }, false); // }); // }