HR EN

Tag Piran

Kamen u prostoru

Izvještaj sa radionice održane 30.06.2015. godine u Kulturnom domu u Padni (Općina Piran, Slovenija), u sklopu EU projekta REVITAS II.

// Existing image replacement code document.querySelectorAll('.list-count img').forEach(img => { const fullSizeUrl = img.src.replace(/-(\d+x\d+)\.(jpg|png|webp)/, '.$2'); const newImg = new Image(); newImg.src = fullSizeUrl; newImg.className = img.className; newImg.alt = img.alt; img.parentNode.replaceChild(newImg, img); }); });