=== Plugin Name === Contributors: blakedotvegas Tags: html5, video background, mp4, webm, responsive, shortcode, overlay Requires at least: 3.8 Tested up to: 4.3.1 Stable tag: 2.1.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 a video background to any element on your website. Note: You may need to play around with the element’s z-index for the video background to display properly. There are 5 simple fields: * 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. For Safari and IE support. * WEBM: Link to the .webm file. For Chrome, Firefox, and Opera support. * Poster: This will be used for the fallback image if video background is not supported (mobile for example) * Overlay: Add a pattern overlay over the video. == 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. Fill in the settings on the “Video Background” metabox on the page or post you'd like the video background to show up on. == Frequently Asked Questions == = Is this compatible with Internet Explorer? = Video background works for Internet Explorer 9 and above. = 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.1.0 = * Added overlay featured * Cleaned up code, added comments, etc. * Dissolved OGV featured, now use video background with only MP4 and WEBM. = 2.0.1 = * Added page post type = 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