-
Notifications
You must be signed in to change notification settings - Fork 1
/
readme.txt
executable file
·56 lines (40 loc) · 1.83 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
=== MP Stacks + Video Backgrounds ===
Contributors: johnstonphilip
Donate link: http://mintplugins.com/
Tags: page, builder, stacks, bricks
Requires at least: 3.5
Tested up to: 4.6
Stable tag: 1.0.0.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Add a Background Video to any Brick in MP Stacks.
== Description ==
Add a Background Video to any Brick in MP Stacks sourced from YouTube, Vimeo, or your own custom video.
== Installation ==
This section describes how to install the plugin and get it working.
1. Upload the 'mp-stacks-video-backgrounds’ folder to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Build Bricks under the “Stacks and Bricks” menu.
4. Publish your bricks into a “Stack”.
5. Put Stacks on pages using the shortcode or the “Add Stack” button.
== Frequently Asked Questions ==
See full instructions at http://mintplugins.com/doc/mp-stacks
== Screenshots ==
== Changelog ==
= 1.0.0.4 = November 14, 2016
* Mute mp4s by default. Also added playsinline attr
* Add esc_attr
= 1.0.0.3 = September 17, 2015
* Removed localhost as the origin in youtube.js
* Added color overlay over background videos so you can add tint to the background video.
* Front End Scripts now enqueued only when needed.
= 1.0.0.2 = May 15, 2015
* Proper video sizing for smaller devices.
* Make videos truly in the background so if you double click the brick, it doesn't affect the video.
* Added new Meta Field for custom video URL so users can easily upload their own video using the WP Media Library.
= 1.0.0.1 = November 20, 2014
* Put the video BG meta options in a showhider to organize the options better.
* Made it so videos don’t show if google bot - because it slows down the index.
* Added HTML Changelog
= 1.0.0.0 = August 7, 2014
* Original release