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;
}
Every year, higher education is challenged with recruiting a new generation. Over the last several years, it was millennials. This time around, it’s Generation Z.
Gen Z and Millennials are different, and it’s not just side parts and skinny jeans. Gen Z views money, brands, and authenticity differently and demands brands share their ideals and create less polished content.
With … Read More