Thursday, January 9, 2020

This page uses the non standard property "zoom". Consider using calc() in the relevant property values, or using "transform" along with "transform-origin: 0 0".

This notice shows up in the console of Firefox, not other browsers. Stack Overflow has this example of using the zoom:

document.body.style.zoom=1.0;
this.blur();

No comments:

Post a Comment