Capturing a screenshot and setting it up for use in an ImageLabel no longer has the image follow the bounds of the ViewportSize. The image limit of 1024x1024 does not function for modifying the ImageRectSize either.
For example in this screenshot, the white background should be the only section visible from the ImageLabel as it’s only visible before the capture is taken and ImageRectSize receives a modified ViewportSize value that cuts itself off based on the ImageLabel’s Size, yet the cutoff on the ImageLabel is lower than half of the screen.
Here’s the place file if you’d like to view this issue.
CaptureImageSizeTest.rbxl (64.2 KB)
Expected behavior
I’d expect the Image to be cut off at the section containing the white background and also follow the Viewport Size from the time the capture was taken for ImageRectSize.
