Overview
Sources
Libraries
Images API

Download download

Specify a filename forcing the URL to be downloaded instead of opening it in a new tab.

Values

A string specifying the filename. If no value is specified the original filename is used.

Examples

Specify an alternative filename with download=avatar.jpeg. The image will be downloaded using avatar.jpeg as filename.

GET
https://assets.imglab-cdn.net/woman.jpeg?download=avatar.jpeg
Woman holding a camera using download parameter to force download with a specific name.
x px

Specifying an empty value for download parameter the image will be downloaded using the original image filename woman.jpeg.

GET
https://assets.imglab-cdn.net/woman.jpeg?download=
Woman holding a camera using empty download parameter to force download using original input file name.
x px