File tree 1 file changed +9
-1
lines changed
packages/docs/src/content/docs/start-here
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -88,11 +88,19 @@ add `fsPath` (`public/beoe`) to `.gitignore`
88
88
89
89
** Note** : if you deploy to Netlify, do not use path that starts with ` . ` .
90
90
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
+
91
99
## Pros and cons
92
100
93
101
| | ` inline ` | ` data-url ` | ` file ` | ` iframe ` (1) |
94
102
| ------------------------------------------------------- | ------------ | ---------- | ------ | ------------- |
95
- | [ Interactivity] ( /start-here/interactivity/ ) | yes | no | no | yes |
103
+ | [ Interactivity] ( /start-here/interactivity/ ) | yes | no | no | probably yes |
96
104
| [ Can be styled with CSS] ( /start-here/styling-with-css/ ) | yes | no | no | no |
97
105
| CSS conflicts | probably yes | no | no | no |
98
106
| [ ` <img alt="..." > ` ] ( /start-here/accessibility/ ) | no | yes | yes | yes (` title ` ) |
You can’t perform that action at this time.
0 commit comments