The Ultimate Guide to Using GIFs in Marketing

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;
}

The Convince & Convert Editor in Chief knew what she was doing when she tapped me to write the “GIFs for Marketers” post. I have recently relinquished my “emoji queen” title to accept the GIFs-Guru-In-Residence here at C&C. It’s true. I think in GIFs, and I won’t respond to a team email without one. Once you read this, I’m hoping you don’t, either.

What are GIFs?

GIFs ar… Read More