-
I have a blog running with WordOps, I installed the warp imagick plugin, but when sending the image it is not generating the webp image. What can it be? Just an observation: I use the WP offload Media plugin that sends the images to amazon's S3. Could this be the problem? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Very likely. WebP cloning expects and requires JPEG/PNG on the local server, not in the remote location. Another reason could be that WP offload does not move WebP to remote location. Third reason could be that WordOps WebP redirection does apply to local server, not on remote server. |
Beta Was this translation helpful? Give feedback.
Very likely. WebP cloning expects and requires JPEG/PNG on the local server, not in the remote location.
Another reason could be that WP offload does not move WebP to remote location.
Third reason could be that WordOps WebP redirection does apply to local server, not on remote server.