=== Plugin Name === Contributors: blakedotvegas Tags: html5, video background, mp4, webm, ogv, responsive, shortcode Requires at least: 4.0 Tested up to: 4.3 Stable tag: 2.0.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html jQuery WordPress plugin to easily assign a video background to any element. Awesome. == Description == This plugin is an easy and simple way to add video background to any element on your website. This is not a plugin for everyone. You may need to play around with the element’s z-index for the video background to display properly. There are 5 simple fields that are required: * Container: This fields specifies where you would like the video background. If you want it to cover the whole website, you would enter "body". If you want the video background to be in a class called ".header" you would enter ".header" * MP4: Link to the .mp4 file. Easy enough. * WEBM: Link to the .webm file. Easy enough. * OGV: Link to the .ogv file. Easy enough. * Poster: This will be used for the fallback image if video background is not supported (mobile for example) == Installation == Installation is simple. 1. Upload `video-background` to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Select the "Video Background" TinyMCE button on the page you'd like the video background to show up on. == Frequently Asked Questions == = How would I make a full width/height background video? = Simply fill out the 5 easy fields. Be sure for the container you enter "body" (without the quotes) = I want to add a video background to a class called "header", how would I do that? = To add a video background to a class called **header** add ".header" to the container field. (without the quotes) == Screenshots == 1. 5 fields? That’s it? Yep, simply enter in the element you’d like the video background to be in and key in the paths to the video and fallback image. Awesome. == Changelog == = 2.0.0 = * Video Background: Now in a metabox! No longer do you have to worry about generating a shortcode. = 1.0.6 = * Fixed path to js file = 1.0.4 = * Getting Started/settings page added = 1.0.3 = * ReadME update = 1.0.2 = * ReadME update = 1.0.1 = * Updated Assets * Updated Readme = 1.0 = * Initial Release