Is anyone experiencing issues with their website not appearing correctly for Microsoft-Edge users, specifically with images not displaying on a certain page?

Published on
September 22, 2023

Troubleshooting Images not displaying on a certain page in Microsoft Edge

If you are experiencing issues with images not displaying on a certain page in Microsoft Edge, there are a few potential causes and solutions you can try to resolve the problem.

  1. Check Image Links: Make sure that the image links are correctly entered in the HTML code and are pointing to the correct file location. Ensure that the file format (e.g., JPEG, PNG) is supported by all browsers, including Microsoft Edge.

  2. Cross-Origin Resource Sharing (CORS): If the image files are hosted on a different domain or subdomain, you may need to enable Cross-Origin Resource Sharing. Check if CORS headers are properly configured on the server hosting the images. This will allow Microsoft Edge to load the images from a different domain.

  3. Clear Cache: It is possible that Microsoft Edge has cached a previous version of the page without the images. Clear the browser cache and reload the page to see if the issue persists.

  4. Compatibility Mode: Microsoft Edge supports compatibility modes, which can affect how certain websites are rendered. Make sure that the website is not forced into a compatibility mode by adding the appropriate meta tag in the <head> section of your website's HTML code:

<meta http-equiv="X-UA-Compatible" content="IE=edge">
  1. Browser Extensions/Plugins: Disable any browser extensions/plugins that could be interfering with the rendering of images on the page. Some extensions/plugins may block certain content or modify the page's appearance.

  2. Compatibility Testing: Test your website on different versions of Microsoft Edge to identify if the issue is specific to a particular version. You can use a service like BrowserStack or VirtualBox to emulate different versions of Microsoft Edge.

  3. Webflow-specific Issues: If your website is built using Webflow, it is worth checking the Webflow community forum or reaching out to Webflow support to see if there are any known issues or browser-specific workarounds.

If none of the above solutions resolve the issue, it may be necessary to seek further assistance from a developer or the Microsoft Edge support team.


Additional Questions:

  1. How do I optimize images for Microsoft Edge in Webflow?
  2. Can I use custom code to fix image display issues in Microsoft Edge on my Webflow site?
  3. Are there any known Webflow bugs that cause image display issues in Microsoft Edge?