Plugin Directory

Changeset 908177


Ignore:
Timestamp:
05/05/2014 11:37:25 AM (12 years ago)
Author:
easyvideoplayer
Message:

Fixed CSS issue on some themes

Location:
wp-evs/trunk
Files:
3 edited

Legend:

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

    r794673 r908177  
    11[data-role="evp-video"] video,
     2[data-role="evp-video"] object,
     3[data-role="evp-video"] embed,
     4[data-role="evp-splittest"] video,
    25[data-role="evp-splittest"] object,
    3 [data-role="evp-playlist"] embed { max-width: none !important; max-width: none; }
     6[data-role="evp-splittest"] embed,
     7[data-role="evp-playlist"] video,
     8[data-role="evp-playlist"] object
     9[data-role="evp-playlist"] embed { max-width: none !important; max-width: none; width: inherit; }
    410
    511[data-role="evp-video"] img,
  • wp-evs/trunk/readme.txt

    r904691 r908177  
    4141== Changelog ==
    4242
     43= 1.1.5 =
     44* Fixed an distortion issue with certain themes
     45
    4346= 1.1.4 =
    4447* Fixed conflict with SimplePress forum plugin
  • wp-evs/trunk/wp-evs.php

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