Simple instructions for how to prevent SmartVideo from processing a particular video on your website
If you need to exclude a video from being processed by SmartVideo, simply paste
class="swarm-exclude"
into the video's iframe or video tag like so:
<iframe src="https://youtube.com/watch?v=somevideo" class="swarm-exclude"></iframe>
<video src="http://example.com/example.mp4" class="swarm-exclude">