Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #408115

    Hi,

    When browsing the site in IE8 most of the images are stretched vertically. Is it possible to solve this?
    Css img height 100% is not working.

    Cheers,
    Jaap

    #408267

    Hey Jaap!

    Have you tried adding !important rule as following

    img, a img { height: 100%!important\9; }

    Regards,
    Yigit

    #408759

    Hi Yigit,

    I’ve put the code in child theme’s stylesheet but it doesn’t work. Some of the images are correct. Images within post sliders are strechted as images in the sidebar of any article.

    Cheers,
    Jaap

    #409688

    Hey!

    Try to use this instead:

    .avia-msie img, .avia-msie a img { 
    max-width: 100%;
    height: auto;
    width: auto;
    }

    Cheers!
    Ismael

    #411297

    Hi Ismael,

    Doesn’t work unfortunately.

    Cheers,
    Jaap

    #411358

    Hi!

    Please post the login details here. We would like to check it.

    Cheers!
    Ismael

    #416315
    This reply has been marked as private.
    #416814

    Hi!

    The changes are not being applied. This css code still exists:

    img, a img {
      height: 100%!important;
    }

    Please deactivate the cache plugin then test it again.

    Cheers!
    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.