Solved
How to set mashup to load in FHD mode by default?
Hi,
As mashup loads in Full Screen mode by default, I want to set mashup to be in FHD mode(Default) on load.
Is there any settings available to set this?
Hi,
As mashup loads in Full Screen mode by default, I want to set mashup to be in FHD mode(Default) on load.
Is there any settings available to set this?
Then you can add the below css code to this mashup:
#runtime-workspace
{ height: 1080px;
width: 1920px;
margin:0 auto;
}

Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.