';
}
}
html += '
';
html += '
';
if (pageNumber == 1){
html += '
';
}
else{
html += '
';
}
html += '
';
html += '
'+influencer.name+'
';
html += '
';
html += '
';
if ((actualElement+1) % (elementsPerRow*numRows) == 0 || (parseInt(actualElement+1) == influencersObj.length)){
html += '
';
pageNumber++;
}
actualElement++;
});
html += '
';
$('.ig_container').attr('data-totalpages', pageNumber - 1);
$('.ig_container').prepend(html);
//MODAL
var modal = `
`;
$('body').append(modal);
//CHECK IF UR CALLS AN IMAGE
CheckUrl();
//LazyLoad
const images = document.querySelectorAll('.lazy-load');
if(!('IntersectionObserver' in window)) {
images.forEach(image => {
handleImage(image);
})
} else {
var config = {
rootMargin: '100px 0px',
threshold: 0.01
};
var observer = new IntersectionObserver(observeImages, config);
images.forEach(image => {
observer.observe(image);
})
function observeImages(entries) {
entries.forEach(entry => {
if(entry.intersectionRatio > 0) {
if (!entry.target.classList.contains('ig-modal-image')){
observer.unobserve(entry.target);
}
handleImage(entry.target);
}
})
}
}
function handleImage(el) {
preloadImage(el.dataset.src).then(src => {
el.tagName === 'IMG' ?
el.src = src :
el.style.backgroundImage = 'url('+ src +')';
if (!el.classList.contains('no-fade')){
el.classList.add('fade');
}
el.removeAttribute('data-src');
})
}
function preloadImage(url) {
return new Promise((resolve,reject) => {
var image = new Image();
image.load = resolve(url);
image.error = reject;
image.src = url;
})
}
});
}, 1000);
How We Chose Them
Analysts and experts at Fixr.com scoured the US to find the experts who have been making strides in home construction recently. They were chosen based on a number of factors, including: their vast experience in the industry, attention grabbing projects, local and national reputation in the media and specialist publications, and awards and achievements.
Be Inspired by the Experts
Building a new home or undertaking a major renovation project is a big deal. People look for guidance, advice, and expertise on an array of factors before getting to work. The Top 200 list gives you the experts you can turn to for advice and inspiration.
There are many things to think about and oftentimes there are issues you may not have even considered. Whether it be energy efficiency and sustainability, being on-trend with the most up-to-date interior design, or choosing the right materials for your needs, tastes, and budget, the experts can help point you in the right direction.
If you are a fellow construction expert, taking note of other top professionals' ideas, projects and revolutionary innovations can help when dealing with and advising your own clients.
Follow the Experts to Discover Where the Industry Is Heading
Whether you are planning a home building or renovation project, work in the industry, or simply have an interest in the latest in home design, be sure to check out the Top 200 Construction Experts in 2022. Let their expertise, experience, and vision guide and inspire you this year to achieve your own aspirations.