#built-in zoom function

7 messages · Page 1 of 1 (latest)

obtuse pasture
#

currently, the only way to zoom in or out on a page is using a browser's zoom function, which also zooms the editing side, and isnt even present in most mobile browsers.

is it possible to add a function to zoom in and out on the brew in the editing or view pages?

glossy knot
#

That’s a great question! I’ll try and play around with it and let you know

elder nebula
#

There actually is another way of zooming in or out, but it is non-standard so it might stop working suddenly some day

#
.pages  {
    zoom:50%;
}
stark pelican
obtuse pasture
elder nebula
#

yes, that is a local fix, with a non-standard property, not intended as anything else