Kodi Community Forum

Full Version: center="auto" from display resolution?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
With regard to this from the Animated Backdrops thread -
jmarshall Wrote:center="auto" will use the dimensions of the control to compute the center, so it depends on whatever they are (I presume they're defined in FullScreenDimensions).
The FullscreenDimensions in question are set at 1280x720 so this only works if XBMC is running at that res. Is there a way to use the actual resolution in a skin?
XBMC only cares about the skin's resolution. It autoscales from there to the screen resolution.

All skin coordinate computations are done on the skin resolution.
I did think that was the case but problems some people were having with the image made me think otherwise.

Thanks JM.


EDIT: Actually I think it was the slide animation casing their problem.