Title: Invalid Image attribute
Last modified: March 9, 2021

---

# Invalid Image attribute

 *  Resolved [Milind More](https://wordpress.org/support/users/milindmore22/)
 * (@milindmore22)
 * [5 years ago](https://wordpress.org/support/topic/invalid-image-attribute/)
 * Hello There,
 * I am seeing an invalid image attribute which actually is image size on some images.`
   chaplin_preview_image_low_resolution` ([screenshot](https://prnt.sc/10hcxln))
 * It can be easily fixed by fixing code on themes/chaplin/parts/preview.php Line
   no 33
    by replacing `<?php the_post_thumbnail( $post->ID, $image_size ); ?>` 
   with `<?php the_post_thumbnail( $image_size ); ?>`
 * Hope to see this improvement in an upcoming version 🙂

Viewing 1 replies (of 1 total)

 *  Theme Author [Anders Norén](https://wordpress.org/support/users/anlino/)
 * (@anlino)
 * [5 years ago](https://wordpress.org/support/topic/invalid-image-attribute/#post-14171263)
 * Hi [@milindmore22](https://wordpress.org/support/users/milindmore22/),
 * Well, that’s embarrassing. I’ve included a fix for this in version 2.6.2, which
   just went live. Thanks for posting!
 * — Anders

Viewing 1 replies (of 1 total)

The topic ‘Invalid Image attribute’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/chaplin/2.6.8/screenshot.png)
 * Chaplin
 * [Support Threads](https://wordpress.org/support/theme/chaplin/)
 * [Active Topics](https://wordpress.org/support/theme/chaplin/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/chaplin/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/chaplin/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Anders Norén](https://wordpress.org/support/users/anlino/)
 * Last activity: [5 years ago](https://wordpress.org/support/topic/invalid-image-attribute/#post-14171263)
 * Status: resolved