fbpx
servicii foto-video profesionale

Servicii foto-video profesionale in Falticeni

Daca esti in cautarea unor servicii foto-video profesionale in Falticeni, nu ezita sa ma contactezi direct la numarul de telefon 0741664884 sau pe adresa de mail: costicachisleag@gmail.com. Poti folosi si formularul de mai jos. Voi raspunde negresit!

    window.addEventListener('load', function() { const grid = document.getElementById('videoGrid2'); const modal = document.getElementById('vModal'); const wrap = document.getElementById('vWrap'); const closeBtn = document.getElementById('vClose'); if (!grid) return; grid.addEventListener('click', function(e) { const item = e.target.closest('.video-item'); if (!item) return; const src = item.dataset.video; wrap.querySelectorAll('video').forEach(n => n.remove()); const vid = document.createElement('video'); vid.src = src; vid.controls = true; vid.autoplay = true; wrap.appendChild(vid); modal.classList.add('open'); }); function closeModal() { modal.classList.remove('open'); wrap.querySelectorAll('video').forEach(n => n.remove()); } closeBtn.addEventListener('click', closeModal); modal.addEventListener('click', e => { if (e.target === modal) closeModal(); }); document.addEventListener('keydown', e => { if (e.key === 'Escape') closeModal(); }); });

    Notice: ob_end_flush(): failed to send buffer of zlib output compression (0) in /home/costi/public_html/costicachisleag.ro/wp-includes/functions.php on line 5464