Search the Community
Showing results for tags 'image variations'.
-
Currently my system is using nginx server on production recently upgraded from processwire 2.5 to processwire 2.7.2 We are making multiple dimension sizes of images. On our system it is taking very less time locally on apache server. Tested this on another system it work fine there, even tested on n...
- 2 replies
-
- ImageSizer
- Thumbs
-
(and 1 more)
Tagged with:
-
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: