Link to home
Start Free TrialLog in
Avatar of passion420
passion420

asked on

Making the sharepoint site collection site adjust according to the screen resolution of the users desktop.

Hi

Is there any way I can make the sharepoint site to look dynamic based on the screen resoltuion of users. May be making few changes using
SharePoint Designer?? So If a User have a screen pixels set to 1000 x 1000 the site gets adjusted accordingly and they dont have to scroll across to
see the content and if its changed to 800 x 800 it adjusts accordingly.

Thanks for the help in advance :)
Avatar of passion420
passion420

ASKER

Hmm I found this code on one of the discussion here:

<script language="JavaScript">
window.moveTo(0,0);
window.resizeTo(screen.width,screen.height);
 
</script>


But its not able to adjust the site according to the screen resolution. I am adding using sharepoint designer.. The user still have to scroll. Any idea??
do i need to add that script to default_copymaster.aspx or default.aspx of site collection?
ASKER CERTIFIED SOLUTION
Avatar of GreatGerm
GreatGerm
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial