I tried to use this reference but could not achieve.
zoom:80%;
css is working fine for only chrome but not for other browsers (IE,FF).
if I tried using
transform: scale(0.8);
-moz-transform: scale(0.8, 0.8);
-ms-transform: scale(0.8);
-webkit-transform: scale(0.8);
but application shrinks and appears in the center. it does not utilize the whole screen as of chrome.
Please guide me to zoom out as well as the application to be utilize the whole screen.
Thanks and regards Harshal