Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #230143

    Hello,

    we have a problem to insert pictures in posts. We would like to change the size after the insertion. But whatever we try (changing the size in the html-code or pulling the edge of the picture with the mouse) nothing works. If we save the post look at the website, the size stays the same.

    If we insert a description in the picture it works to chage the size! But we would like to insert the pictures without a description. So what can we do to change the size of the picture in a post? Is this a bug?

    Thanks for your help in advance.

    Regards

    Sandra

    #230430

    Hey tredition!

    It is set to 100% width through css. Please give us a link to the post. If you’re using the Add Media button, there is an “ATTACHMENT DISPLAY SETTINGS” where you can select the size and alignment of the image before you insert it.

    Regards,
    Ismael

    #230515

    Hi Ismael,

    thanks for your reply!

    This ist the link to the post: http://buchtalente.de/treditionwp/6-jahre-taschengeld-auf-focus-online/

    I inserted the pictures as the same way. The only difference is that the first pictures have descriptions and the second ones don’t. The html-code for width=”XX” height=”XX” looks the same but the size of the pictures is not the same.

    Do you have an idea what I can do to scale the pictures without a descriptions down?

    Regards,
    Sandra

    #231447

    Hi!

    It seems like wordpress adds a width styling to the surrounding caption div which is not the case if you insert a simple image link without a caption. Unfortunately we can’t “fix” this inconsistent behavior with the theme code. If you want to limit the width switch to the html mode (then you can add the html code directly) and replace:

    
    <a href="http://buchtalente.de/treditionwp/wp-content/uploads/2014/02/focusonline-e1393335459678.png">
    

    with

    
    <a href="http://buchtalente.de/treditionwp/wp-content/uploads/2014/02/focusonline-e1393335459678.png" style="width: 115px">
    

    Cheers!
    Peter

    #231503

    Hi Peter,

    thanks, that works! The solution is the code for the width. The standard writing is
    width=”490″
    but it has to be
    style=”width: 115px”

    Regards
    Sandra

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Bug size of picture in posts not changeable?’ is closed to new replies.