Viewing 6 replies - 16 through 21 (of 21 total)
  • Anonymous User 16151069

    (@anonymized-16151069)

    Quick Google dude and this articles comes up:
    https://www.isitwp.com/remove-width-height-attributes-images-posts/

    In the comments someone mentions the below may fix it:

    img {
    max-width:100%;
    height: auto;
    }

    So two things to try here ??

    • This reply was modified 3 years, 11 months ago by Anonymous User 16151069.
    • This reply was modified 3 years, 11 months ago by Anonymous User 16151069.
    Thread Starter acqua

    (@acqua)

    What would be the exact code to use?

    Anonymous User 16151069

    (@anonymized-16151069)

    Hey @acqua,

    Try this: Appearance → CSS Edit → Additional CSS. And just pasted this piece of CSS code below.

    img {
    max-width: 100%;
    height: auto;
    }
    Anonymous User 16151069

    (@anonymized-16151069)

    Hey @acqua,

    Just looking at your site now in Chrome, Safari and FireFox. I can see you have added the CSS I suggested earlier and it’s now working. See my screenshot at the link showing it working in FireFox.

    https://ibb.co/qBgWP7b

    Thread Starter acqua

    (@acqua)

    that’s right! it works! Thank you so much Andrew you rock!

    Anonymous User 16151069

    (@anonymized-16151069)

    Awesome, glad I could help! ??

Viewing 6 replies - 16 through 21 (of 21 total)
  • The topic ‘Logo streched’ is closed to new replies.