OTRAS VIVIENDAS UNIFAMILIARES

Viviendas en A Coruña, A Laracha, Bergondo, Cambre, Culleredo, Oleiros, Sada…

document.addEventListener('DOMContentLoaded', function() { const links = document.querySelectorAll('a.gallery-link'); links.forEach(link => { // Comprobamos si el enlace NO tiene texto legible if (!link.textContent.trim()) { // Creamos el span accesible con texto "Ver proyecto" const span = document.createElement('span'); span.textContent = 'Ver proyecto'; span.style.position = 'absolute'; span.style.width = '1px'; span.style.height = '1px'; span.style.padding = '0'; span.style.margin = '-1px'; span.style.overflow = 'hidden'; span.style.clip = 'rect(0, 0, 0, 0)'; span.style.whiteSpace = 'nowrap'; span.style.border = '0'; link.appendChild(span); } }); });