My website is having lots of Wistia videos, embedded in an iframe, whenever I load my page for the first time, It's taking a lot of time which makes my website slow, Is there any way I can load the video whenever I click on that particular videos.
This is small code snippet
<ul>
<li>
<a href="#" class="toggle">Operations</a>
<ul class="inner ulmargin">
<iframe src=" https://fast.wistia.net/embed/iframe/b8?seo=false" allowtransparency="true" frameborder="0" scrolling="no" class="wistia_embed" id="wistia_4d8229898d" name="wistia_embed" allowfullscreen mozallowfullscreen webkitallowfullscreen oallowfullscreen msallowfullscreen width="280" height="200"></iframe>
</ul>
</li>
<ul>
Above is just an example of one video, I have lots of videos inside that UL command. Any advice and suggestions will be greatly appreciated.
Take a look here, here i have many videos. But it loads fast, copy my code and paste in a html file and run