Prioritizing Team Connection During a Pandemic

if (typeof BingeIframeRan === “undefined”) {
window.addEventListener(“message”, receiveMessage, false);
function receiveMessage(event) {
try {
var parsed = JSON.parse(event.data)
if (parsed.context === “iframe.resize”) {
var iframes = document.getElementsByClassName(“binge-iframe”);
for (let i = 0; i < iframes.length; ++i) {
if (iframes[i].src == parsed.src || iframes[i].contentWindow === event.source) {
iframes[i].height = parsed.height; }
iframes[i].style.opacity = 1;
}
}
} catch (error) {
}
}
var BingeIframeRan = true;
}

According to the 2021 State of Marketing report, 75% percent of marketers say the pandemic has permanently shifted how they collaborate and communicate at work. Now whether this is good or bad is what I would like to share and discuss with you.

In life, I naturally chose the positive side of things and live my life as a glass… Read More