Hi there,
Please could one of you geniuses help me with the getCustomImageURL function.
Right now I'm trying to use the function to resize, regardless of dimension and AR, an image so that whatever size the source is the image is resized down proportionately first so that the height is 480 pixels and then cropped so that the width is then 320 pixels.
I'm using the following call:
```320 x 480 Wallpaper`
While this works, the picture is resized proportionately and a 320 wide pixel area is cropped, the area cropped isn't the center of the image, it's offset to the left and o is usually the 2nd quarter or something like that.
How can i change my call to crop the central 320 pixel area of the image after proportionately resizing?
Thanks