• Layer skin_title is children of the skin_scroll_layer and that is why it is going up and down. (looking at vtourskin.xml)
    Do you realy want to leave title down? You will have overlapping when thumbs are up.

    If you want to have map 100% than adapt this line of code:

    Code
    if(layer[skin_map].state == 'opened', sub(hh,stageheight,skin_settings.controlbar_offset); sub(hh,layer[skin_control_bar].height); sub(hh,32); copy(layer[skin_map].height, hh); add(mh,hh); );

    to

    Code
    if(layer[skin_map].state == 'opened', sub(hh,stageheight,skin_settings.controlbar_offset); copy(layer[skin_map].height, hh); add(mh,hh); );

    Typing without testing so excuse if I made mistake but in generaly that are the areas you have to focus. I have done that too many times but when not having thumbs ;)

    For size of hotstpos you should be able to find your hotstpot definition (most probably style) and adapt size or scale there. E.g. Scale="0.5"

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!