Thanks, mate. Tried those values, but it's still not working. Tried to add them at the beginning of the "supported_resolutions=" line, and also at then end, and deleting the "save" folder.

By the way, in which post did you find those values?

Thanks again.

Edited:
OK mates, solution found.

Simply added "540_1002,1038_504," at the beginning of the "supported_resolutions=" line into the info.ini file of the skin. Working perfectly...

supported_resolutions="540_1002,1038_504,........

FYI, the calculations are:

Screen size = 1080 x 2220 (in portrait mode, width=1080, height=2220)

First value, portrait mode (540_1002):
-------------------------------------------------

540 = 1080/2
1002 = (2220-72-144)/2 ( 72 is Status Bar Height and 144 is Navigation bar Height )
This is because in portrait mode you have status bar on top and Navigation bar on bottom)

Second value, landscape mode (1038_504):
----------------------------------------------------

1038 = (2220-144)/2 (144 is Navigation bar width)
504 = (1080-72)/2 ( 72 is Status Bar height)
This is because in landscape mode you have status bar on top and Navigation bar IN ONE SIDE.

Hope this helps to other S8 users.

Regards,