Max file size (bytes)
Max files
Allowed mime types
Choose presets
{ options.mimeTypes = [ "image/jpeg", "image/png", "image/svg+xml", "image/gif", "image/webp", ]; }} >
Images (jpg, png, svg, gif, webp)
{ options.mimeTypes = [ "application/pdf", "application/msword", "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "application/vnd.ms-excel", "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", ]; }} >
Documents (pdf, doc/docx, xls/xlsx)
{ options.mimeTypes = [ "video/mp4", "video/x-ms-wmv", "video/quicktime", "video/3gpp", ]; }} >
Videos (mp4, avi, mov, 3gp)
{ options.mimeTypes = [ "application/zip", "application/x-7z-compressed", "application/x-rar-compressed", ]; }} >
Archives (zip, 7zip, rar)
Thumb sizes
Use comma as separator.
Supported formats
WxH
(eg. 100x50) - crop to WxH viewbox (from center)
WxHt
(eg. 100x50t) - crop to WxH viewbox (from top)
WxHb
(eg. 100x50b) - crop to WxH viewbox (from bottom)
WxHf
(eg. 100x50f) - fit inside a WxH viewbox (without cropping)
0xH
(eg. 0x50) - resize to H height preserving the aspect ratio
Wx0
(eg. 100x0) - resize to W width preserving the aspect ratio