This plugin does not seem to be cropping properly when image sizes are defined with add_image_size.
add_image_size(‘some-size’,1000,375,true)
The above code is instead regenerated as if it were
add_image_size(‘some-size’,1000,375,false)
-
This topic was modified 7 years, 10 months ago by
thebjhale.