Forum for discussing general topics related to Couch.
3 posts Page 1 of 1
Hello Couch,

I have a question in regards to croping images. i have this code.

Code: Select all
<cms:editable name='news_image'
crop='1'
type='image'
width='155'
height='69'
/>


My Question
The Image crops fine, no problems. However the image resolution seams to be very very low, how can i improve this? :mrgreen:
Hi Simon,

Try using the 'quality' parameter set to '100' (the maximum)
Code: Select all
<cms:editable name='news_image'
crop='1'
type='image'
width='155'
height='69'
quality='100'
/>
KK wrote: Hi Simon,

Try using the 'quality' parameter set to '100' (the maximum)
Code: Select all
<cms:editable name='news_image'
crop='1'
type='image'
width='155'
height='69'
quality='100'
/>


Great stuff KK.. Thankyou :mrgreen:
3 posts Page 1 of 1