Plugin Directory

Changeset 2004182


Ignore:
Timestamp:
12/31/2018 08:21:08 AM (7 years ago)
Author:
webxapp
Message:

fixed video responsive width

Location:
slider-by-webxapp
Files:
54 added
3 edited

Legend:

Unmodified
Added
Removed
  • slider-by-webxapp/trunk/includes/wxas_print_slider.php

    r2004170 r2004182  
    7272
    7373                if($is_video){
    74 
    75 
    76 
    77                     $slider_data.="<div><video controls controlsList='nodownload'>
     74                    $slider_data.="<div><video width='100%' controls controlsList='nodownload'>
    7875                        <source src='".$attachment_url."' type='".$attachment_type."'>
    7976                        Your browser does not support HTML5 video.
  • slider-by-webxapp/trunk/readme.txt

    r2004171 r2004182  
    55Tested up to: 5.0
    66Requires PHP: 5.2
    7 Stable tag: 1.0.3
     7Stable tag: 1.0.4
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5959
    6060== Changelog ==
     61
     62= 1.0.4 =
     63* Fixed: Video player width
     64
    6165= 1.0.3 =
    6266* Added: Video player
  • slider-by-webxapp/trunk/wxas.php

    r2004170 r2004182  
    33 * Plugin Name:     Slider by webxapp
    44 * Description:     Slider WXA is best responsive WordPress slider plugin.
    5  * Version:         1.0.3
     5 * Version:         1.0.4
    66 * Author:          WebXApp
    77 * Author URI:      https://webxapp.com/
     
    2121
    2222if (!defined('WXAS_VERSION')) {
    23     define('WXAS_VERSION', "1.0.3");
     23    define('WXAS_VERSION', "1.0.4");
    2424}
    2525
Note: See TracChangeset for help on using the changeset viewer.