The problem occurs when I try to get the URL for an image model. image.GetUrlToImage(minSize, maxSize).Url
If the image is small, say 300 x 400 px the image comes out just fine. But when the image is larger 1200 x 1600 px the image gets cropped.
I tried recreating the issue using a 12x16 grid image and I can’t notice any cropping on whether I’m using 300x400 or 1200x1600. Both were rendered into an 120x160 image.
For my testing I used Litium 5.6.9, which version do you have?