Layout stretch to Player?

Hi there,

I have a layout which doesn’t fit the aspect ratio of my screen (Android player).
If I schedule the layout it therefore shows black bars.
Is it possible to set your CMS/player to stretch the layout to fit the screen and avoid the black bars? This will if course distort the layout but I’m fine with that!

Thanks,
Raphael

You’d need to create a layout with the aspect ratio that matches your display.

You could relatively quickly do that by making a copy of current layout, changing its resolution (and probably move the widget to match new layout size).