Title: Thumbnails after Migration from WordPress.com
Last modified: August 20, 2016

---

# Thumbnails after Migration from WordPress.com

 *  [codydh](https://wordpress.org/support/users/codydh/)
 * (@codydh)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/thumbnails-after-migration-from-wordpresscom/)
 * Hello! I have recently migrated a large blog from WordPress.com to a self-hosted
   WordPress installation. However, I’m having a problem with images in posts.
 * The images on the new install show up just fine, however, the thumbnails are 
   actually the full size images, so this makes the page load very slowly. As far
   as I can tell, what’s happening on WordPress.com is that the image thumbnail 
   in the post source looks like this:
 *     ```
       <a href="http://blogname.files.wordpress.com/2012/01/redneckeggs.jpg">
       <img class="alignnone size-full wp-image-4998" title="RedNeckEggs"
       src="http://blogname.files.wordpress.com/2012/01/redneckeggs.jpg"
       alt="" width="640" height="426" />
       </a>
       ```
   
 * But contrary to what that source suggests, WordPress.com is actually serving 
   up a 640×426 resized version of the image for the inline thumbnail. When I right
   click on the thumbnail, I see that the image source is actually this:
    `http://
   blogname.files.wordpress.com/2012/01/redneckeggs.jpg?w=640&h=426` ..which is 
   actually a 640×426 version of the image.
 * However, at my new installation of WordPress.org, the source looks the same (
   except it points to my new blog domain), but the image source is actually the
   full-size image, aka:
    `http://newdomain.com/2012/01/redneckeggs.jpg` ..which
   means that the full size image is being loaded instead of the thumbnail.
 * However, if I check out the wp-content/uploads/2012/01/ folder, i see that there
   are multiple versions of redneckeggs.jpg, such as `redneckeggs-640x426.jpg`. 
   So my question is, how do I fix this? I have hundreds of posts, so there’s no
   way for me to go through each of them and set up the proper code, and it seems
   to me that WordPress should be smart enough to fix this anyway. Has anyone run
   across this and come up with a solution??

Viewing 1 replies (of 1 total)

 *  Thread Starter [codydh](https://wordpress.org/support/users/codydh/)
 * (@codydh)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/thumbnails-after-migration-from-wordpresscom/#post-2515195)
 * Just wanted to give this a *bump* and see if anyone had run into this issue (
   and better yet, found a solution)?

Viewing 1 replies (of 1 total)

The topic ‘Thumbnails after Migration from WordPress.com’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 1 participant
 * Last reply from: [codydh](https://wordpress.org/support/users/codydh/)
 * Last activity: [14 years, 3 months ago](https://wordpress.org/support/topic/thumbnails-after-migration-from-wordpresscom/#post-2515195)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
