Image¶
- class bootlace.image.Image(*, alt: str, src: str, width: int, height: int)[source]¶
Bases:
objectAn image tag
Attributes Summary
Alt text for the image
The height of the image, in px
The URL for the image
The width of the image, in px
Methods Summary
__tag__()Attributes Documentation
- alt: str¶
Alt text for the image
- height: int¶
The height of the image, in px
- src: str¶
The URL for the image
- width: int¶
The width of the image, in px
Methods Documentation