Home > @infiniteobjects/core-library-web > MediaDimensions
Utilities to acquire the size of a media objects
Signature:
export declare class MediaDimensions
Method | Modifiers | Description |
---|---|---|
fromImage(src, bailAfter) | static |
Finds the size of an image |
fromVideo(src, bailAfter) | static |
Finds the size of a Video |