• Resolved jdcarvalho2

    (@jdcarvalho2)


    Hi all!

    After some update (I don’t know when), all images we add in all articles got distorted … It’s seems that same code is forcing the same vertical height with all images.

    Does someone knows how to fix this?

    Thanks in advance!

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author BasePress

    (@codesavory)

    Hi @jdcarvalho2,

    BasePress themes don’t style the images which instead inherit the styles from your WordPress theme.
    That said if you add the following CSS to your styles.css you should get the correct images size:

    .wp-block-media-text__media img,
    .wp-block-media-text__media video{
    height: auto;
    }

    I hope this helps!

    Thread Starter jdcarvalho2

    (@jdcarvalho2)

    Hi @codesavory , many many thanks! It works!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Distorted images!’ is closed to new replies.