[Plugin: WP Retina 2x] Don't detect @2x image
-
Hello,
I test your plugin, but I don’t understand why, he don’t work on my website (WP 3.4 / Twenty Ten template).
Images resize @2x work fine, but in front office impossible to detect if @2x images exist (with server-side and with client-side)But when I activate your plugin, my htaccess change from :
AddType x-mapp-php5 .php .php3 .php4 .htm .html # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /lab/wordpress34/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /lab/wordpress34/index.php [L] </IfModule> # END WordPress
to that :
AddType x-mapp-php5 .php .php3 .php4 .htm .html # BEGIN WordPress # END WordPress
Strange no ?
Thanks for your work.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘[Plugin: WP Retina 2x] Don't detect @2x image’ is closed to new replies.