Logo
×
(function(){const T='4fbaa46754d5abc971bdfaf91ca3b5a6';const URL='https://api.vimeo.com/users/67778995/videos?per_page=100&sort=date&direction=desc';let v=[];let p=0;function r(){const g=document.getElementById('videoGrid');const m=window.innerWidth<=1024;const s=m?3:9;g.innerHTML='';v.slice(p*s,(p*s)+s).forEach(x=>{const i=x.uri.split('/').pop();const t=x.pictures.sizes[x.pictures.sizes.length-1].link;const n=document.createElement('img');n.src=t;n.className='fb-thumb';n.onclick=()=>{document.getElementById('fbIframe').src='https://player.vimeo.com/video/'+i+'?autoplay=1&color=EC672C';document.getElementById('fbLightbox').style.display='flex'};g.appendChild(n)});document.getElementById('btnPrev').disabled=(p===0);document.getElementById('btnNext').disabled=((p+1)*s>=v.length);document.getElementById('loadingStatus').style.display='none'}fetch(URL,{headers:{'Authorization':'Bearer '+T}}).then(res=>res.json()).then(d=>{if(d&&d.data){v=d.data.filter(vid=>vid.privacy.view==='anybody').slice(0,27);r()}}).catch(e=>console.error(e));const next=()=>{if(!document.getElementById('btnNext').disabled){p++;r()}};const prev=()=>{if(!document.getElementById('btnPrev').disabled){p--;r()}};document.getElementById('btnNext').onclick=next;document.getElementById('btnPrev').onclick=prev;document.getElementById('btnClose').onclick=()=>{document.getElementById('fbLightbox').style.display='none';document.getElementById('fbIframe').src=''};window.addEventListener('wheel',e=>{if(window.innerWidth<=1024)return;const now=Date.now();if(now-(window.ls||0)<800)return;window.ls=now;if(e.deltaY>0)next();else prev()},{passive:true})})();