Installation instructions

Downloads

Assembly instructions - TREND roof tiles

Installation instructions - TYSENIA - Steel shingle

Assembly instructions - ESTIMA Roofing Tiles

Assembly instructions - For GERMANIA, GERMAN, TALIA, ENIGMA roof tiles

+
const el = document.querySelector(".galleryMenu") const observer = new IntersectionObserver( ([e]) => e.target.classList.toggle("is-pinned", e.intersectionRatio < 1), { threshold: [1] } ); observer.observe(el);