# Usage
The basic version to get an image is to add an image with the wanted width and heigth in the path.
<img src="//placephant.com/300/250"/>
If you want a square image you can use one size.
<img src="//placephant.com/300"/>
It is possible to use 0 for one of the sizes, this will result in an image that keeps the original ratio. The maximum size that you can use is a width of 2500 and a height of 2500 any size above that will be set to the maximum.
For more information about the different options and examples check the options page.