Plugin Directory

Changeset 919459


Ignore:
Timestamp:
05/22/2014 02:57:50 PM (12 years ago)
Author:
easyvideoplayer
Message:

Fixed CSS distortion for EVP2

Location:
wp-evs/trunk
Files:
3 edited

Legend:

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

    r911024 r919459  
    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; 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; }
    1013
    1114[data-role="evp-video"] img,
    1215[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  
    4141== Changelog ==
    4242
     43= 1.1.7 =
     44* Same improved distortion-prevention for EVP2 videos
     45
    4346= 1.1.6 =
    4447* Improved support for overriding custom themes' CSS - should prevent video distortion
  • wp-evs/trunk/wp-evs.php

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