Ignore:
Timestamp:
Jun 2, 2014, 10:46:10 PM (10 years ago)
Author:
rvelices
Message:

modus increase a bit resize threshold of thumbnails for non retina devices

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/modus/js/thumb.arrange.js

    r27412 r28602  
    7575        }
    7676        else {
    77                 this.opts.resizeThreshold = 1.1; /*if row is less than 10% larger than available width, distribute extra width through cropping*/
    78                 this.opts.resizeFactor = 0.8;/* when row is more than 10% larger than available width, distribute extra width 80% through resizing and 20% through cropping*/
     77                this.opts.resizeThreshold = 1.12; /*if row is less than 12% larger than available width, distribute extra width through cropping*/
     78                this.opts.resizeFactor = 0.8;/* when row is more than 12% larger than available width, distribute extra width 80% through resizing and 20% through cropping*/
    7979        }
    8080        this.process();
Note: See TracChangeset for help on using the changeset viewer.