<p>City Theme</p>
<div>
<video id="my-video" class="video-js vjs-theme-city" width="320" height="180" controls preload="auto" data-setup='{}'>
<source src="http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4" type="video/mp4" />
</video>
</div>
<p>Fantasy Theme</p>
<div>
<video id="my-video" class="video-js vjs-theme-fantasy" width="320" height="180" controls preload="auto" data-setup='{}'>
<source src="http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4" type="video/mp4" />
</video>
</div>
<p>Forest Theme</p>
<div>
<video id="my-video" class="video-js vjs-theme-forest" width="320" height="180" controls preload="auto" data-setup='{}'>
<source src="http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4" type="video/mp4" />
</video>
</div>
<p>Sea Theme</p>
<div>
<video id="my-video" class="video-js vjs-theme-sea" width="320" height="180" controls preload="auto" data-setup='{}'>
<source src="http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4" type="video/mp4" />
</video>
</div>