I know this post already exist but no one answer correctly. I want to know how to change the browser zoom in JS
My first page : I zoom to 150% with ctrl +
I want to go to my second page : I click on a button 'second page'. After this I have the 150% in my second page, how can I modify or set to default 100% my second page.
What I know : ZOOM propriety css is not what I want, it's the browser(opera,chrome,mozilla), same for scale propriety. AccessKey permit to keypress on the keyboard but I want to click or touch to do the opposite like one click = ctrl +.
Thanks you MT