Hi I have created the following regions to upload a preview image.
This results in the following

is it possible to disable and hide the crop button? Since it does no actual cropping. It just resizes the image to 500px width with a variable length?
Thanks in advance!
- Code: Select all
<cms:editable
name='work_thumb'
label='Kies een afbeelding of gif'
show_preview='1'
preview_width='200'
type='image'
group='works_group1'
order='1'/>
<cms:editable
name='work_thumb_500'
assoc_field='work_thumb'
label="Preview (500px)"
show_preview='1'
preview_width='200'
width='500'
type='thumbnail'
group='works_group1'
order='2'
enforce_max='1' />
This results in the following

is it possible to disable and hide the crop button? Since it does no actual cropping. It just resizes the image to 500px width with a variable length?
Thanks in advance!