Quote:
Originally Posted by tron
I am looking into how it is possible to change the size of the image to 100%.
I have been modificate the CSS that followed but still the same.
|
edit thickbox.js
Look for:
Code:
// Resizing large images - orginal by Christian Montoya edited by me.
var pagesize = TB_getPageSize();
var x = pagesize[0] - 150;
var y = pagesize[1] - 150;
To make the images
larger change the var x and var y variables to a
smaller number (>150)
To make the images
smaller change the var x and var y variables to a
larger number (<150)