Trying to get a thumbnail created, but Couch is creating a empty file, so when calling thumbnail its shows broken image link.
Here is my code:
I have attached the result.
Here is my code:
- Code: Select all
<cms:editable name='group_img1' label='First Image' desc='First Image' type='group' />
<cms:editable
name='image_1'
label='image 1'
desc='Upload Image'
show_preview='1'
preview_width='200'
group='group_img1'
type='image'/>
<cms:editable
name='thumb'
label='Image Thumbnail'
desc='Image Thumbnail'
show_preview='1'
width='200'
assoc_field='image_1'
group='group_img1'
type='thumbnail' />
<cms:editable
name='image_1_title'
label='image title'
desc='Enter image title'
group='group_img1'
type='text' />
I have attached the result.