Thumbnails

Three modules that offer nice thumbnail cropping for ProcessWire. Fully compatible with normal image field.

How to install
==============

Just add files and folders to your site/modules/ folder and install one of the modules (it installs others). After that create new field or edit existing image field and make it use fieldtype "CropImage".

You can change the settings for each field in the Setup->Files->CropImageField Input tab:

thumbnail,100,100
portrait,100,150
largethumb,200,200,basic-page,home


Usage on templates
==================

FieldtypeCropImage adds getThumb-method to Pageimage. getThumb returns url to the thumbnail you have asked for, ie:
echo $page->images->eq(0)->getThumb('thumbnail');

If you haven't cropped that thumbnail yet, this module provides default cropping from center


Credits
=======

Developed by Antti Peisa (twitter.com/apeisa)
Sponsored by http://stillmovingdesign.com.au/ (thanks Martin!)

More modules by apeisa

  • Thumbnails

    Three modules that offer nice thumbnail cropping for ProcessWire. Fully compatible with normal image field.
  • Fredi - Friendly Frontend Editor

    Fredi will bring quick modal edit links to frontend. Supports all the fieldtypes.
  • Finnish (fi-FI)

    Finnish (fi-FI) language pack for ProcessWire admin.
  • Trashman

    Allows users without superuser role to view and restore pages from trash.
  • Facebook Login

    Adds facebook login/register for your website or application.
  • PaymentPaypal

    PaymentPaypal - using standard payment API and PDT for verification
  • PaymentStripe

    Allows using stripe for credit card payments in any ProcessWire site.

All modules by apeisa

Install and use modules at your own risk. Always have a site and database backup before installing new modules.