Edit in GitHubLog an issue

window.ResizeObserverSize

See: ResizeObserverSize
Since: v8.1

ResizeObserverSize(inlineSize, blockSize)

Represents the size of an element's observed box.

ParamTypeDescription
inlineSize
number
The size of the element in the inline direction.
blockSize
number
The size of the element in the block direction.

inlineSize : number

Read only Gets the size of the element in the inline direction.

blockSize : number

Read only Gets the size of the element in the block direction.

  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2024 Adobe. All rights reserved.