';
}
}
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);
Who Are They and How Did We Choose Them?
Each of the individuals who make the list are either interior designers or decorators, home stagers, or design bloggers. Each one is contributing to improving the interior design industry and educating homeowners in their own way. They were selected carefully on a range of criteria, which included their social media engagement, industry authority and recognition, as well as relevant media attention.
Some of the influencers have celebrity clients, while others have appeared in exclusive features for some of the biggest design publications. Many are award winning, and all of them are currently helping shape the future of interior design.
Why Should You Follow Them?
The interior design industry is forever adapting and evolving. Recent circumstances are an example of how home design has had to adapt to the needs of people. What was once previously popular, useful or in-demand, can become outdated and less required.
New vision is needed in times like these, and the experts in the list are the ones who force through the required and necessary changes in home design. Trends are formed by experts who know how to select the right materials, match colors, and create an atmosphere in a space to meet the changing needs of homeowners.
Whereas we all have our own tastes and preferences, the influencers lay out ideas that everyone can adapt to their home. Their expert knowledge allows us to make informed decisions about a variety of aspects.
Not only homeowners should follow them, however. Fellow home design professionals will benefit from taking on board what it is they have to showcase. Taking design inspiration from influencers is one way a trend gets out there in the industry.
Let the Top 200 Guide You
The exclusive list of influencers that we believe will be on top of interior design trends in 2022 can help and inspire you to make the most of your home. By following them, you take out the guesswork of what is on trend.
We would like to thank all of the experts featured for their continued contributions and thought leadership in interior design.
Don't forget to keep an eye out for our upcoming home design reports. The influencers will share their insights about what they believe will be the most popular trends in 2022.