Topic: Image sizing with SimpleViewer/Flickr
Hi,
Im trying to use the SimpleViewer V2 with my flickr. everything works well, except for one thing:
I want the images to display in maximum 800 wide, and 600 hight. which mean - i want it to resize each one of the photos so it wont exceed those sizes.
Right now, when i shows landscape images - it looks ok. but when i have tall/portrait pictures, it crops it and i get only the middle.
I tried this:
maxImageWidth="4288"
maxImageHeight="4288"
and i tried this:
maxImageWidth="800"
maxImageHeight="600"
but it wasnt working.
also tried this:
swfobject.embedSWF("simpleviewer.swf", "flashContent", "800", "600", "9.0.124", false, flashvars, params);
but it didnt help....
How can i automate resizing?
Thanks!