Movatterモバイル変換


[0]ホーム

URL:


  1. Web
  2. Web APIs
  3. VisualViewport
  4. resize

VisualViewport: resize event

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since ⁨August 2021⁩.

Theresize event of theVisualViewport 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 likeaddEventListener(), or set an event handler property.

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

Event type

A genericEvent.

Examples

See theVisual Viewport API landing page for a usage demo.

Specifications

Specification
CSSOM View Module
# eventdef-window-resize

Browser compatibility

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp