Hello, @mikeacevedo, thank you for reaching out!
The plugin is indeed under development although we cannot catch up with the pace of the core updates. However the API that we are basing our code on has not changed much during the years. We are working on a new version though, indeed!
Are you using Apache (or an Apache compatible like Litespeed) server? Or are you using NginX?
Hi @nevma , thanks for the quick response. The server is Nginx.
Thanks
Nginx is indeed trickier than Apache because its configuration file is not editable, unlike the htaccess file of Apache. Can you confirm that the server’s configuration file has been manually configured to add this stanza:
location / {
rewrite .(?:jpe?g|gif|png)$ /wp-content/plugins/adaptive-images/adaptive-images-script.php;
}
Of course the correct version of it might be slightly different depending on your actual setup!