The plugin loads the full size images instead of the thumbnails
-
Would be nice if this plugin could load the thunbnail version of the featured image instead of the full size. In my case we use high resoltuion images. When we have long list of posts, the load of that admin area can get really slow. I solved this by changing the line where you have:
return get_the_post_thumbnail( $post_id );
to:
return get_the_post_thumbnail( $post_id, 'thumbnail' );
maybe you can fix this for all the users ?? Love this plugin!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘The plugin loads the full size images instead of the thumbnails’ is closed to new replies.