Quote:
Originally Posted by snapchris
Most of my images are around 350x500. The gallery is stretching my pictures to fill the box. How and what do I change to stop the resizing?
|
The gallery is fixed size at 640x480, if you want to change this you must go to bigImage.as find this line and modify the values:
image._width = 640;
image._height = 480;
Note that this gallery was calculated for 640x480, if you will input a higher value the gallery will not resize to those, only the picture will be of the desired dimension
