Gallery

Life at Tiaki Ride

A glimpse into lessons, horses, and the beautiful New Zealand countryside we call home.

document.addEventListener('DOMContentLoaded',async function(){ initReveal(); renderFooterSocial(); renderGallery(); await loadData(); renderGallery(); }); function renderGallery(){ const g=document.getElementById('galleryGrid'); const e=document.getElementById('galleryEmpty'); if(!g)return; if(!gallery||!gallery.length){if(g)g.innerHTML='';if(e)e.style.display='block';return;} if(e)e.style.display='none'; g.innerHTML=gallery.filter(i=>!i.hidden).map(i=>` `).join(''); if(!gallery.filter(i=>!i.hidden).length){if(g)g.innerHTML='';if(e)e.style.display='block';} }