View Single Post
  #19  
Old 01-18-2007, 04:58 AM
 
ranger82nd ranger82nd is offline
 

Senior Member
  
Join Date: Jan 2006
Posts: 159
 

Default Re: Thickbox 2.0 implementation

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)
__________________
X-Cart Gold v4.0.17 ~ EWD Hosting!
Reply With Quote