0
Skip to Content
Properties
Coming Soon Listings
Featured Listings
Pending Listings
Sold Listings
Testimonials
Open Menu
Close Menu
Properties
Coming Soon Listings
Featured Listings
Pending Listings
Sold Listings
Testimonials
Open Menu
Close Menu
Folder:
Properties
Back
Coming Soon Listings
Featured Listings
Pending Listings
Sold Listings
Testimonials
Properties
Coming Soon Listings
Check Back Soon!
' } document.querySelectorAll('[data-current-styles*="video"]')[0].classList.add('video-banner-section'); placeToPaste.classList.add('video-b'); let thisVideoId = placeToPaste.querySelector('.sqs-video-background').getAttribute('data-config-url').split('vimeo.com/')[1]; console.log(placeToPaste+" = placeToPaste"); console.log(contentVideo(thisVideoId)+" = contentVideo"); placeToPaste.insertAdjacentHTML('beforeend', contentVideo(thisVideoId)); let videoSection = document.querySelectorAll('.page-section.video-banner-section')[0]; if (typeof(videoSection) != 'undefined' && videoSection != null){ document.querySelectorAll('.page-section.video-banner-section').forEach(function(videoWrapper){ videoWrapper.closest('body').classList.add('page-with-video-banner'); }); } function setHeight(){ document.querySelectorAll('.video-wrapper .wrapper-video-inner')[0].style.height = placeToPaste.clientHeight+'px'; } setHeight(); window.addEventListener('resize', function(event){ setHeight(); });