Skip to content

Commit 66509e1

Browse files
committed
new idea
1 parent 9f05b53 commit 66509e1

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

packages/docs/src/content/docs/start-here/strategy.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,19 @@ add `fsPath` (`public/beoe`) to `.gitignore`
8888

8989
**Note**: if you deploy to Netlify, do not use path that starts with `.`.
9090

91+
**Note**:
92+
93+
- there is also `allowfullscreen`, `loading=lazy`, `role=img`
94+
- I wonder if there will be issues with fitting image or if it would allow navigation of top frame
95+
- `target=_top` + `allow-top-navigation`
96+
- link preview won't work
97+
- maybe there will be issues with `@beoe/pan-zoom`
98+
9199
## Pros and cons
92100

93101
| | `inline` | `data-url` | `file` | `iframe` (1) |
94102
| ------------------------------------------------------- | ------------ | ---------- | ------ | ------------- |
95-
| [Interactivity](/start-here/interactivity/) | yes | no | no | yes |
103+
| [Interactivity](/start-here/interactivity/) | yes | no | no | probably yes |
96104
| [Can be styled with CSS](/start-here/styling-with-css/) | yes | no | no | no |
97105
| CSS conflicts | probably yes | no | no | no |
98106
| [`<img alt="..." >`](/start-here/accessibility/) | no | yes | yes | yes (`title`) |

0 commit comments

Comments
 (0)