Imaging settings
Information on the imaging settings section
"Umbraco": {
"CMS": {
"Imaging": {
"Cache": {
"BrowserMaxAge": "7.00:00:00",
"CacheMaxAge": "365.00:00:00",
"CacheFolderDepth": 8,
"CacheHashLength": 12,
"CacheFolder": "~/umbraco/Data/TEMP/MediaCache"
},
"Resize": {
"MaxWidth": 5000,
"MaxHeight": 5000
},
"HMACSecretKey": ""
}
}
}Cache
Browser max age
Cache max age
Cache folder depth
Cache hash length
Cache folder
Resize
Max width/max height
HMAC secret key
Default Behavior
Key Length
Example Configuration
Testing the Configuration
Last updated
Was this helpful?