admin

admin

Hello world!

$( document ).ready(function() { console.clear(); $(‘video’).addClass(‘video-background’); const video = document.querySelector(“.video-background”); let src = video.currentSrc || video.src; console.log(video, src); /* Make sure the video is ‘activated’ on iOS */ function once(el, event, fn, opts) { var onceFn = function (e) {…