URL API implementation
Direct implementation using the Cloudimage URL API
Basic usage
<img src="https://token.cloudimg.io/https://samples.scaleflex.com/flat.jpg?operations&filters&watermarks" /><picture>
<source media="(min-width: 650px)" srcset="/samples.scaleflex.com/flat.jpg">
<source media="(min-width: 465px)" srcset="/samples.scaleflex.com/flat.jpg">
<img src="img_orange_flowers.jpg" alt="Flowers" style="width:auto;">
</picture>Url-encoding resource URL
Spaces in the filename
Last updated