How can I zoom an HTML element in Firefox and Opera?

SABU picture SABU · Oct 29, 2010 · Viewed 132.1k times · Source

How can I zoom an HTML element in Firefox and Opera?

The zoom property is working in IE, Google Chrome and Safari, but it’s not working in Firefox and Opera.

Is there any method for adding this property to Firefox and Opera?

Answer

Mubeen picture Mubeen · Oct 29, 2010

Try this code, this’ll work:

-moz-transform: scale(2);

You can refer to this.