Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
sohb2015
Contributor III
Contributor III

Fit to browser screen

Hi Guys,

I am using Chrome as the web browser to view the QV dashboard in Access Point. In my laptop, the dashboard fits the browser perfectly. However, when the dashboard is opened chrome in another laptop, it does not fit the browser, the dashboard looks smaller and there are lot of white spaces(as it doesn't fit and looks smaller).

How to resolve this? Is there any way so that the dashboard fits the browser in any laptop/desktop.

Thanks

4 Replies
vinieme12
Champion III
Champion III

Are both laptop screens the same size / resolution?

Have you tried IE?

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.
sohb2015
Contributor III
Contributor III
Author

Hi Vineeth,

Haven't tried IE.

Do you think this is because of the different screen size or resolution?

Can there be any other cause for this?

vinieme12
Champion III
Champion III

Yes, that is mostly the primary reason

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.
satheshreddy
Creator III
Creator III

Hi Sohini,

If you ok with macro.

Use below Code For Zoom Fit.

Sub FitZoom()

ActiveDocument.ActiveSheet.FitZoom toWindow

End Sub

Regards

Sathish.