Wega - Spare Parts

Some parts such as brake pads or protective stickers must be replaced when they are worn - others could be lost. All parts can be reordered here, so that the lamps can be used for a long time.

Wega clamp

No vote
0,80 € (0,67 € excl VAT) each

+

Scope of delivery: 1x Wega strap/cable clamp

With this clamp made of glass fiber reinforced polycarbonate, the flex strap of the Wega system and the spiral cable are fixed to the fork/frame.

Brand URL : www.magniclight.com
List of the comments:
No comments have been posted yet.
You must be registered in order to post a comment

Related products

172,00 € (144,54 € excl VAT) each Wega- Quattro-Set Choose options Product details
Results 1 - 1 of 1
document.addEventListener("DOMContentLoaded", function() { // Alle Slides mit YouTube-Hintergrundvideos var videoBackgrounds = document.querySelectorAll('.sp-video-background'); ``` videoBackgrounds.forEach(function(bg) { var iframe = bg.querySelector('iframe'); if (!iframe) return; // Ursprüngliche src sichern var originalSrc = iframe.src; iframe.removeAttribute('src'); // Funktion zum Laden des Videos var loadVideo = function() { iframe.src = originalSrc + '&autoplay=1'; // Autoplay aktivieren // Optional: iframe sichtbar machen, falls ausgeblendet iframe.style.display = 'block'; }; // Prüfen, ob Slide sichtbar ist var observer = new IntersectionObserver(function(entries, observer) { entries.forEach(function(entry) { if (entry.isIntersecting) { loadVideo(); observer.unobserve(entry.target); // nur einmal laden } }); }, { threshold: 0.25 }); // 25% sichtbar observer.observe(bg); }); ``` });