Plugin Directory

Changeset 911024


Ignore:
Timestamp:
05/09/2014 11:41:36 AM (12 years ago)
Author:
easyvideoplayer
Message:

Fixed CSS distortion

Location:
wp-evs/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wp-evs/trunk/assets/evs.css

    r908177 r911024  
    77[data-role="evp-playlist"] video,
    88[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; }
    1010
    1111[data-role="evp-video"] img,
    1212[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  
    4141== Changelog ==
    4242
     43= 1.1.6 =
     44* Improved support for overriding custom themes' CSS - should prevent video distortion
     45
    4346= 1.1.5 =
    4447* Fixed an distortion issue with certain themes
  • wp-evs/trunk/wp-evs.php

    r908177 r911024  
    44Plugin URI: http://easyvideosuite.com/
    55Description: Plugin to easily embed EasyVideoSuite videos into WordPress posts!
    6 Date: 2014, May, 5
     6Date: 2014, May, 9
    77Author: WebActix
    88Author URI: http://webactix.com
    9 Version: 1.1.5
     9Version: 1.1.6
    1010*/
    1111
Note: See TracChangeset for help on using the changeset viewer.