Страница с тестами. Компонент Изображение : Image.
Опция | Значение | По умолчанию | Описание |
---|---|---|---|
dataSrc |
String | '' | Атрибут изображения src . |
dataSrcset |
String | false | Атрибут изображения srcset . |
sizes |
String | false | Атрибут изображения sizes . |
width |
String | false | Атрибут width изображения. Он будет использоваться для определения ширины заполнителя и положения изображений в документе. |
height |
String | false | Атрибут height изображения. Он будет использоваться для определения высоты заполнителя и положения изображений в документе. |
offsetTop |
String | '50vh' | The offset increases the viewport's bounding box vertically, before computing an intersection with the image. |
offsetLeft |
String | 0 | The offset increases the viewport's bounding box horizontally, before computing an intersection with the image. |
target |
String | false | A list of targets who's bounding boxes will be used to compute an intersection with the image. (Defaults to the image itself) |