Hey, for some reason internet explorer resizes my images on some devices.


it should look like this:

also in the footer my fourth column jumps into the next row.

these are the URL´s from the sites:
Any ideas?
Hey, for some reason internet explorer resizes my images on some devices.


it should look like this:

also in the footer my fourth column jumps into the next row.

these are the URL´s from the sites:
Any ideas?
Hi @nikolaus.kemetner,
Thanks for reaching out.
I tried it with image’s size option but no effect since it’s only applied to the image container (on my installation). Please add this CSS to your global custom CSS instead
@media all and (-ms-high-contrast:none) {
.x-image img {
width: 100%;
}
}
Hope this helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.