You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -160,9 +160,11 @@ The significant keys in the YAML frontmatter are:
160
160
161
161
### Uploading Images to the site
162
162
163
-
To display images in a pop-up modal, use the following syntax: ``.
163
+
To display images in a pop-up modal, use the following syntax: `` or `<img src="" alt="" />`.
164
164
165
-
**Note-> For images to show correctly on subpages, always provide the complete image path**
165
+
**Note:**
166
+
- For images to show correctly on subpages, always provide the complete image path.
167
+
- When using the `<img />` tag, add `data-modal="false"` to prevent the image from opening in a modal e.g. a [logo](https://github.com/layer5io/docs/blob/0bef5a9a05214a9dda10d8a68431e41f5a36676d/layouts/partials/footer.html#L9).
0 commit comments