top of page
TOUCH
Vista
GALERÍA
BARCELONA - DESDE 2015

bottom of page
// Force light mode const meta = document.createElement('meta'); meta.name = "color-scheme"; meta.content = "light"; document.head.appendChild(meta); // Remove alt text from gallery images window.addEventListener('load', () => { const galleryImages = document.querySelectorAll('.wix-image img, .wix-gallery img'); galleryImages.forEach(img => { img.removeAttribute('alt'); }); });
TOUCH