By himtuna on
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
=-=
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
however i would like to alter
however i would like to alter node specific settings. display field settings would allow me to alter image presenation for all nodes.
=-=
which likely means you will have to write some conditional php for your node.tpl.php file in your theme.
Well, there is an option as
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.