How can I zoom an HTML element in Firefox and Opera? January 29, 2023 by Tarik Try this code, this’ll work: -moz-transform: scale(2); You can refer to this.