jQuery Plugin To Embed Youtube Video In Modal Popup - ShowYtVideo
File Size: | 4.95 KB |
---|---|
Views Total: | 31515 |
Last Update: | |
Publish Date: | |
Official Website: | Go to website |
License: | MIT |

ShowYtVideo is a lightweight jQuery plugin that makes it easy to embed/display/play a specific Youtube video in a fullscreen modal popup. Similar to the YTModal but doesn't relay on Bootstrap framework.
Basic usage:
1. Include the stylesheet showYtVideo.css
in the header for basic modal styles.
<link href="showYtVideo.css" rel="stylesheet">
2. Create a button to toggle a Youtube modal.
<button type="button" class="demo">YoutTube Video</button>
3. Initialize the plugin and specify the Youtube video you want to display.
<button type="button" class="demo">YoutTube Video</button>
This awesome jQuery plugin is developed by ink8bit. For more Advanced Usages, please check the demo page or visit the official website.