-
Notifications
You must be signed in to change notification settings - Fork 204
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Aq_Resize.process() error: Unable to resize image because image_resize_dimensions() failed, #103
Comments
aq_resize( $url, $width = null, $height = null, $crop = null, $single = true, $upscale = false ) it 's required to pass $crop value because if you wont pass $crop then it will not accept the boolen value. |
I am also having same kind of error , i am passing the $crop value as true , the image_resize_dimensions() function is returning false. And the error msg says Unable to resize image because image_resize_dimensions() failed, i am passing image smaller than the $width and $height value. |
Any solution for this? |
+1 |
Check if php "gd extension". |
"gd extension" is enabled, but i steel view error "Unable to resize image because image_resize_dimensions() failed" |
I have a wordpress website running on AWS. However, on a specific page, it keeps giving me the below error. I didn't manually configure $url parameter. All the images on the page has the resize error. Can you help me figure it out?
The text was updated successfully, but these errors were encountered: