welcome: please sign in

Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment
What program is the main source of Conkeror's design philosophy?

location: Zoom

Contents

  1. Crisp Edges

1. Crisp Edges

Gecko's default behavior when zooming is to interpolate pixels. This has a blurring effect on images. It can be turned off by using the image-rendering css property with the value -moz-crisp-edges. Here is how to set this globally:

register_user_stylesheet(make_css_data_uri(
    ["* { image-rendering: -moz-crisp-edges; }"]));