Changeset 20937

Show
Ignore:
Timestamp:
10/08/08 02:17:41 (2 months ago)
Author:
anekos
Message:

fixed player(full) size

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/javascript/vimperator-plugins/trunk/youtubeamp.js

    r20931 r20937  
    137137        var p = this._player(); 
    138138        setTimeout(function () { 
    139             p.width = window.innerWidth; 
    140             p.height = liberator.buffer.pageHeight; 
     139            p.width = content.innerWidth; 
     140            p.height = content.innerHeight; 
    141141        }, 0); 
    142142    },