Title: Width and height attributes
Last modified: August 31, 2016

---

# Width and height attributes

 *  [Donna Fontenot](https://wordpress.org/support/users/cavalierlife/)
 * (@cavalierlife)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/width-and-height-attributes-2/)
 * Thumbnails are missing width and height attributes in img tag. Looks as though
   the code is there for default images if no image exists for the post, but not
   in the img code if an image exists.
 * [https://wordpress.org/plugins/recent-posts-widget-extended/](https://wordpress.org/plugins/recent-posts-widget-extended/)

Viewing 1 replies (of 1 total)

 *  [cwfaraday](https://wordpress.org/support/users/cwfaraday/)
 * (@cwfaraday)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/width-and-height-attributes-2/#post-7419486)
 * 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.

 * ![](https://s.w.org/plugins/geopattern-icon/recent-posts-widget-extended_3384ca.
   svg)
 * [Recent Posts Widget Extended](https://wordpress.org/plugins/recent-posts-widget-extended/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/recent-posts-widget-extended/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/recent-posts-widget-extended/)
 * [Active Topics](https://wordpress.org/support/plugin/recent-posts-widget-extended/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/recent-posts-widget-extended/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/recent-posts-widget-extended/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [cwfaraday](https://wordpress.org/support/users/cwfaraday/)
 * Last activity: [9 years, 10 months ago](https://wordpress.org/support/topic/width-and-height-attributes-2/#post-7419486)
 * Status: not resolved