class CustomVideoDemo extends HTMLElement { connectedCallback() { this.attachShadow({ mode: 'open' }); this.shadowRoot.innerHTML = ` See it in action Watch how Short AI transforms your content creation process Your browser does not support the video tag. `; } } customElements.define('custom-video-demo', CustomVideoDemo);
Watch how Short AI transforms your content creation process