Images not displaying on your published Webflow site may be due to a lack of authorization. Follow these steps to troubleshoot and resolve the issue.
1. Check Image File Permissions
- Ensure that the images have been uploaded correctly to Webflow.
- Confirm that the image files do not have any restrictions on permissions that could prevent them from being viewed publicly.
2. Verify Project Hosting Settings
- Go to Project Settings in your Webflow dashboard.
- Navigate to the Hosting tab and ensure that all settings are configured correctly, particularly any custom domain settings that might affect image visibility.
3. Review Image Source URLs
- Make sure the image URLs are correct. They should point to Webflow's CDN or an appropriate public domain.
- Edit your Webflow site’s content to ensure that images are located in the correct folders or links.
4. Examine Custom Code
- Review any custom code (found in the Settings under Custom Code) that could interfere with image loading, such as scripts or styles that hide images.
- Ensure there are no errors in the code affecting the display of images.
5. Check Browser Console for Errors
- Open your site in a browser and inspect the page using developer tools (usually F12 or right-click > Inspect).
- Look for errors related to images in the Console tab that might indicate issues with authorization or file paths.
6. Clear Cache and Cookies
- Clear your browser cache and cookies or try accessing the site in an incognito window to ensure it's not a local cache issue.
7. Consult the Webflow Community or Support
- If the problem persists, check the Webflow forums or contact Webflow Support for additional assistance or to report a bug if you suspect one.
Summary
Ensure image file permissions are set properly, verify hosting settings and URLs, review for custom code issues, and check using the browser console for authorization errors to resolve image display issues on your Webflow site.