Viewing 2 replies - 1 through 2 (of 2 total)
  • @mrcnet,

    I think I managed to find a way to stop this happening with the following code, either used to create a plugin are added to your themes functions.php file:

    /**
    Stop WPTouch from creating 144x144 thumbnails
    */
    add_filter('wptouch_create_thumbnails', '__return_false', 9999);

    WPtouch uses that thumbnail in its posts to offer crisp images for retina and high-dpi screens. If you’re using thumbnails in posts it’s recommended to leave this in place.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘This plugin create 144×144 image’ is closed to new replies.