Plugin Directory

Changeset 1406843


Ignore:
Timestamp:
04/28/2016 09:05:40 PM (10 years ago)
Author:
mycodingtricks
Message:

Fixed a bug

Location:
ytsubscribe/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • ytsubscribe/trunk/index.php

    r1406772 r1406843  
    44 * Plugin URI: http://mycodingtricks.com
    55 * Description: ytSubscribe is a Youtube Subscribe Button jQuery Plugin that automatically inserts Youtube Subscribe Button Below each Video in your WordPress Post.
    6  * Version: 2.1
     6 * Version: 2.1.1
    77 * Author: Shubham Kumar
    88 * Author URI: http://mycodingtricks.com
  • ytsubscribe/trunk/readme.txt

    r1406777 r1406843  
    55Requires at least: 3.1
    66Tested up to: 4.5
    7 Stable tag: 2.1
     7Stable tag: 2.1.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • ytsubscribe/trunk/ytSubscribe.js

    r1406772 r1406843  
    111111                width: iframe.width()
    112112            });
     113            iframe.width(parent.width()).height(parent.width()*0.562766).css('position','relative');
    113114            parent.css('margin-bottom',newytSubscribeHeight+10+'px');
    114115        }
Note: See TracChangeset for help on using the changeset viewer.