Plugin Directory

Changeset 2616520


Ignore:
Timestamp:
10/19/2021 12:59:14 PM (4 years ago)
Author:
deepennews
Message:

Increase iframe's height

Location:
deepen-shortcode/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • deepen-shortcode/trunk/deepen-shortcode.php

    r2612966 r2616520  
    1010 *               Example: '[deepen resource="articleId=12345678-abcd-ef01-2345-6789abcdef01" username="xxx" password="yyyyyyy"]'.
    1111 *
    12  *  Version: 1.3
     12 *  Version: 1.4
    1313 *
    1414 *  Author: Deepen srl
     
    2828        'resource'            => null,
    2929        'width'               => '100%',
    30         'height'              => '165px',
     30        'height'              => '210px',
    3131        'username'                => null,
    3232        'password'            => null
     
    9696    // Get player size
    9797    $width  = deepen_get_dimension($params['width'], '100%');
    98     $height = deepen_get_dimension($params['height'], '165px');
     98    $height = deepen_get_dimension($params['height'], '210px');
    9999
    100100    // Build the url
  • deepen-shortcode/trunk/readme.txt

    r2612966 r2616520  
    44Requires at least: 2.5.0
    55Tested up to: 5.7.2
    6 Stable tag: 1.3
     6Stable tag: 1.4
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    5050== Changelog ==
    5151
     52= 1.4 =
     53* Fix iframe's height
     54
    5255= 1.3 =
    5356* Update min height value
Note: See TracChangeset for help on using the changeset viewer.