• Resolved Hekwos

    (@hekwos)


    This is only for this post: https://www.hekwos.no/2020/03/15/das-selbstgebaute-naturhaus/

    The first picture at the top has the true size 620 x 434. In the settings I have given it full size displayment and I have set the size to be 620 x 434. But the post gives it a lesser size, more narrow than the text.

    The same is the case for picture number six (Küchenzeile) with real size 620 x 412.

    How can I give these pictures the right size, their true width of 620?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Are you seeing this in Chrome? I think it is just an issue with how the default styles are being applied to those certain images. Looking at those images in particular, they don’t have the is-resized class being applied to them.

    For a fix, you could try something like the following in Appearance->Customize->Additional CSS

    .single .post figure:not(.is-resized) {
    	margin-left: 0px;
    	margin-right: 0px;
    }
    Thread Starter Hekwos

    (@hekwos)

    It worked!

    Thank you for the help!

    I am using the web browser Opera.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Image width not working’ is closed to new replies.