Changeset 794673
- Timestamp:
- 10/28/2013 09:03:39 AM (12 years ago)
- Location:
- wp-evs/trunk
- Files:
-
- 3 edited
-
assets/evs.css (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
wp-evs.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-evs/trunk/assets/evs.css
r792914 r794673 1 [data-role="evp-video"] object,1 [data-role="evp-video"] video, 2 2 [data-role="evp-splittest"] object, 3 [data-role="evp-playlist"] object { max-width: auto !important; max-width: auto; }3 [data-role="evp-playlist"] embed { max-width: none !important; max-width: none; } 4 4 5 [data-role="evp-video"] video,6 [data-role="evp-splittest"] video,7 [data-role="evp-playlist"] video { max-width: auto !important; max-width: auto; }5 [data-role="evp-video"] img, 6 [data-role="evp-splittest"] img, 7 [data-role="evp-playlist"] img { max-width: none !important; max-width: none; } -
wp-evs/trunk/readme.txt
r792914 r794673 41 41 == Changelog == 42 42 43 = 1.1.2 = 44 * Improved CSS to try and prevent theme conflicts 45 43 46 = 1.1.1 = 44 47 * Fixed playlist and split test embedding in new WordPress -
wp-evs/trunk/wp-evs.php
r792914 r794673 4 4 Plugin URI: http://easyvideosuite.com/ 5 5 Description: Plugin to easily embed EasyVideoSuite videos into WordPress posts! 6 Date: 2013, October, 2 46 Date: 2013, October, 28 7 7 Author: WebActix 8 8 Author URI: http://webactix.com 9 Version: 1.1. 19 Version: 1.1.2 10 10 */ 11 11
Note: See TracChangeset
for help on using the changeset viewer.