getVideoSizeFromSrc

Public Function

Get the size of a video from its source.

Parameters
NameDescription

src

string

The source of the video.

Returns
Promise<{
  w: number
  h: number
}>
References

Promise

Edit this page
Last edited on 11 May 2023
getValidHttpURLListGRID_STEPS