Non-input tags
- cml:thumb - Display a cached thumbnail for a given image URL
cml:thumb
Renders a cached thumbnail of a publicly accessible image url. This thumbnail is cached on CrowdFlower’s servers for speed and to prevent issues with hotlinking images on high-volume jobs.
<cml:thumb src="{image_url}" width="100" />
- src
- The publicly accessible url of the image to thumbnail.
- width
- The width of the thumbnail (optional)
- height
- The height of the thumbnail (optional)
- method
croporresize. By default images are cropped. (optional)
If both height and width are not specified, a full-sized cached version of the original image will be served. This is useful for images that might be hot-linked or could disappear mid-job.