contentful-image-optimiser
v1.2.6
Published
Optimise image size and quality of assets served from Contentful.
Readme
This will return an image with it's width set to match the browser window width. It will also
automatically change it's format to WebP if supported
<img src="setAutoWidth(/imageURL.png)">
<hr>
This will return an image with a specified width
<img src="setFixedWidth(/imageURL.png, 350)">
<hr>
This will return an image with a specified height
<img src="setFixedHeight(/imageURL.png, 500)">
<hr>
This will return an image with a specified height and width
<img src="setHeightWidth(/imageURL.png, 500, 500)">
Link to repo
$ npm i contentful-image-optimiserThis project is licensed under the MIT License
