';
}
}
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
We looked industry-wide to find the most influential designers, home stagers, decorators, and other experts in the field. They are located across the nation, and each influencer has been carefully chosen, taking into consideration different factors, such as their relevance in the industry, their outstanding work, awards they have won in recent years, or because of the high social media influence in their field of expertise. Some experts were on the 2019 list of top influencers, but the updated list includes many new and up-and-coming talent.
We took a look at each one carefully to find only the best. We evaluated them on how well they communicate with others via their work and social media, who have consistently shown excellence in their designs, and those who have proven their worth to the industry. We sought out those who were having the biggest impact on the industry, shaping the way that others view it.
Why You Should Know Them
The design industry is fluid, constantly changing and updating each year, but it does not happen on its own. It is the industry professionals - the designers and leaders in their fields - who are shaping the way the industry looks today.
Each time a designer uses a new material and helps others learn about it, the design industry reacts and changes. Eventually, this is what forms trends.
The designers we showcase are those who are changing the industry the most through their influence. Following them means staying on top of the latest trends and at the cutting edge of industry materials, techniques, and technology.
This list can benefit anyone with an interest in home design, but may be of more importance to anyone who is:
- A professional in the field hoping to help shape trends and better assist your own clients,
- A homeowner wanting to stay abreast of what is important in the industry as well as new ideas that can be of inspiration for their own homes, and
- Anyone who wants to watch the way the home design and construction industries have been changing and who is responsible for those changes.
By following the pros who are at the forefront of the industry, you receive the newest information and latest design trends. In return, you can now offer those trends to your clients or include them within your home. Over time, watching the way the industry changes and moves can help you begin making your own predictions and starting new trends.
And for homeowners, following these influencers can help you make the best choices about your property, helping you maximize its value and livability.
Follow Them to Follow the Trends
Whether you are an industry professional, homeowner, or simply someone with an interest in the industry, we hope you find this list of influencers useful. Following the people making the trends means following the trends themselves and making sure that your own work is as fresh as possible.
We would like to thank those who are on the list, and we encourage everyone to follow these influencers in their work and on social media. Doing so ensures that you stay up-to-date with the home design industry through 2020.
Keep an eye out for our upcoming posts on this and other topics to learn more about these influencers and what they are doing to help predict the future of the industry.