Uploader datatype and thumbnail sizes in Umbraco 5
Quick question - Does Umbraco 5 still support adding thumbnail sizes via Developer / Datatypes / Uploader / Sizes
I've added a value into the field (222) and no thumbnail is generated.
I am aware of the plethora of packages to perform image manipulation. However, the old method worked fine for some instances and I'd like to continue to use it.
It will only generate thumbnails for images uploaded after the data type has been changed, it won't go back and retroactively generate thumbnails for old images. The reason is because a new file is actually written in the file system, with the format "ORIGINALNAME_100.png" with 100 replaced by any of your "Sizes" values.
Uploader datatype and thumbnail sizes in Umbraco 5
Quick question - Does Umbraco 5 still support adding thumbnail sizes via Developer / Datatypes / Uploader / Sizes
I've added a value into the field (222) and no thumbnail is generated.
I am aware of the plethora of packages to perform image manipulation. However, the old method worked fine for some instances and I'd like to continue to use it.
The Sizes field takes comma-separated integers.
It will only generate thumbnails for images uploaded after the data type has been changed, it won't go back and retroactively generate thumbnails for old images. The reason is because a new file is actually written in the file system, with the format "ORIGINALNAME_100.png" with 100 replaced by any of your "Sizes" values.
is working on a reply...