A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developer.mozilla.org/en-US/docs/Web/API/VisualViewport/resize_event below:

VisualViewport: resize event - Web APIs

VisualViewport: resize event

Baseline Widely available

The resize event of the VisualViewport interface is fired when the visual viewport is resized. This allows you to position elements relative to the visual viewport as it is zoomed, which would normally be anchored to the layout viewport.

Syntax

Use the event name in methods like addEventListener(), or set an event handler property.

addEventListener("resize", (event) => { })

onresize = (event) => { }
Event type

A generic Event.

Examples

See the Visual Viewport API landing page for a usage demo.

Specifications Browser compatibility

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4