HI,
I would like to crop image at node creation form for the teaser. The original image will be as is when we read teh full article.
I'll be using cck imagefield to upload teh images.
please let me know how do I created cropped image for teaser and use teh same original image for ful view.

Comments

vm’s picture

investigate the imagecache.module

after imagecache is installed and image derivatives are created.
edit your content type
click on the diplay fields tab
adjust teaser as necessary
save form

himtuna’s picture

however i would like to alter node specific settings. display field settings would allow me to alter image presenation for all nodes.

vm’s picture

which likely means you will have to write some conditional php for your node.tpl.php file in your theme.

himtuna’s picture

Well, there is an option as well.
I can upload an image and use imagecrop module.
and use another CCK field to upload the same image and use it as main image on full view.