document.addEventListener('DOMContentLoaded', function () { const thumbsWrap = document.querySelector('#hero-section .thumbs-wrap'); const thumbItems = document.querySelectorAll('#hero-section .owl-thumb-item'); // Function to scroll the active item into view horizontally function scrollActiveItemIntoView() { const activeItem = document.querySelector('#hero-section .owl-thumb-item.active'); if (activeItem) { activeItem.scrollIntoView({ behavior: 'smooth', inline: 'center', // Center horizontally block: 'nearest' // Avoid vertical scrolling }); } } // Use MutationObserver to watch for changes to the active class const observer = new MutationObserver(scrollActiveItemIntoView); thumbItems.forEach(item => { observer.observe(item, { attributes: true, attributeFilter: ['class'] }); }); // Initial call to ensure the active item is in view on page load scrollActiveItemIntoView(); });
Residential Sale/Purchase
Find your dream home or the
perfect buyer with ease.
Residential Leasing
Hassle-free leasing solutions for
your ideal living space.
Commercial Sale/Purchase
Discover lucrative commercial
properties tailored for success.
Commercial Leasing
Flexible leasing options to elevate
your business ventures.
Pre-Leased Assets
Secure high-yield investments with
pre-leased property solutions.
Copyright Sprio. All Rights Reserved by HiBootstrap