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 /esm/index.html | |
| 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 'esm/index.html')
| -rw-r--r-- | esm/index.html | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/esm/index.html b/esm/index.html index 5d10980..08791eb 100644 --- a/esm/index.html +++ b/esm/index.html @@ -9,14 +9,7 @@ <body> <div class="swiper slidetray"> - <div class="swiper-wrapper"></div> - - <!-- - <div class="swiper-button-next"></div> - <div class="swiper-button-prev"></div> - <div class="swiper-pagination"></div> - --> - + <div class="swiper-wrapper"></div> </div> </body> |
