• hi there,
    I write some articles, i upload an image by ( lower) “browse” then “upload” but image is very small in the article, the question is how to post article with simply its normal size by upload ?

Viewing 5 replies - 16 through 20 (of 20 total)
  • Thread Starter kmp

    (@kmp)

    hello moshu, i have wp vers. 2.0.3 in french ??

    I seem to have this same issue with the latest version of WP. I am given the option of using thumbnail or original – however, whichever I use is limited by height tag to the thumbnail size. I have to toggle to html and remove the height tag for the original to show.

    Thread Starter kmp

    (@kmp)

    that’s pretty good to know i’m not the only one in my case ! ha !
    i hope we’ll get a solution cause i have to write tons of articles et not really fun to have to modified each time the tag in html code !!!!

    help guys ! +_+

    To Kmp:

    This problem is caused by a bug in the javascript engin in IE. Try firefox, and you will find the size of your picture will be set correctly.

    Sorry, I made some mistake.

    It is NOT a bug of IE, but a bug of the wordpress program.

    I can give a workaround here:

    Search for the followin line from wp-admin/inline-uploading.php:

    h = h.replace(new RegExp(‘ (class|title|width|height|id|onclick|onmousedown)=([^\'”][^ ]*)( |/|>)’, ‘g’), ‘ $1=”$2″$3’); // Enclose attribs in quotes

    and replace it with this one:

    h = h.replace(new RegExp(‘ (class|title|width|height|id|onclick|onmousedown)=([^\'”][^ ]*)(?=( |/|>))’, ‘g’), ‘ $1=”$2″‘); // Enclose attribs in quotes

Viewing 5 replies - 16 through 20 (of 20 total)
  • The topic ‘very small image in article : how make bigger ?’ is closed to new replies.