How to set phpcms thumbnails not to be automatically cropped
You need to change the calling tag:
{thumb($r[thumb],90,60)}
to:
{thumb($r[thumb],90,60,1)}
Default is 0.
PHP Chinese website, a large number of free PHPCMS tutorials, welcome to learn online!
The above is the detailed content of How to set phpcms thumbnails not to be automatically cropped. For more information, please follow other related articles on the PHP Chinese website!