';
}
}
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 They Are and How We Chose Them
Fixr analysts searched far and wide to identify the highest-performing individuals in the interior design industry, including home stagers, decorators, and of course, interior designers. We looked nationwide to find those who take an active approach when it comes to contributing to and improving the industry, and we took into account many different criteria as we narrowed down our list.
Social media influence and engagement, along with media and press features, customer reviews, overall authority in home design, and industry accolades were the main deciding factors when it came to selecting who made the list. Examining these ensured that we only picked the best of the best.
Why You Need to Know Them
Home design ebbs and flows in new directions each year, and these movements are mostly due to the thoughts and practices of the industry's leading visionaries. Following trends is easy, but starting trends is a skill only a select group of designers possesses. Knowing and following those who are shaping home design will ensure your home is the talk of the town and a model for others to follow.
Designing a home goes beyond trends though. Becoming familiar with available color palettes, unique construction materials, innovative technologies, and inventive home design philosophies is an essential part of defining how you want to improve your home. These influencers can give you the latest and most authoritative information available about all of these.
This list of influencers is particularly useful for:
- Current or future home designers who are actively seeking to build their own brand and authority in the industry,
- Homeowners who want to stay on top of the latest trends, and
- Anyone who wants to expand their knowledge of home design and watch how the industry evolves.
Following those at the forefront of the industry keeps you on top of the latest information and newest design trends. You can incorporate these in your own home or in your clients' homes, improving their livability and maximizing their value.
Follow the Influencers Who Shape the Industry
As a collaborative process, home design has a lot of moving parts. The designers on this list bring these parts together and harness their power to change lives. We hope you find it useful, and we hope you'll follow these influencers on social media to stay up-to-date on their latest creations and achievements.
Thank you to all of the influencers who made the list for their contributions and thought leadership in guiding the design industry into the new year.
Keep an eye out for our upcoming home design reports to learn more about these influencers' insights and take a deep dive into the trends they predict will play a prominent role in 2021. You can also take a look at our 2020 list.