Sign up to the Relec
monthly newsletter📧

Our newsletter’s focus on technical articles, case studies and new products, along with a smattering of Relec humour. Hopefully they will stimulate your imagination when it comes to your next design project, but remember, we will be there every step of way to guide you…

By signing up I agree to receive the latest updates, product insights, and expert advice from Relec
Electronics. I understand that I can unsubscribe at any time.

Relec Electronics Ltd, Animal House, Justin Business Park, Sandford Lane, Wareham, Dorset, BH20 4DY, UK Company Registration No. 1389 153 England

Copyright © 2023 Relec Electronics Ltd

jQuery(document).ready(function($) { function updateActiveItem() { try { var carouselItems = $('.center-grow-carousel .elementor-carousel-item'); var centerIndex = Math.floor(carouselItems.length / 2); carouselItems.each(function(index) { if (index === centerIndex) { $(this).addClass('active'); } else { $(this).removeClass('active'); } }); } catch (error) { console.error('Error updating active item:', error); } } // Initial update updateActiveItem(); // Update on slide change var carousel = $('.center-grow-carousel .elementor-swiper'); if (carousel.length) { carousel.on('transitionend animationend', function() { updateActiveItem(); }); } else { console.error('Carousel element not found.'); } });