Skip to content

Commit 6f0c8f8

Browse files
committed
Clarify guidelines for media asset URLs in README documentation
1 parent 3a0b979 commit 6f0c8f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_mydocs/contribute/readme-guidelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The `README.md` file with your library will be displayed alongside your library
1616
- **Keep the structure simple and organized**. Use clear headings, bullet points, and logical sections for easy reading.
1717
- **External links** are permitted only if they are safe and trustworthy. All links will be verified using Google Safe Browsing (https://transparencyreport.google.com/safe-browsing/search).
1818
- **Do not** include images that **imitate**, replicate, or closely resemble **UI elements** from the DAX Lib website.
19-
- **Do not embed images** or assets as Base64. **Use standard URLs** to reference all media assets.
19+
- **Use publicly accessible and stable external URLs** for all media assets. Assets URLs must not point to images or assets included within the library package, as this is not supported. **Do not embed** images or assets as **Base64**.
2020
- Image **aspect ratio must be preserved**. Prefer specifying only the `width` attribute so the height scales automatically.
2121
- **Large images** should be **optimized** to maintain reasonable performance.
2222
- **Do not wrap images in links**. Images must not be clickable or redirect users.

0 commit comments

Comments
 (0)