Stefanowitsch Posted August 9, 2016 Share Posted August 9, 2016 When using the Adaptive Images Plugin the cropping tool in the Backend does not work correctly. When selecting an area in the image and "save crop" the result kind of weird. The Picture gets cropped but the cropped image does not contain my selection. See Picture 1: Selection Picture 2: The crop result. Since Adaptive Images is very popular maybe some of you have encountered this problem, too.... Link to comment Share on other sites More sharing options...
Stefanowitsch Posted August 29, 2016 Author Share Posted August 29, 2016 To everyone that has encountered the same problem, here is the simple solution: You have to block the Adaptive Images access to the image folder when working in the PW backend. Go to your htacess file and edit this line of code in the Adaptive Images block like this: # don't apply the AI behaviour to images inside AI's cache folder: RewriteCond %{REQUEST_URI} !ai-cache RewriteCond %{QUERY_STRING} !nc Background: I noticed that whenever an image is displayed in the backend, PW add's a parameter called "nc" to the file. I use this parameter to identfy when i DO NOT want Adaptive Images to scale the image. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now