Childrens Bikes

Magnic Microlights & Wega are suitable for all bikes and of course also for children's bikes, regardless of whether they have classic side-pull brakes or disc brakes. Due to the small size and the minimal weight, the lamps are unnoticed but permanently in use. A big advantage: The lamps are always in use and not only help to increase safety during the day - when darkness sets in, people often forget that they can still see well themselves, but are no longer easily recognized. Since children are difficult to sensitize to this, a bicycle lamp that cannot be switched off brings a major safety advantage.
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); }); ``` });