• Plugin Contributor David Artiss

    (@dartiss)


    Hi Joe,

    I was finding that my screenshots weren’s showing when I was a plugin in the wp.org directory. I fixed it by change arp_check_img_exists in functions.php. The logic is now…

        if ( false !== GetImageSize( $filename . $ext ) ) {
            return false;
         } else {
            return $ext;
        }

    Not a bug, but a suggestion for improvement, it may be worth adding a parameter that lets you easily resize the image output. At the moment it’s reliant on you overriding the CSS.

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Fix: Screenshots not displaying’ is closed to new replies.