'zoom' css property

Hello.
I don’t know if the message of this kind must be written right here, but this is the only opportunity to share my thoughts.
It’s about ‘zoom’ css-property. This is a very easy way to decrease size of
single item for mobile resolutions, it allows us not to write a big code for changing size of separate elements of item.
Instead, we can just apply ‘zoom 80%’ for the item and it will become smaller with all elements in it proportionally.
I don’t know why developers of Mozilla can’t update browser to allow us to use ‘zoom’ property, so this is a main sense of my message: dear developers, add ‘zoom’ to Mozilla, please

Topics here should be related to Add-ons development. The zoom CSS feature is non-standard and is not on a standards track.

The tracker for this issue can be looked at https://bugzilla.mozilla.org/show_bug.cgi?id=390936

Note that you can achieve the same affect using transform: scale(0.8).

This topic was automatically closed after 60 minutes. New replies are no longer allowed.