bosborne
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2016
12:38 PM
Thumbnail display mode for roSpringboardScreen?
Seems like we can only control the thumbnail photo on springboard screens using the "SetPosterStyle" method on the ifSpringboardScreen interface, with one of these two values:
"rounded-square-generic" – Artwork sizes: SD = 143x129; HD = 209x209 Note: is non-square NTSC pixel aspect ratio images. (Default)
"rounded-rect-16x9-generic" – 16x9 poster style. Artwork Sizes SD=177x90; HD=269x152
Is there anyway to control how the photo is scaled to fit that size, like roPosterScreen does? I would like to use the "scale-to-fit" mode that's available on the poster screens.
"rounded-square-generic" – Artwork sizes: SD = 143x129; HD = 209x209 Note: is non-square NTSC pixel aspect ratio images. (Default)
"rounded-rect-16x9-generic" – 16x9 poster style. Artwork Sizes SD=177x90; HD=269x152
Is there anyway to control how the photo is scaled to fit that size, like roPosterScreen does? I would like to use the "scale-to-fit" mode that's available on the poster screens.
2 REPLIES 2


Roku Employee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2016
04:07 PM
Re: Thumbnail display mode for roSpringboardScreen?
"bosborne" wrote:
Seems like we can only control the thumbnail photo on springboard screens using the "SetPosterStyle" method on the ifSpringboardScreen interface, with one of these two values:
"rounded-square-generic" – Artwork sizes: SD = 143x129; HD = 209x209 Note: is non-square NTSC pixel aspect ratio images. (Default)
"rounded-rect-16x9-generic" – 16x9 poster style. Artwork Sizes SD=177x90; HD=269x152
Is there anyway to control how the photo is scaled to fit that size, like roPosterScreen does? I would like to use the "scale-to-fit" mode that's available on the poster screens.
I haven't tried this myself, but you might try ifSpringboardScreen SetDisplayMode("scale-to-fit"). I believe that should work, and is independent of the SetPosterStyle setting.
bosborne
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2016
05:43 PM
Re: Thumbnail display mode for roSpringboardScreen?
Indeed, not sure how I missed that. Thanks