Well, to fix this :
In wpthumb.php :
function wpthumb_post_image( $null, $id, $args ) {
$wpsize = $args;
//.....
list( $html_width, $html_height ) = image_constrain_size_for_editor( $html_width, $html_height, $wpsize );
return array( $image_src, $html_width, $html_height, true );
}
Same here on a fresh install
Except this, it’s really a nice plugin ^^
Thread Starter
soju22
(@soju22)
No specific perms since this bug appears only on windows.