Issue with "bitmapWidth" and "bitmapHeight" in Poster node

Hi @RokuBen

“bitmapWidth” and “bitmapHeight” return incorrect values for loaded images to the Poster node.

Value changes according to the setting in Settings>Display Type> HD/FHD and settled “ui_resolutions” in the manifest file

We have an image with size: width = 1024, height = 1024

Case 1.

manifest - ui_resolutions=fhd

Settings>Display Type> FHD (1080p)

result: “bitmapWidth” and “bitmapHeght” = 1024

Works correct.

Case 2.

manifest - ui_resolutions=fhd

Settings>Display Type> HD (720p)

result: “bitmapWidth” and “bitmapHeght” = 1530

Works not correct.

Test app: https://drive.google.com/file/d/1E7PkznpxNQKg1I_dlm8Qo_x8dyx1FSmq/view?usp=sharing