Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I have a cropper with quality set to the default 90. I change it to 100 and save. if I navigate away and return, it's 90 again.
/N
I was able to fix this by editing the database directly, in the table "cmsdatatypeprevalues"
Find the row with your propertyalias listed first (usually "umbracoFile") in the "Value" column, the first part of the data should look something like:
umbracoFile, 1,1|
If you want 100 for quality, change that part to:
umbracoFile,1,1,100|
I've reported this in http://issues.umbraco.org/issue/U4-725
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Unable to save Quality setting
I have a cropper with quality set to the default 90. I change it to 100 and save. if I navigate away and return, it's 90 again.
/N
I was able to fix this by editing the database directly, in the table "cmsdatatypeprevalues"
Find the row with your propertyalias listed first (usually "umbracoFile") in the "Value" column, the first part of the data should look something like:
umbracoFile, 1,1|
If you want 100 for quality, change that part to:
umbracoFile,1,1,100|
/N
I've reported this in http://issues.umbraco.org/issue/U4-725
is working on a reply...