how do i create thumbnail form original size ( any size) to 50 x 50 ( fixed size) link text
when add images to lightbox all images in any size will resize to 50 x 50 dimention how to implement that with codeigniter image class ;
imagine i have image with 600x320 dimensions when i re size it with maintain_ratio "on" it's gave me 50x27 dimensions when i re size it to 50x50 . anyway if i turn maintain_ration "off" it's resized nicely to 50x50 but output is deformed
tanks .