Forum for discussing general topics related to Couch.
3 posts Page 1 of 1
I'm only wondering...

I know when working within dynamic folders in the backend (underneath manage folders that is), the custom fields are limited to description and an image. (no other custom fields possible).
However, is there a way to crop those images to a specific width and height (like thumbnails-tags)?

I've now used thumbnails within the underlaying pages to create small cropped images for a specific dimension, and maintaining the possibility to use the non-cropped image. This is more user friendly for the end-user without the interaction of any photo-editing software.
However I'm kind of loosing that functionality for the images in the folders. Those images are listed together and apparantly the "folder-images" (for now) are the only ones that actually need some photoshopping to get them in the same flow/dimensions once listed.

If possible, I'd like to take this issue away for the client...

(on the image: folder image = underneath the orange banner, rest = pages)
Image
Did you try wrapping the folder-image within cms:thumbnail tag (http://www.couchcms.com/docs/tags-refer ... ail-1.html) ?
Works perfect. Wasn't aware of those. Thanks

This code works:
Code: Select all
<img src="<cms:thumbnail k_folder_image width='250' height='250' crop='1' />" class="img-responsive" />
3 posts Page 1 of 1