diff options
| author | Geo Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2024-11-26 17:01:07 +0200 |
|---|---|---|
| committer | Geo Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2024-11-26 17:01:07 +0200 |
| commit | 5c42b94698eb7be04a492edbda87466804615b79 (patch) | |
| tree | 12201872e9fe1b8dcc146a696fc84c57eb916284 /esm/scripts/presentation.js | |
| parent | 8d308fe5f7a83d635ef14e95c8e9abc171f76c7e (diff) | |
| download | slidetray-master.tar.gz slidetray-master.tar.bz2 slidetray-master.zip | |
rename extention to .mjs for the esm modulesHEADmasterdevelopment
Diffstat (limited to 'esm/scripts/presentation.js')
| -rw-r--r-- | esm/scripts/presentation.js | 70 |
1 files changed, 0 insertions, 70 deletions
diff --git a/esm/scripts/presentation.js b/esm/scripts/presentation.js deleted file mode 100644 index 47f174d..0000000 --- a/esm/scripts/presentation.js +++ /dev/null @@ -1,70 +0,0 @@ -export default { - - name: 'Pitsos', - title: 'Pitsos', - base_url: 'images', - - effect: 'flip', - pagination: 'dynamic', - - css: ` - html, - body { - position: relative; - } - - body { - background-color: rgb(153, 153, 153); - font-family: Helvetica Neue, Helvetica, Arial, sans-serif; - font-size: 14px; - color: #000; - margin: 0; - padding: 0; - display: flex; - height: 100vh; - overflow: hidden; - align-content: center; - align-items: center; - } - - .swiper { - width: 90vw; - height: 50.62vw; - } - - @media (min-aspect-ratio: 3.5/2) { - .swiper { - width: 150vh; - height: 90vh; - } - } - - .swiper-slide { - background-position: center; - background-size: cover; - } - - .swiper-slide img { - display: block; - width: 100%; - } - .swiper-pagination { - margin-top: 50px; - } - - .swiper-pagination-bullet-active { - background: #ed8119; - } - - .swiper-button-prev, .swiper-button-next { - color: #ed8119; - } - `, - slides: [ - { image: '01.jpg' }, - { image: '02.jpg' }, - { image: '03.jpg' }, - { image: '04.jpg' }, - ] - -} |
