README
Background Video Manager
A JavaScript library for optimizing html pages with video content that prevents videos from loading on mobile devices.
Usage
- In the video node add the following attributes:
- class="optimize-video"
- poster="poster source" (image displayed on mobile)
- data-src="video source"
- Import the js library at the end of the body node.