Missing Images in Demos & Tutorials/Further Readings

Bug Description
The Demos & Tutorials and Further Readings sections on https://www.arcblock.io/content/collections/en/verifiable-credential do not display images, leaving users without visual guidance or context for the content.
Steps to Reproduce
- Navigate to https://www.arcblock.io/content/collections/en/verifiable-credential
- Scroll to the Demos & Tutorials or Further Readings sections.
- Observe that no images are displayed in these sections.
Thoughts
Here’s a structured bug report for the "Missing Images in Demos & Tutorials/Further Readings" issue on https://community.arcblock.io. This template includes impact analysis, fix suggestions, and compliance considerations:
Bug Description
The Demos & Tutorials and Further Readings sections on https://community.arcblock.io do not display images, leaving users without visual guidance or context for the content.
Steps to Reproduce
- Navigate to https://community.arcblock.io.
- Scroll to the Demos & Tutorials or Further Readings sections.
- Observe that no images are displayed in these sections.
Expected Behavior
- Images should be displayed to provide visual context for tutorials and resources.
Actual Behavior
- Images are missing or broken in the Demos & Tutorials and Further Readings sections.
Severity Classification
Severity: Medium
- Impacts user experience and accessibility of educational content.
- May indicate broken image paths or missing assets.
Suggested Fix
Frontend Fix
- Verify Image Paths:
- Check if image URLs are correct and files exist on the server.
- Use browser developer tools to inspect broken image paths.
- Example Fix (HTML): html
javascript <!-- Corrected Image Path --> <img src="/images/tutorial.png" alt="Tutorial Image"> - CMS Fix:
- Ensure the content management system (e.g., Markdown, CMS) includes valid image paths.
1 条回复
你好,感谢反馈,缺失的封面已更新。