简体   繁体   中英

No Images are Displaying on IE11, but Display on FF, Chrome, and Edge

I am currently working on a project, built using flex, that currently for whatever reason doesn't display any of the images, minus the logo, on Internet Explorer 11. The images display correctly on Edge, Chrome, and FF. From what I could find there is an ::after and ::before properties on the image tags with a max-width:100%, as soon as I remove the max width property the images appear, but the site alters slightly. Is there any solution to fix the image issue without removing the max-width property from the ::before and ::after?

There was a hidden max-width in the min.css file, I changed that to width instead. This however caused some further editing on the website, but after all the editing everything worked correctly.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM