Plugin Directory

Changeset 612354


Ignore:
Timestamp:
10/14/2012 06:33:24 PM (13 years ago)
Author:
codeblab
Message:

Testing fix for IE9 problem.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • glass/trunk/glass.js

    r612351 r612354  
    576576        my.bboxBottom = imageY +  clientHeight;
    577577
    578         my.lowres.trueWidth  =  clientWidth  - paddingLeft - paddingRight - borderLeft - borderRight;
    579         my.lowres.trueHeight =  clientHeight - paddingTop  - paddingBottom - borderTop - borderBottom;
     578        my.lowres.trueWidth  =  clientWidth; //  - paddingLeft - paddingRight - borderLeft - borderRight;
     579        my.lowres.trueHeight =  clientHeight; // - paddingTop  - paddingBottom - borderTop - borderBottom;
    580580
    581581      }
Note: See TracChangeset for help on using the changeset viewer.