Site does not appear correctly in internet explorer

The client states the following about the home page:
The Three pictures in the middle of the page are still stretched

The issue occurs only on Internet Explorer 11 on Windows 7. This must be fixed because a large amount of their audience uses Win 7 with IE 11.

Hi @netlover,

Thank you for writing in, to fix this issue please add the following custom CSS to Theme Options > CSS

/*image and card fix on IE*/
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
   .x-face-graphic img,
   .x-image img {
   	width: 100% !important;
   	height: 100% !important;
   }
}

Hope it helps,
Cheers!

Team - are we going to see these types of IE related fixes applied wholistically across updates in the future?

I’m also still receiving client and website visitor feedback about rendering issues with IE 11…

I realise IE 11 is a subpar browser, but it’s still being supported by Microsoft, and it’s relatively popular still among larger corporations stemming from legacy IT agreements with Microsoft, and broader change management issues.

Will we see further compatibility of Pro/X with IE 11??

Thanks
Sam

Hi Sam,

Regretfully moving forward we can’t fully support IE11

There are just a lot of web technologies which have been supported in others for years now that IE11 does not support.
For example CSS3 3D transforms and Flex, that’s also the reason why Microsoft release Microsoft Edge

Please refer to the links below for more information.

Thanks

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