Hello,
I do not know what is happening, but I do upload images that are not being cut. Here is my code:
Did I do something wrong?
I do not know what is happening, but I do upload images that are not being cut. Here is my code:
- Code: Select all
<cms:template title='Portifólio' clonable='1' dynamic_folders='1' gallery='1'>
<cms:editable
name="gg_image"
label="Imagem"
show_preview='1'
preview_height='200'
height='500'
width='500'
crop='1'
type="image"
/>
<cms:editable
name="gg_thumb"
assoc_field="gg_image"
label="Miniatura"
width='186'
height='99'
crop='1'
type="thumbnail"
/>
Did I do something wrong?