Size of photo en Explorer

Hello,

Hope you can give advice, I use x-pro. The size of a photo is not correctly when viewed in Explorer.
I can give the url in the next message.

Thank you, Astrid

Hello Astrid,

Yes, kindly provide the URL of the site in question so that we can check it.

Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.

Hi @lumijans,

Thanks for reaching out.

Please add this CSS to Theme Options > CSS

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.x-image {
           width: 100%;
        }
}

Hope this helps.