cancel
Showing results for 
Search instead for 
Did you mean: 

Personas: How set the default screen size when Personas starts up

Former Member
0 Kudos

Hi Personas experts,

When Personas starts, its screen size is by default small, say, size_A. One can press "+" to increase the screen size, say, size_B.

Now I want Personas to start with a bigger screen size, say, size_B instead of the default size, size_A. Does anyone know how to do this? Thanks.

Br,

Dong

Accepted Solutions (0)

Answers (1)

Answers (1)

manukapur
Active Participant
0 Kudos

Hi Dong,

There is a minor tweak you have to do in your index.html file. Or I advise you copy the index.html file into a new file and run personas using it.

The tweak in the 40th line where you have the script. Just add          switchPersonasObjectFullScreen();

  <script type="text/javascript">

         setPersonasObjectSize(1);

         switchPersonasObjectFullScreen();        <!-- Add this here -->

         trySetPersonasObjectSizeFromUrlParameters();

       disableBrowserHelp();

     </script>

     </body>

Save . Activate and Run Personas using this file. It will open personas in Full Screen Mode within the browser window.

I hope this tweak helps.

Regards,

Manu

Former Member
0 Kudos

Hi Manu,

Thank you so much for such great tip. I will try it soon. It is a bit lucky that there also been some experts like you out there to give others a hand, when there is not much materials that can be used.

Nice day!

Dong