controls Chrome's current, per-domain zoom features. So I filed my own
1. Educate users to use manual zooming:
2. Try resizing text only, via a css style like "text-size: 150%".
On May 5, 3:11 pm, PhistucK <
phist...@gmail.com> wrote:
> Star
crbug.com/30583 for updates (or help by contribuiting an
> implementation yourself, in C++. I think no one is working on this anymore).
>
>
>
>
>
>
>
>
> On Sat, May 5, 2012 at 8:28 AM, Ziyuan Yao <
yaoziy...@gmail.com> wrote:
> > document.body.style.zoom="150%" works poorly with Facebook, Gmail and
> > Google Reader, enough for me to abandon this approach.
>
> > I also tried to simulate a Ctrl+<+> keyboard event to trigger Chrome's
> > own page zoom-in, to no avail so far, because there seems to be a bug
> > in WebKit/Chrome that prevents you from making such an event.
>
> > On May 5, 6:40 am, Ziyuan Yao <
yaoziy...@gmail.com> wrote:
> > > I know I can use document.body.style.zoom="150%" to set it, but this
> > > approach has a problem with Facebook (try it yourself; when you scroll
> > > down your Facebook timeline, the right-side Chat pane will jump to the
> > > middle of the screen...).
>
> > > So I wonder if an extension can directly get/set the browser's zoom
> > > level for a tab (exactly the same setting on the Wrench menu).
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Chromium-extensions" group.