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;
}
Don’t sleep on these CX priorities in the year ahead
I recently had a fairly simple but remarkable customer experience that gave me new appreciation for the role of CX in 2022.
I’ve been in the market for a new mattress. I cannot say in strong enough terms how much I dislike shopping for mattresses. Next to pants and vehicles, I approach the proces… Read More