brockf / hero

Hero Framework: A powerful Content Management System (CMS) and eCommerce framework built on CodeIgniter.
Other
53 stars 45 forks source link

Automatically resize images to fit into posts #5

Closed lonnieezell closed 11 years ago

brockf commented 11 years ago

This can be done using the (awesome) {thumbnail} template plugin which is available at /themes/common/_plugins/function.thumbnail.php. You can specify the image path, width, and height, and it will resize. Is there anything else I'm missing?