Lazy Load Videos
Instead of adding a third-party embed directly to your HTML, load the page with a static element that looks similar to the actual embedded third-party. The interaction pattern should look something like this:
- On load: Add facade to the page.
- On mouseover: The facade preconnects to third-party resources.
- On click: The facade replaces itself with the third-party product.