hello friends i am using this galleria gallery link to display images on my college website.. but i m not able to fix one thing. when the size of the image changes it changes the display Div's size according to the size of the image.I want it to be fixed Div what ever be the size of the image islink text
Can any body tell him whats the problm...
.imgSize { width:550px; height:350px; }
The problem with that is resizing will throw off the aspect ratio of the picture, making it look strecthed or squeezed. It looks as if what the person did in the demo was custom make their images for the div. So it's possible that there's more to the picture than what is displayed, but they've cut those parts out to make the display neater. – tahdhaze09 Nov 06 '09 at 21:02