Title: &quot;pixel.wp.com/g.gif&quot; Missing Width &amp; Height Attributes
Last modified: August 30, 2016

---

# "pixel.wp.com/g.gif" Missing Width & Height Attributes

 *  Resolved [Dan Kinchen](https://wordpress.org/support/users/igotdreams/)
 * (@igotdreams)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/pixelwpcomggif-missing-width-height-attributes/)
 * While optimizing our website with tools like Google Page Speed, GTMetrix, etc.
   We get the typical statement that we are missing the width & height attributes
   for the tracking pixel “pixel.wp.com/g.gif”.
 * Even if you are are not ready to make changes to remedy this problem, I would
   appreciate directions as to which file controls the display of this image.
 * thanks!
 * [https://wordpress.org/plugins/jetpack/](https://wordpress.org/plugins/jetpack/)

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Thread Starter [Dan Kinchen](https://wordpress.org/support/users/igotdreams/)
 * (@igotdreams)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/pixelwpcomggif-missing-width-height-attributes/#post-6242302)
 * In the meantime I am fixing it like so:
 *     ```
       <script>
       $(window).load(function({
          $("#wpstats").attr("width","6").attr('height','5');
       });
       </script>
       ```
   
 *  Plugin Author [Jeremy Herve](https://wordpress.org/support/users/jeherve/)
 * (@jeherve)
 * Jetpack Mechanic 🚀
 * [10 years, 11 months ago](https://wordpress.org/support/topic/pixelwpcomggif-missing-width-height-attributes/#post-6242338)
 * We’ll see if we can add these parameters in a future Jetpack release. You can
   follow our progress here:
    [https://github.com/Automattic/jetpack/issues/2254](https://github.com/Automattic/jetpack/issues/2254)
 * I’ll also post here when we make progress on this.
 * Thanks for the feedback!
 *  [davidebabylonia](https://wordpress.org/support/users/davidebabylonia/)
 * (@davidebabylonia)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/pixelwpcomggif-missing-width-height-attributes/#post-6242419)
 * Hello Dan, where did you insert this code?
 *  Thread Starter [Dan Kinchen](https://wordpress.org/support/users/igotdreams/)
 * (@igotdreams)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/pixelwpcomggif-missing-width-height-attributes/#post-6242429)
 * you need jquery to run my particular code. So in my footer after the jquery call.
   But this only pertains to my theme, yours may be different.
 *  Plugin Author [Jeremy Herve](https://wordpress.org/support/users/jeherve/)
 * (@jeherve)
 * Jetpack Mechanic 🚀
 * [10 years ago](https://wordpress.org/support/topic/pixelwpcomggif-missing-width-height-attributes/#post-6242508)
 * I wanted to let you know that we’ve made the change on our servers, you should
   see it appear on your site within the week, as cache gets refreshed everywhere
   on our network.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘"pixel.wp.com/g.gif" Missing Width & Height Attributes’ is closed to 
new replies.

 * ![](https://ps.w.org/jetpack/assets/icon.svg?rev=2819237)
 * [Jetpack - WP Security, Backup, Speed, & Growth](https://wordpress.org/plugins/jetpack/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/jetpack/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/jetpack/)
 * [Active Topics](https://wordpress.org/support/plugin/jetpack/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/jetpack/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/jetpack/reviews/)

## Tags

 * [tracking pixel](https://wordpress.org/support/topic-tag/tracking-pixel/)

 * 5 replies
 * 3 participants
 * Last reply from: [Jeremy Herve](https://wordpress.org/support/users/jeherve/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/pixelwpcomggif-missing-width-height-attributes/#post-6242508)
 * Status: resolved