FHD images not being used

Hi,

I’m am trying to supply FHD images to my Channel, but only the HD images are used. This is using the Poster component in a SG app.

I’ve tried:

ui_resolutions=fhd

And then images are taken as if HD and scaled to FHD

Therefore, I tried:

ui_resolutions=fhd
uri_resolution_autosub=$$RES$$,sd,hd,fed

But when I run on FHD device (double checked settings) $$RES$$ always gets swapped for ‘hd’ and the image is scaled up to FHD.

Any ideas what I’m missing to get the app to select the FHD image?

Thanks,

Ryan

I believe, at the moment, fhd graphics are only available on the Roku 4 and the 4k Roku TVs. All other Roku devices are limited to 720p on the graphics plane. Are you using a Roku 4 to test?

I’m using a Roku 3. So that would explain it. Thanks for your help.