Changeset 919459
- Timestamp:
- 05/22/2014 02:57:50 PM (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
r911024 r919459 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; height: inherit; } 9 [data-role="evp-playlist"] embed, 10 .evp-video-wrap video, 11 .evp-video-wrap object, 12 .evp-video-wrap embed { max-width: none !important; max-width: none; width: inherit; height: inherit; } 10 13 11 14 [data-role="evp-video"] img, 12 15 [data-role="evp-splittest"] img, 13 [data-role="evp-playlist"] img { max-width: none !important; max-width: none; width: inherit; height: inherit; } 16 [data-role="evp-playlist"] img, 17 .evp-video-wrap img { max-width: none !important; max-width: none; width: inherit; height: inherit; } -
wp-evs/trunk/readme.txt
r911024 r919459 41 41 == Changelog == 42 42 43 = 1.1.7 = 44 * Same improved distortion-prevention for EVP2 videos 45 43 46 = 1.1.6 = 44 47 * Improved support for overriding custom themes' CSS - should prevent video distortion -
wp-evs/trunk/wp-evs.php
r911024 r919459 4 4 Plugin URI: http://easyvideosuite.com/ 5 5 Description: Plugin to easily embed EasyVideoSuite videos into WordPress posts! 6 Date: 2014, May, 96 Date: 2014, May, 22 7 7 Author: WebActix 8 8 Author URI: http://webactix.com 9 Version: 1.1. 69 Version: 1.1.7 10 10 */ 11 11
Note: See TracChangeset
for help on using the changeset viewer.