Class: Img

Img(src, alt, objectFit, aspectRatio)

Img element.

Constructor

new Img(src, alt, objectFit, aspectRatio)

Parameters:
Name Type Description
src string src attribute
alt string alt attribute
objectFit string CSS object-fit property
aspectRatio string | number CSS aspect-ratio property
Source:

Classes

Img

Members

src

Sets src attribute.
Source:

src

Gets src attribute.
Source: