WebKit2.WebView.prototype.get_zoom_level
function get_zoom_level(): Number(gdouble) { // Gjs wrapper for webkit_web_view_get_zoom_level() }
Get the zoom level of web_view, i.e. the factor by which the view contents are scaled with respect to their original size.
- Returns
the current zoom level of web_view