Jump to content

Search the Community

Showing results for tags 'image crop'.

  • Search By Tags

    • image crop ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 3 results

  1. Hi there! I am quite new to processwire and am just finishing my first PW project. I think the whole framework is awesome and could profit a lot from all the tutorials available. One thing that I somehow can't seem to get my head around is working with images and their resizing. I have followin...
  2. Hello, I noticed that there was a way to crop images once uploaded using the image crop feature shown here: https://processwire.com/blog/posts/image-editing-features-continued-2.5.20/#more-image-editing-features However I'm running 2.6.18 dev and it's not there. Click the title just brings th...
  3. I have an issue where I want to have an image resized, but have both a cropped and non-cropped version available (of the same size!) The code to do this is simple: $imagefull = $image->size(320,320,array( 'cropping' => false); $imagecropped = $image->size(320,320,array( 'cropping' => true); How...
×
×
  • Create New...