Viewing 1 replies (of 1 total)
  • 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 1 replies (of 1 total)
  • The topic ‘Width and height attributes’ is closed to new replies.