Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Thameera's avatar

overflow hidden is not working in internet explorer

i gave overflow:hidden for the image viewer but that is ok in chrome and other browsers but not in internet explorer.can you suggest what can i do for that .

0 likes
2 replies
jlrdw's avatar

Have you tested it by adding display:inline

Thameera's avatar

yeah i tried that but it doesn't work for internet explorer /media all/

    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
inline style
{
    display: inline;
}

but this doesnt work auto function is not working it takes the orginal size of the image

Please or to participate in this conversation.