Page 1 of 1

Set zoom

Posted: Mon Sep 16, 2024 6:35 pm
by thefunkyjoint
Hi,

How to set the zoom to 100% always before page loading ?

Thanks !

Re: Set zoom

Posted: Tue Sep 17, 2024 9:19 am
by salvadordf
Hi,

Chromium uses a different zoom setting to each domain so I guess that Chromium saves that information locally.

Try using TChromiumCore.ClearDataForOrigin with different "aStorageTypes" values to see if the zoom setting can be cleared without losing the cookies.

If that fails then try calling TChromiumCore.ResetZoomStep in TChromiumCore.OnLoadStart

Re: Set zoom

Posted: Tue Sep 17, 2024 6:29 pm
by thefunkyjoint
Thank you ! :D