Search the Community
Showing results for tags 'image crop'.
-
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...
-
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...
-
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...
- 2 replies
-
- images
- image variations
-
(and 4 more)
Tagged with: