Viewing 1 replies (of 1 total)
  • Thread Starter fususu

    (@fususu)

    I’ve fixed myself by doing a mass replace in the database. Juss add class=”” in the img tag ^^! that’s so strange.

    UPDATE wp_posts SET post_content = REPLACE (
    post_content,
    '<img src=',
    '<img class="" src=');

    Now everything is ok.

Viewing 1 replies (of 1 total)
  • The topic ‘Not work with image that have caption’ is closed to new replies.