Viewing 3 replies - 1 through 3 (of 3 total)
  • hello

    yes this issue is present.
    please help resolve!

    gtmetrix and pagespeed hate this!

    yes, please fix it…

    is this what you mean? found it in an older support topic. it adds a size attribute to the generated html.

    In the plugin’s functions.php file, you can change line 132 (as of version 0.9.9.6) to the following:

    $html .= '<img class="' . esc_attr( $args['thumb_align'] ) . ' rpwe-thumb" src="' . esc_url( $image ) . '" alt="' . esc_attr( get_the_title() ) . '" width="' . $args['thumb_width'].'" height="'. $args['thumb_height'] .'">';
    

    It would be great if the author added the thumb size by default.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Images do not have a size specification’ is closed to new replies.