v7.9.12
When using the Image component in Vision and you rotate the image, it’s not possible to get the image to properly resize at different client resolutions (without scripting to mess around with the layout size).
The Stretch option maintains the correct non-rotated aspect ratio instead of the rotated ratio and so the image, unless square, is always stretched in one dimension, no matter the dimensions of the image component.
The No-Stretch option displays the image correctly, but at its raw image size. This doesn’t resize in the client (expected)
You can use the ‘Use parameters’ to correctly, albeit frustratingly, set the right size of the image, however these don’t scale with client size…