# Image
## No options
```````````````````````````````` example
~~~{image} picture.png
~~~
.
````````````````````````````````
## Align options
```````````````````````````````` example
~~~{image} picture.png
:align: left
~~~
.
````````````````````````````````
```````````````````````````````` example
~~~{image} picture.png
:align: invalid
~~~
.
````````````````````````````````
## width and height
```````````````````````````````` example
~~~{image} picture.png
:width: 100
:height: 50
~~~
.
````````````````````````````````
```````````````````````````````` example
~~~{image} picture.png
:width: 100px
:height: 50px
~~~
.
````````````````````````````````
## alt option
```````````````````````````````` example
~~~{image} picture.png
:alt: description text
~~~
.
````````````````````````````````
## target option
```````````````````````````````` example
~~~{image} picture.png
:target: https://lepture.com
~~~
.
````````````````````````````````
## all options
```````````````````````````````` example
~~~{image} picture.png
:target: https://lepture.com
:alt: description
:align: left
:width: 100
:height: 50
~~~
.
````````````````````````````````