I've using easy_thumbnail for a while and reviewed the documentation, but still cannot find a way of resizing the image without cropping it. I want to achieve a resize of images even if they looks stretched
Sometimes after the resize of the picture it only fits one dimension. For ex. if i want a image of (619,372). It returns (619,310) or (710,372).
Hello!
I've using easy_thumbnail for a while and reviewed the documentation, but still cannot find a way of resizing the image without cropping it. I want to achieve a resize of images even if they looks stretched Sometimes after the resize of the picture it only fits one dimension. For ex. if i want a image of (619,372). It returns (619,310) or (710,372).
Right now i'm using this code:
And below my THUMBNAIL_ALIASES: