Forum for discussing general topics related to Couch.
2 posts Page 1 of 1
Hi,
Is there a way to set up:

1) no matter what size of image is uploaded to single post it will cut the image to predefine size?
This way use would not care about image size when uploading it

2) In a blog list view - is there a way to limit the number of characters so that the height of it is equal:
equal height.png
equal height.png (477.99 KiB) Viewed 1138 times

http://softinet.com.pl/blog.php
1) no matter what size of image is uploaded to single post it will cut the image to predefine size?

Use either type 'thumbnail' (https://docs.couchcms.com/tags-referenc ... bnail.html) or type 'jcropthumb' (viewtopic.php?f=8&t=9299) and show the resulting thumbnail on your page.

2. In a blog list view - is there a way to limit the number of characters so that the height of it is equal:

You may use <cms:excerpt> (https://docs.couchcms.com/tags-reference/excerpt.html) to show only a particular number of words or characters. This, however, will not always result in the text blocks being of exactly the same heights (will depend on the font) - you'll have to use JS for this.
2 posts Page 1 of 1
cron