';
}
}
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();
});
$(window).on('load', function () {
//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;
})
}
});
Who Are They and How We Selected Them
We carefully examine the top experts within the construction industry to find only the best. They come from all parts of the country, and are known within the industry for the awards they've won, the designs they've worked on, and the projects they've completed. They are also active in social media or leading industry publications, helping to influence the industry's trends, and engaging with others to help shape the construction industry into what it is today.
Why You Should Know Them
Home construction is an ever changing field. Materials, designs, and innovations are constantly being discovered and added, which can make it difficult to keep up. These experts are adept at not only influencing the industry, but also in engaging with it. They help communicate these trends to others, and play a major part in how well each new material or innovation does in the long run.
By watching the way that these experts work, you can gain a better, deeper understanding of the industry as a whole. You'll see the freshest trends and latest designs as they're being created, and you'll have a chance to engage with the people who are making it happen.
If you're a professional working in the construction industry yourself, knowing these experts can help you make better choices for your home clients. This in turn can help you grow your business and become an expert in your own right.
If you're a homeowner looking to renovate, build, or remodel in the coming months or year, following these experts can help you discover what's fresh, give you inspiration and ideas for what to include, and help you learn more about the workings of the industry, so that you can better apply them to your own project.
In addition, anyone with an interest in the construction industry can learn a lot from following these experts. Whether you want to see new designs as they emerge, watch trends unfold, or simply follow along with the best, watching these 200 experts can help you see the industry in a different light.
Follow Them to Discover Where The Industry is Heading
Whether you're a homeowner, an industry professional, or simply someone with a special industry in home construction and design, we hope that you can use this list to learn more about where the industry is headed. By following these 200 top experts in the field, you'll be able to capture the construction industry and its impact on the lives of the people it employs and works with in new and innovative ways.
Look out for further posts on this and other topics to ensure you stay current as the year moves forward.