Operations
If you have any doubts on how to use this, make sure you read our Getting Started guide.- :operation is the main manipulation you want to do with your image.
Height
Use height if you want your final image to have a fixed height. The proportional width will be calculated automatically.Example
https://img.imageboss.me /mywebsite-images /height /700 /examples/02.jpg
Options Available
- Set this option to true if you don't want the original image to exceed its original dimensions. (default: false)
- Set this to true if you don't want us to calculate the dimensions proportionally. (default: false)
https://img.imageboss.me /mywebsite-images /height /700 /examples/02.jpg
https://img.imageboss.me /mywebsite-images /height /700 /examples/02.jpg
Using ImageBoss Web Library
<img
src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
data-imageboss-src="/examples/02.jpg"
data-imageboss-operation="height"
height="700"
/>