diff options
| author | Geo Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2024-11-26 14:32:41 +0200 |
|---|---|---|
| committer | Geo Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2024-11-26 14:32:41 +0200 |
| commit | 8d308fe5f7a83d635ef14e95c8e9abc171f76c7e (patch) | |
| tree | fdd281ef4a5fe365b73cf909607f78dc48def03e /README.md | |
| parent | 943f66c1c60c41c56b8ef0066478b69251f9048f (diff) | |
| download | slidetray-8d308fe5f7a83d635ef14e95c8e9abc171f76c7e.tar.gz slidetray-8d308fe5f7a83d635ef14e95c8e9abc171f76c7e.tar.bz2 slidetray-8d308fe5f7a83d635ef14e95c8e9abc171f76c7e.zip | |
impelement demo with guaranteed aspect-ratio (esm)
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 18 |
1 files changed, 7 insertions, 11 deletions
@@ -95,19 +95,15 @@ let presentation = { ``` +## TODO: -## TODO: check if url is not broken +* guarantee aspect ratio -https://stackoverflow.com/questions/333634/http-head-request-in-javascript-ajax -https://stackoverflow.com/questions/1591401/javascript-jquery-check-broken-links +* check if url is not broken + - https://stackoverflow.com/questions/333634/http-head-request-in-javascript-ajax + - https://stackoverflow.com/questions/1591401/javascript-jquery-check-broken-links - - - -## TODO: custom effects - -brainstorming: - -* https://codepen.io/paralleluniv3rse/pen/yGQjMv
\ No newline at end of file +* custom effects, ex: + - https://codepen.io/paralleluniv3rse/pen/yGQjMv
\ No newline at end of file |
