Founder / CEO

Toby Walsham

Director of Communications

Isabelle Du Plessis

Head of Engagement

Gabriel Preston

THE CRE8TORS

Jenny Lumpkin

THE CRE8TORS

Dani Jackson-Smith

'; var blobUrl = URL.createObjectURL(new Blob([html], { type: 'text/html' })); _slateBlobRegistry.push(blobUrl); return blobUrl; }// Appends query params to a Slate embed URL for hover (muted autoplay preview) // Slate may or may not honour these — if ignored, browser autoplay policy // still blocks unmuted playback so silence is effectively guaranteed. function slateEmbedHoverSrc(src) { return src + (src.indexOf('?') !== -1 ? '&' : '?') + 'autoplay=1&muted=1&loop=1'; }// Appends autoplay param for fullscreen popup (unmuted, Slate's own controls) function slateEmbedPopupSrc(src) { return src + (src.indexOf('?') !== -1 ? '&' : '?') + 'autoplay=1'; }window.addEventListener('beforeunload', function () { _slateBlobRegistry.forEach(function (url) { URL.revokeObjectURL(url); }); _slateBlobRegistry = []; });// ############### Play video on hover, pause on leave ############### // Vimeo → removes