I see an image preview on my regular pages, but for the blog posts, I don't see the preview thumbnail. There's just a View Image button.
Here's the code in my blog template.
Here's the code in my blog template.
- Code: Select all
<cms:template title='Blog' clonable='1' commentable='1' dynamic_folders='1'> <cms:editable name='blog_image' type='image' width='600' show_preview='1' order='30' /> <cms:editable name="image_position" label="Align Image" desc="Select an image option" opt_values='Center | Image Left | Image Right | No Image' type='dropdown' order='32' /> <cms:editable name='blog_content' type='richtext' order='40' /> </cms:template>