Problems, need help? Have a tip or advice? Post it here.
2 posts Page 1 of 1
Is there a way to set the quality of a thumbnail with the <cms:thumbnail > tag? I'm using repeatable regions and, unfortunately, it does not support the editable thumbnail tag, which does support setting the quality.
Hi,

You can use a parameter named 'quality' (I missed documenting this somehow).
Code: Select all
<cms:thumbnail my_image width='150' quality='100' />

The default value is '80'. You can set it in a range of 0-100.

Hope this helps.
2 posts Page 1 of 1