Changeset 911024
- Timestamp:
- 05/09/2014 11:41:36 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
r908177 r911024 7 7 [data-role="evp-playlist"] video, 8 8 [data-role="evp-playlist"] object 9 [data-role="evp-playlist"] embed { max-width: none !important; max-width: none; width: inherit; }9 [data-role="evp-playlist"] embed { max-width: none !important; max-width: none; width: inherit; height: inherit; } 10 10 11 11 [data-role="evp-video"] img, 12 12 [data-role="evp-splittest"] img, 13 [data-role="evp-playlist"] img { max-width: none !important; max-width: none; }13 [data-role="evp-playlist"] img { max-width: none !important; max-width: none; width: inherit; height: inherit; } -
wp-evs/trunk/readme.txt
r908177 r911024 41 41 == Changelog == 42 42 43 = 1.1.6 = 44 * Improved support for overriding custom themes' CSS - should prevent video distortion 45 43 46 = 1.1.5 = 44 47 * Fixed an distortion issue with certain themes -
wp-evs/trunk/wp-evs.php
r908177 r911024 4 4 Plugin URI: http://easyvideosuite.com/ 5 5 Description: Plugin to easily embed EasyVideoSuite videos into WordPress posts! 6 Date: 2014, May, 56 Date: 2014, May, 9 7 7 Author: WebActix 8 8 Author URI: http://webactix.com 9 Version: 1.1. 59 Version: 1.1.6 10 10 */ 11 11
Note: See TracChangeset
for help on using the changeset viewer.