Title: Feature request: Logo width / height attribute
Last modified: September 22, 2020

---

# Feature request: Logo width / height attribute

 *  Resolved [nicolaifriis](https://wordpress.org/support/users/nicolaifriis/)
 * (@nicolaifriis)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/feature-request-logo-width-height-attribute/)
 * Hey there,
 * Would be awesome if you could add support for width / height attributes. That
   way we would be able to upload logos in higher resolution for better showing 
   results. 🙂
 * Other than that, really great plugin!

Viewing 1 replies (of 1 total)

 *  [gonzalesc](https://wordpress.org/support/users/gonzalesc/)
 * (@gonzalesc)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/feature-request-logo-width-height-attribute/#post-13444240)
 * Hi.
    You can add attributes to the header logo using this hook.
 *     ```
       function timersys_logo_attrs( $attrs = [] ) {
   
       	$attrs['width'] = '50px';
       	$attrs['height'] = '50px';
   
       	return $attrs;
       }
       add_filter('mailtpl/templates/header_logo_attr', 'timersys_logo_attrs', 10, 1);
       ```
   
 * Regards

Viewing 1 replies (of 1 total)

The topic ‘Feature request: Logo width / height attribute’ is closed to new replies.

 * ![](https://ps.w.org/email-templates/assets/icon-256x256.gif?rev=2891165)
 * [Email Templates Customizer and Designer for WordPress and WooCommerce](https://wordpress.org/plugins/email-templates/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/email-templates/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/email-templates/)
 * [Active Topics](https://wordpress.org/support/plugin/email-templates/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/email-templates/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/email-templates/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [gonzalesc](https://wordpress.org/support/users/gonzalesc/)
 * Last activity: [5 years, 8 months ago](https://wordpress.org/support/topic/feature-request-logo-width-height-attribute/#post-13444240)
 * Status: resolved