Zoom in & out by javaScript -


I want to create the same functionality of "Ctrl +"; "Ctrl -" shortcuts.

How can I do this using Javascript?

If Javascript is not valid then what is another option?

In advance thank you

I do not think you can zoom level of browser through javascript

But you can simulate zoom behavior by changing the font size using javascript and CSS


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -