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
Great package! One question: how can I change the image quality? Did I miss that point anywhere?
Thanks a lot for your help.
Hi Nora
I believe you should be able to change the quality by using the options that image processors offers you - It's not a slimsy thing as I understand it.
See James South's article about image processors here http://24days.in/umbraco/2014/all-your-images-are-belong-to-umbraco/
You shoud be able to set it like this
<img src='@CurrentPage.GetCropUrl("image", "banner")&quality=70' />
Hope this helps.
/Jan
@Jan sorry that wont work for Slimsy :)
@Nora, somewhere you hopefully have a Slimmage settings js snippet (either in the template or in a separate js file), here you can add quality values as below:
<script type="text/javascript"> window.slimmage = { verbose: false, jpegQuality: 90, jpegRetinaQuality : 80 }; </script>
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
image quality
Great package! One question: how can I change the image quality? Did I miss that point anywhere?
Thanks a lot for your help.
Hi Nora
I believe you should be able to change the quality by using the options that image processors offers you - It's not a slimsy thing as I understand it.
See James South's article about image processors here http://24days.in/umbraco/2014/all-your-images-are-belong-to-umbraco/
You shoud be able to set it like this
Hope this helps.
/Jan
@Jan sorry that wont work for Slimsy :)
@Nora, somewhere you hopefully have a Slimmage settings js snippet (either in the template or in a separate js file), here you can add quality values as below:
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.