Changeset 189


Ignore:
Timestamp:
Nov 19, 2009, 11:43:09 AM (14 years ago)
Author:
gav
Message:

Set minimum lightbox width, may fix IE resize bug but also makes list navigation faster.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/web-app/js/lightbox.js

    r188 r189  
    8484    loadingImage.src =  Lightbox._imagePath + "loading.gif";
    8585
    86     var options = { 'minWidth' : 300};
     86    var options = { 'minWidth' : 650};
    8787    return Lightbox._create(options);
    8888  },
Note: See TracChangeset for help on using the changeset viewer.