Should be included once / page either inline after the video or via an external minified js module.
Once included you can take your wistia videos (sample html from collagen protein below):
<iframe src="//fast.wistia.net/embed/iframe/fa2pw4wdza?videoFoam=true"
allowtransparency="true" frameborder="0" scrolling="no" class="wistia_embed"
name="wistia_embed" allowfullscreen="" mozallowfullscreen="" webkitallowfullscreen=""
oallowfullscreen="" msallowfullscreen="" width="720" height="405"></iframe>
<script src="//fast.wistia.net/assets/external/E-v1.js"></script>
and refactor them to be just images till window.load:
<img class="wistia_embed" width="720" height="405"
src="http://draxe.com/wp-content/themes/draxe2014/images/josh-axe-home-form.png"
data-wistia-iframe-src="http://fast.wistia.net/embed/iframe/fa2pw4wdza?videoFoam=true"
data-wistia-optional-json-attribute-overrides='{"allowtransparency":"false"}'>
Not sure what this file does but ansillary testing shows its removeable (might be analytics though)
<script src="//fast.wistia.net/assets/external/E-v1.js"></script>
Ping [email protected] if you have any questions!
-Tom F | 2016-03-14