How to crop images (long height images and long width images
Posted: Sat Aug 11, 2007 7:54 am
Hello,
I am working on a shopping cart, and i am facing a severe problem.
I have two types of images to display at "PRoducts PAGE".
i.e.
1) Images that have long width but short height ( example= 500x275)
2) Images that have long height but short width. (example =200 x 400 )
I add products with images in shopping cart from admin panel of webiste. but when i see the images in client side it wont looks good , because some images have long height and some have long width, so i am unable to adjust the images properly.
I want to automate this process when whatever image i can add from admin section , whether it has long height or whether it has long width, my code will automatically crop it, and adjust it, so that images displayed in client section have equal height and width.
currently in my products page if i add one image which has long width and secondly i add image with long height then it disturbs the layout.
so please please suggest me that what can i do to solve this problem
thanks in advance
I am working on a shopping cart, and i am facing a severe problem.
I have two types of images to display at "PRoducts PAGE".
i.e.
1) Images that have long width but short height ( example= 500x275)
2) Images that have long height but short width. (example =200 x 400 )
I add products with images in shopping cart from admin panel of webiste. but when i see the images in client side it wont looks good , because some images have long height and some have long width, so i am unable to adjust the images properly.
I want to automate this process when whatever image i can add from admin section , whether it has long height or whether it has long width, my code will automatically crop it, and adjust it, so that images displayed in client section have equal height and width.
currently in my products page if i add one image which has long width and secondly i add image with long height then it disturbs the layout.
so please please suggest me that what can i do to solve this problem
thanks in advance