Topic: resize image 'code side'
Hey,
I want to resize dynamically images, according to image orientation (portait or landscape)
I think that the only way to do this is editing jquery.galleria.js, inserting some code around loader function.
My idea is the following :
Checking height and width, applying a css styles like in the thumbs treatment.
something like
_img.css({ height: 'auto', width: '640'});
I tried, but not working..
Can someone help me on that ?
Thanks for this fantastic gallery ![]()
Marc