j1-template 2024.3.15 → 2024.3.17
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/assets/data/amplitude.html +139 -68
- data/assets/data/banner.html +1 -1
- data/assets/data/cookieconsent.html +1 -1
- data/assets/data/docsearch.html +1 -1
- data/assets/data/fab.html +1 -1
- data/assets/data/footer.html +1 -1
- data/assets/data/galeries.html +1 -1
- data/assets/data/gallery_customizer.html +1 -1
- data/assets/data/gemini-ui.html +1 -1
- data/assets/data/iframes.html +1 -1
- data/assets/data/masonry.html +1 -1
- data/assets/data/masterslider.html +1 -1
- data/assets/data/menu.html +1 -1
- data/assets/data/mmenu.html +1 -1
- data/assets/data/mmenu_sidebar.html +1 -1
- data/assets/data/mmenu_toc.html +1 -1
- data/assets/data/panel.html +5 -4
- data/assets/data/quicklinks.html +1 -1
- data/assets/data/rtext_resizer.html +1 -1
- data/assets/data/slick.html +1 -1
- data/assets/data/speak2me.html +1 -1
- data/assets/data/swiper.html +313 -0
- data/assets/theme/j1/adapter/js/amplitude.30.js +1177 -0
- data/assets/theme/j1/adapter/js/amplitude.js +241 -191
- data/assets/theme/j1/adapter/js/j1.js +3 -3
- data/assets/theme/j1/adapter/js/masonry.js +2 -2
- data/assets/theme/j1/adapter/js/masterslider.js +2 -1
- data/assets/theme/j1/adapter/js/swiper.js +231 -0
- data/assets/theme/j1/adapter/js/videojs.js +212 -0
- data/assets/theme/j1/core/css/themes/unolight/bootstrap.css +7 -4
- data/assets/theme/j1/core/css/themes/unolight/bootstrap.css.map +1 -1
- data/assets/theme/j1/core/css/themes/unolight/bootstrap.min.css +1 -1
- data/assets/theme/j1/core/css/themes/unolight/bootstrap.min.css.map +1 -1
- data/assets/theme/j1/core/js/template.js +4 -0
- data/assets/theme/j1/core/js/template.min.js +2 -2
- data/assets/theme/j1/core/js/template.min.js.map +1 -1
- data/assets/theme/j1/modules/amplitudejs/css/theme/uno/dark/amplitude.css +94 -4
- data/assets/theme/j1/modules/amplitudejs/css/theme/uno/dark/amplitude.min.css +1 -1
- data/assets/theme/j1/modules/amplitudejs/css/theme/uno/dark/player/compact.css +3 -2
- data/assets/theme/j1/modules/amplitudejs/css/theme/uno/dark/player/compact.min.css +1 -1
- data/assets/theme/j1/modules/amplitudejs/css/theme/uno/dark/player/large.css +72 -10
- data/assets/theme/j1/modules/amplitudejs/css/theme/uno/dark/player/large.min.css +2 -1
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/artist.svg +78 -0
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/mute.svg +52 -20
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/next.svg +20 -39
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/now-playing.svg +24 -38
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/playlist-hide.svg +85 -0
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/playlist-music.svg +85 -0
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/playlist-show.svg +85 -0
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/playlist.svg +85 -0
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/previous.svg +18 -37
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/skip-backward.svg +33 -30
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/skip-forward.svg +33 -29
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/small/next.svg +55 -14
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/small/previous.svg +56 -14
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/volume.svg +38 -21
- data/assets/theme/j1/modules/amplitudejs/js/amplitude.map +20 -20
- data/assets/theme/j1/modules/amplitudejs/js/tech/ytp.15.js +1594 -0
- data/assets/theme/j1/modules/amplitudejs/js/tech/ytp.js +1617 -89
- data/assets/theme/j1/modules/amplitudejs/js/visualizations/bar.js +1 -1
- data/assets/theme/j1/modules/amplitudejs/js/visualizations/circular-equalizer.js +31 -1
- data/assets/theme/j1/modules/amplitudejs/js/visualizations/frequency-analyzer.js +1 -1
- data/assets/theme/j1/modules/amplitudejs/js/visualizations/michael-bromley.js +1 -1
- data/assets/theme/j1/modules/amplitudejs/js/visualizations/template.js +1 -1
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-video.js +206 -122
- data/assets/theme/j1/modules/photoswipe/.version_5.4.4 +6 -0
- data/assets/theme/j1/modules/photoswipe/LICENSE +21 -0
- data/assets/theme/j1/modules/photoswipe/README.md +32 -0
- data/assets/theme/j1/modules/photoswipe/css/org/photoswipe-dynamic-caption-plugin.umd.min.js +5 -0
- data/assets/theme/j1/modules/photoswipe/css/org/photoswipe.css +420 -0
- data/assets/theme/j1/modules/photoswipe/css/photoswipe-caption-plugin.css +67 -0
- data/assets/theme/j1/modules/photoswipe/css/photoswipe-caption-plugin.min.css +16 -0
- data/assets/theme/j1/modules/photoswipe/css/photoswipe.css +376 -0
- data/assets/theme/j1/modules/photoswipe/css/photoswipe.min.css +17 -0
- data/assets/theme/j1/modules/photoswipe/css/scss/photoswipe.scss +427 -0
- data/assets/theme/j1/modules/photoswipe/example/photoswipe-caption-plugin.html +237 -0
- data/assets/theme/j1/modules/photoswipe/example/test-gallery.html +36 -0
- data/assets/theme/j1/modules/photoswipe/js/README.md +43 -0
- data/assets/theme/j1/modules/photoswipe/js/photoswipe-caption-plugin.min.js +5 -0
- data/assets/theme/j1/modules/photoswipe/js/photoswipe-core.min.js +18 -0
- data/assets/theme/j1/modules/photoswipe/js/photoswipe-lightbox.min.js +18 -0
- data/assets/theme/j1/modules/swiper/.version_1.2.0 +15 -0
- data/assets/theme/j1/modules/swiper/LICENSE +20 -0
- data/assets/theme/j1/modules/swiper/README.md +95 -0
- data/assets/theme/j1/modules/swiper/css/swiper-bundle.css +740 -0
- data/assets/theme/j1/modules/swiper/css/swiper-bundle.min..css +17 -0
- data/assets/theme/j1/modules/swiper/css/theme/uno.css +249 -0
- data/assets/theme/j1/modules/swiper/css/theme/uno.min.css +154 -0
- data/assets/theme/j1/modules/swiper/js/swiper-bundle.js +9785 -0
- data/assets/theme/j1/modules/swiper/js/swiper-bundle.min.js +17 -0
- data/assets/theme/j1/modules/swiper/swiperjs.com-demos.url +2 -0
- data/assets/theme/j1/modules/videojs/assets/icons/custom-icons/next.svg +82 -0
- data/assets/theme/j1/modules/videojs/css/font/README.md +151 -0
- data/assets/theme/j1/modules/videojs/css/font/VideoJS.svg +150 -0
- data/assets/theme/j1/modules/videojs/css/font/video-js-cdn.css +2012 -0
- data/assets/theme/j1/modules/videojs/css/plugins/controls/skipbuttons.0.css +32 -0
- data/assets/theme/j1/modules/videojs/css/plugins/controls/skipbuttons.1.css +31 -0
- data/assets/theme/j1/modules/videojs/css/plugins/controls/skipbuttons.css +31 -0
- data/assets/theme/j1/modules/videojs/css/plugins/controls/skipbuttons.min.css +21 -0
- data/assets/theme/j1/modules/videojs/css/themes/uno.css +14 -3
- data/assets/theme/j1/modules/videojs/css/themes/uno.min.css +1 -1
- data/assets/theme/j1/modules/videojs/css/videojs.css +1 -0
- data/assets/theme/j1/modules/videojs/js/plugins/controls/autocaption/LICENSE +13 -0
- data/assets/theme/j1/modules/videojs/js/plugins/controls/autocaption/README.md +75 -0
- data/assets/theme/j1/modules/videojs/js/plugins/controls/autocaption/autocaption.js +149 -0
- data/assets/theme/j1/modules/videojs/js/plugins/controls/autocaption/autocaption.min.js +21 -0
- data/assets/theme/j1/modules/videojs/js/plugins/controls/hotkeys/README.md +76 -30
- data/assets/theme/j1/modules/videojs/js/plugins/controls/hotkeys/hotkeys.js +64 -53
- data/assets/theme/j1/modules/videojs/js/plugins/controls/hotkeys/hotkeys.min.js +1 -1
- data/assets/theme/j1/modules/videojs/js/plugins/controls/skipbuttons/README.md +133 -0
- data/assets/theme/j1/modules/videojs/js/plugins/controls/skipbuttons/skipbuttons.js +137 -0
- data/assets/theme/j1/modules/videojs/js/plugins/controls/skipbuttons/skipbuttons.min.js +21 -0
- data/assets/theme/j1/modules/videojs/js/plugins/controls/zoom/zoom.js +15 -12
- data/assets/theme/j1/modules/videojs/js/plugins/players/yt/youtube.js +43 -16
- data/lib/j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/3.3/fastfilereaderext.so +0 -0
- data/lib/j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/3.3/rubyeventmachine.so +0 -0
- data/lib/j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/3.4/fastfilereaderext.so +0 -0
- data/lib/j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/3.4/rubyeventmachine.so +0 -0
- data/lib/j1/version.rb +1 -1
- data/lib/j1_app/j1_auth_manager/config.rb +0 -4
- data/lib/starter_web/Gemfile +45 -22
- data/lib/starter_web/README.md +5 -5
- data/lib/starter_web/_config.yml +4 -6
- data/lib/starter_web/_data/modules/amplitude.yml +308 -363
- data/lib/starter_web/_data/modules/defaults/amplitude.yml +60 -35
- data/lib/starter_web/_data/modules/defaults/gallery.yml +42 -0
- data/lib/starter_web/_data/modules/defaults/slick.yml +1 -1
- data/lib/starter_web/_data/modules/defaults/swiper.yml +515 -0
- data/lib/starter_web/_data/modules/defaults/videojs.yml +107 -0
- data/lib/starter_web/_data/modules/gallery.yml +30 -14
- data/lib/starter_web/_data/modules/masonry.yml +15 -0
- data/lib/starter_web/_data/modules/swiper.yml +227 -0
- data/lib/starter_web/_data/modules/videojs.yml +57 -0
- data/lib/starter_web/_data/resources.yml +50 -16
- data/lib/starter_web/_data/templates/feed.xml +1 -1
- data/lib/starter_web/_includes/tables/jekyll_variables.asciidoc +1 -0
- data/lib/starter_web/_plugins/asciidoctor/amplitude-block.rb +1 -0
- data/lib/starter_web/_plugins/asciidoctor/dailymotion-block.rb +4 -1
- data/lib/starter_web/_plugins/asciidoctor/videojs-block.rb +141 -24
- data/lib/starter_web/_plugins/asciidoctor/vimeo-block.rb +4 -1
- data/lib/starter_web/_plugins/asciidoctor/wistia-block.rb +313 -0
- data/lib/starter_web/_plugins/asciidoctor/youtube-block.rb +192 -17
- data/lib/starter_web/_plugins/index/lunr.rb +1 -1
- data/lib/starter_web/assets/video/poster/youtube/faelle_des_bnd/der_unverzichtbare_feind.jpg +0 -0
- data/lib/starter_web/assets/video/poster/youtube/faelle_des_bnd/ein_diener_vieler_herren.jpg +0 -0
- data/lib/starter_web/assets/video/poster/youtube/the_piano/the-piano.jpg +0 -0
- data/lib/starter_web/package.json +1 -1
- data/lib/starter_web/pages/public/_includes/attributes.asciidoc +45 -0
- data/lib/starter_web/pages/public/_includes/documents/photoswipe/200_photoswipe_parameters.asciidoc +510 -0
- data/lib/starter_web/pages/public/_includes/documents/photoswipe/210_photoswipe_lightbox_parameters.asciidoc +98 -0
- data/lib/starter_web/pages/public/_includes/documents/photoswipe/300_caption_plugin_for_photoSwipe.asciidoc +327 -0
- data/lib/starter_web/pages/public/_includes/documents/swiper/100_swiper_features.asciidoc +50 -0
- data/lib/starter_web/pages/public/_includes/documents/swiper/100_swiper_html_layout.asciidoc +122 -0
- data/lib/starter_web/pages/public/_includes/documents/swiper/100_swiper_initialization.asciidoc +53 -0
- data/lib/starter_web/pages/public/_includes/documents/swiper/110_swiper_common_options.asciidoc +43 -0
- data/lib/starter_web/pages/public/_includes/documents/swiper/200_swiper_parameters_a_k.asciidoc +994 -0
- data/lib/starter_web/pages/public/_includes/documents/swiper/200_swiper_parameters_l_o.asciidoc +473 -0
- data/lib/starter_web/pages/public/_includes/documents/swiper/200_swiper_parameters_p_s.asciidoc +700 -0
- data/lib/starter_web/pages/public/_includes/documents/swiper/200_swiper_parameters_t_z.asciidoc +413 -0
- data/lib/starter_web/pages/public/_includes/documents/swiper/300_swiper_instance_properties.asciidoc +873 -0
- data/lib/starter_web/pages/public/_includes/documents/swiper/400_swiper_modules.asciidoc +2514 -0
- data/lib/starter_web/pages/public/_includes/documents/swiper/500_swiper_methods.asciidoc +989 -0
- data/lib/starter_web/pages/public/_includes/documents/swiper/600_swiper_events.asciidoc +1534 -0
- data/lib/starter_web/pages/public/amplitude_yt_tester.adoc +89 -62
- data/lib/starter_web/pages/public/manuals/integrations/amplitudejs/amplitudejs-api.adoc +1 -1
- data/lib/starter_web/pages/public/manuals/integrations/videojs/youtube-api.adoc +1638 -0
- data/lib/starter_web/pages/public/photoswipe_api.adoc +150 -0
- data/lib/starter_web/pages/public/swiper_api.adoc +128 -0
- data/lib/starter_web/pages/public/swiper_tester.adoc +973 -0
- data/lib/starter_web/pages/public/tools/previewer/preview_bootstrap_theme.adoc +5 -6
- data/lib/starter_web/pages/public/tools/previewer/preview_videojs.adoc +203 -0
- data/lib/starter_web/pages/{tour → public/tour}/modal_extentions.adoc +12 -5
- data/lib/starter_web/pages/{tour → public/tour}/play_audio.adoc +63 -15
- data/lib/starter_web/pages/{tour → public/tour}/play_video.adoc +79 -40
- data/lib/starter_web/pages/{tour → public/tour}/present_images.adoc +5 -5
- metadata +114 -41
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/_pause.svg +0 -19
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/_play.svg +0 -18
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/show-playlist.svg +0 -15
- data/assets/theme/j1/modules/jqueryScrollbar/LICENSE +0 -20
- data/assets/theme/j1/modules/jqueryScrollbar/README.md +0 -28
- data/assets/theme/j1/modules/jqueryScrollbar/css/scrollbar.css +0 -939
- data/assets/theme/j1/modules/jqueryScrollbar/css/scrollbar.min.css +0 -20
- data/assets/theme/j1/modules/jqueryScrollbar/js/scrollbar.js +0 -851
- data/assets/theme/j1/modules/jqueryScrollbar/js/scrollbar.min.js +0 -36
- data/assets/theme/j1/modules/jqueryScrollbar/sass/scrollbar.scss +0 -806
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-video.0.js +0 -794
- /data/lib/starter_web/pages/{tour → public/tour}/_includes/attributes.asciidoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/100_gistblock.asciidoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/410_bottom_info.asciidoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/410_bottom_left_warning.asciidoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/410_bottom_right_danger.asciidoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/410_central_success.asciidoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/410_full_height_left_info.asciidoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/410_full_height_right_success.asciidoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/410_table_bs_modal_examples.asciidoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/410_top_info.asciidoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/410_top_left_info.asciidoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/410_top_right_success.asciidoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/419_advanced_modals_demo.asciidoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/tables/bs_modal_examples.asciidoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/themes_bootstrap.asciidoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/themes_rouge.asciidoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/asciidoc_extensions.adoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/bootstrap_themes.adoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/highlghter_rouge.adoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/icon_fonts.adoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/quicksearch.adoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/responsive_tables.adoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/typography.adoc +0 -0
@@ -0,0 +1,150 @@
|
|
1
|
+
---
|
2
|
+
title: PhotoSwipe
|
3
|
+
title_extention: Application Interface
|
4
|
+
tagline: Application Interface
|
5
|
+
|
6
|
+
date: 2025-01-17
|
7
|
+
#last_modified: 2025-01-01
|
8
|
+
|
9
|
+
description: >
|
10
|
+
PhotoSwipe is a popular JavaScript image gallery library well-suited
|
11
|
+
for desktops browsers and apps on mobile devices with touchscreens. PhotoSwipe provides a smooth and engaging way to showcase images on the web, especially on mobile devices.
|
12
|
+
keywords: >
|
13
|
+
open source, free, template, jekyll, jekyllone, web,
|
14
|
+
sites, static, jamstack, bootstrap,
|
15
|
+
html, html5, slider, photoswipe
|
16
|
+
|
17
|
+
categories: [ Manuals ]
|
18
|
+
tags: [ Module, Photoswipe ]
|
19
|
+
|
20
|
+
image:
|
21
|
+
path: /assets/image/modules/attics/markus-spiske-1920x1280.jpg
|
22
|
+
width: 1920
|
23
|
+
height: 1280
|
24
|
+
|
25
|
+
attic: false
|
26
|
+
regenerate: true
|
27
|
+
personalization: true
|
28
|
+
permalink: /pages/public/photoswipe_api/
|
29
|
+
|
30
|
+
resources: [ photoswipe ]
|
31
|
+
resource_options:
|
32
|
+
- toccer:
|
33
|
+
collapseDepth: 3
|
34
|
+
- attic:
|
35
|
+
slides:
|
36
|
+
- url: /assets/image/modules/attics/markus-spiske-1920x1280.jpg
|
37
|
+
alt: PhotoSwipe API
|
38
|
+
---
|
39
|
+
|
40
|
+
// Page Initializer
|
41
|
+
// =============================================================================
|
42
|
+
// Enable the Liquid Preprocessor
|
43
|
+
:page-liquid:
|
44
|
+
|
45
|
+
// Attribute settings for page content control (e.g includes)
|
46
|
+
//
|
47
|
+
:documentdir: _includes/documents
|
48
|
+
|
49
|
+
// Attribute settings for section control
|
50
|
+
//
|
51
|
+
:photoswipe-options: /pages/public/photoswipe_api/#photoswipe-options
|
52
|
+
|
53
|
+
// Load Liquid procedures
|
54
|
+
// -----------------------------------------------------------------------------
|
55
|
+
{% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
|
56
|
+
|
57
|
+
// Load page attributes
|
58
|
+
// -----------------------------------------------------------------------------
|
59
|
+
{% include {{load_attributes}} scope="all" %}
|
60
|
+
|
61
|
+
|
62
|
+
// Page content
|
63
|
+
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
64
|
+
// See: https://photoswipe.com/getting-started
|
65
|
+
|
66
|
+
[role="dropcap"]
|
67
|
+
PhotoSwipe is a popular JavaScript image gallery library well-suited for
|
68
|
+
desktops browsers and apps on mobile devices with touchscreens. PhotoSwipe
|
69
|
+
provides a smooth and engaging way to showcase images on the web, especially
|
70
|
+
on mobile devices. Here's a breakdown of its key functionalities.
|
71
|
+
|
72
|
+
Displays images in a lightbox::
|
73
|
+
When you click on an image, it overlays the current page with a zoomed-in
|
74
|
+
view of the image. Easily zoom in and out of images and pan around them.
|
75
|
+
View images in full-screen for an immersive experience
|
76
|
+
|
77
|
+
Supports galleries::
|
78
|
+
You can link multiple images together, allowing users to easily browse
|
79
|
+
through a collection.
|
80
|
+
|
81
|
+
Touch-friendly::
|
82
|
+
Designed with intuitive touch gestures for navigation (swiping, pinching, etc.).
|
83
|
+
Supports touch gestures like swiping, pinching, and dragging.
|
84
|
+
|
85
|
+
Responsive::
|
86
|
+
Adapts to different screen sizes and orientations.
|
87
|
+
|
88
|
+
Customizable::
|
89
|
+
Offers various options for customization, such as themes, transitions, and
|
90
|
+
social sharing features.
|
91
|
+
|
92
|
+
Keyboard Navigation::
|
93
|
+
Navigate through images using keyboard shortcuts.
|
94
|
+
|
95
|
+
Social Sharing::
|
96
|
+
Easily share images on social media platforms.
|
97
|
+
|
98
|
+
PhotoSwipe comes with a rich https://photoswipe.com/getting-startedi[API, {browser-window--new}].
|
99
|
+
The programming interface allows developers to create individual user
|
100
|
+
interfaces (UI) for pagination, navigation and more. Find large number of
|
101
|
+
complex examples on the pages of the
|
102
|
+
https://uiinitiative.com/[UI Initiative project, {browser-window--new}].
|
103
|
+
|
104
|
+
The rich API makes PhotoSwipe an excellent choice for *web developers*, not least
|
105
|
+
for template systems like J1 Template. In the current version of the J1 template
|
106
|
+
(version 2025.x), PhotoSwipe is the *default slider* and *replaces* the *previously*
|
107
|
+
used *carousels* _Owl Carousel_, _Slickslider_, and _Masterslider_ by their
|
108
|
+
implementations based on _PhotoSwipeJS_.
|
109
|
+
|
110
|
+
[NOTE]
|
111
|
+
====
|
112
|
+
The https://photoswipe.com/getting-startedi[PhotoSwipe API documentation, {browser-window--new}]
|
113
|
+
pages are based on version *v11.2.1* for the current J1 template version 2025.x.
|
114
|
+
The idea of providing this documentation is *not* to simply copy the original
|
115
|
+
pages as duplicates. For better readability and usability, all pages are
|
116
|
+
restructured and enhanced by code examples or improved description texts.
|
117
|
+
|
118
|
+
The documentation pages for the J1 Template project will be used for the
|
119
|
+
**AI**-based **chat client** (*planned* for 4th quarter of 2025). The agent
|
120
|
+
will be trained by all available documentation pages of the Template system
|
121
|
+
to give users an easy-to-use source for using the J1 Template to create
|
122
|
+
websites for their needs.
|
123
|
+
|
124
|
+
All previously used slider *resources* are available in version 2025.x for
|
125
|
+
*backward compatibility* but are no longer used for the example
|
126
|
+
pages of the *built-in web*.
|
127
|
+
====
|
128
|
+
|
129
|
+
// Include sub-documents
|
130
|
+
// -----------------------------------------------------------------------------
|
131
|
+
|
132
|
+
// include::{documentdir}/100_swiper_html_layout.asciidoc[]
|
133
|
+
// include::{documentdir}/100_swiper_initialization.asciidoc[]
|
134
|
+
|
135
|
+
include::{documentdir}/photoswipe/200_photoswipe_parameters.asciidoc[]
|
136
|
+
include::{documentdir}/photoswipe/210_photoswipe_lightbox_parameters.asciidoc[]
|
137
|
+
|
138
|
+
// include::{documentdir}/200_swiper_parameters_l_o.asciidoc[]
|
139
|
+
// include::{documentdir}/200_swiper_parameters_p_s.asciidoc[]
|
140
|
+
// include::{documentdir}/200_swiper_parameters_t_z.asciidoc[]
|
141
|
+
|
142
|
+
// include::{documentdir}/300_swiper_instance_properties.asciidoc[]
|
143
|
+
|
144
|
+
include::{documentdir}/photoswipe/300_caption_plugin_for_photoSwipe.asciidoc[]
|
145
|
+
// include::{documentdir}/400_swiper_modules.asciidoc[]
|
146
|
+
|
147
|
+
// include::{documentdir}/500_swiper_methods.asciidoc[]
|
148
|
+
|
149
|
+
// include::{documentdir}/600_swiper_events.asciidoc[]
|
150
|
+
|
@@ -0,0 +1,128 @@
|
|
1
|
+
---
|
2
|
+
title: SwiperJS
|
3
|
+
title_extention: Application Interface
|
4
|
+
tagline: Application Interface
|
5
|
+
|
6
|
+
date: 2025-01-07
|
7
|
+
#last_modified: 2025-01-01
|
8
|
+
|
9
|
+
description: >
|
10
|
+
Swiper comes with a very rich API. It allows
|
11
|
+
creating your own pagination, navigation buttons,
|
12
|
+
parallax effects and many more.
|
13
|
+
|
14
|
+
keywords: >
|
15
|
+
open source, free, template, jekyll, jekyllone, web,
|
16
|
+
sites, static, jamstack, bootstrap,
|
17
|
+
html, html5, slider, swiper
|
18
|
+
|
19
|
+
categories: [ Roundtrip ]
|
20
|
+
tags: [ Module, Swiper ]
|
21
|
+
|
22
|
+
image:
|
23
|
+
path: /assets/image/modules/attics/markus-spiske-1920x1280.jpg
|
24
|
+
width: 1920
|
25
|
+
height: 1280
|
26
|
+
|
27
|
+
attic: false
|
28
|
+
regenerate: true
|
29
|
+
personalization: true
|
30
|
+
permalink: /pages/public/swiper_api/
|
31
|
+
|
32
|
+
resources: [ swiper ]
|
33
|
+
resource_options:
|
34
|
+
- toccer:
|
35
|
+
collapseDepth: 2
|
36
|
+
- attic:
|
37
|
+
slides:
|
38
|
+
- url: /assets/image/modules/attics/markus-spiske-1920x1280.jpg
|
39
|
+
alt: Swiper API
|
40
|
+
---
|
41
|
+
|
42
|
+
// Page Initializer
|
43
|
+
// =============================================================================
|
44
|
+
// Enable the Liquid Preprocessor
|
45
|
+
:page-liquid:
|
46
|
+
|
47
|
+
// Attribute settings for page content control (e.g includes)
|
48
|
+
//
|
49
|
+
:documentdir: _includes/documents
|
50
|
+
|
51
|
+
// Attribute settings for section control
|
52
|
+
//
|
53
|
+
:swiper--features: false
|
54
|
+
:swiper--global-options: true
|
55
|
+
:swiper-modules: /pages/public/swiper_api/#swiper-modules
|
56
|
+
:swiper-modules--a11y: /pages/public/swiper_api/#swiper-modules-a11y
|
57
|
+
|
58
|
+
// Load Liquid procedures
|
59
|
+
// -----------------------------------------------------------------------------
|
60
|
+
{% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
|
61
|
+
|
62
|
+
// Load page attributes
|
63
|
+
// -----------------------------------------------------------------------------
|
64
|
+
{% include {{load_attributes}} scope="all" %}
|
65
|
+
|
66
|
+
|
67
|
+
// Page content
|
68
|
+
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
69
|
+
// See: https://swiperjs.com/swiper-api
|
70
|
+
|
71
|
+
[role="dropcap"]
|
72
|
+
Swiper is a free, modern touch slider with hardware-accelerated transitions.
|
73
|
+
The slider is intended for desktop websites, mobile (web) apps, and native or
|
74
|
+
hybrid mobile environments.
|
75
|
+
|
76
|
+
Swiper comes with a rich https://swiperjs.com/swiper-api[API, {browser-window--new}].
|
77
|
+
The programming interface allows developers to create individual user
|
78
|
+
interfaces (UI) for pagination, navigation and more. Find large number of
|
79
|
+
complex examples on the pages of the
|
80
|
+
https://uiinitiative.com/[UI Initiative project, {browser-window--new}].
|
81
|
+
|
82
|
+
The rich API makes Swiper an excellent choice for *web developers*, not least
|
83
|
+
for template systems like J1 Template. In the current version of the J1 template
|
84
|
+
(version 2025.x), Swiper is the *default slider* and *replaces* the *previously*
|
85
|
+
used *carousels* _Owl Carousel_, _Slickslider_, and _Masterslider_ by their
|
86
|
+
implementations based on _SwiperJS_.
|
87
|
+
|
88
|
+
[NOTE]
|
89
|
+
====
|
90
|
+
The https://swiperjs.com/swiper-api[Swiper API documentation, {browser-window--new}]
|
91
|
+
pages are based on version *v11.2.1* for the current J1 template version 2025.x.
|
92
|
+
The idea of providing this documentation is *not* to simply copy the original
|
93
|
+
pages as duplicates. For better readability and usability, all pages are
|
94
|
+
restructured and enhanced by code examples or improved description texts.
|
95
|
+
|
96
|
+
The documentation pages for the J1 Template project will be used for the
|
97
|
+
**AI**-based **chat client** (*planned* for 4th quarter of 2025). The agent
|
98
|
+
will be trained by all available documentation pages of the Template system
|
99
|
+
to give users an easy-to-use source for using the J1 Template to create
|
100
|
+
websites for their needs.
|
101
|
+
|
102
|
+
All previously used slider *resources* are available in version 2025.x for
|
103
|
+
*backward compatibility* but are no longer used for the example
|
104
|
+
pages of the *built-in web*.
|
105
|
+
====
|
106
|
+
|
107
|
+
|
108
|
+
// Include sub-documents
|
109
|
+
// -----------------------------------------------------------------------------
|
110
|
+
include::{documentdir}/swiper/100_swiper_features.asciidoc[]
|
111
|
+
|
112
|
+
include::{documentdir}/swiper/100_swiper_html_layout.asciidoc[]
|
113
|
+
include::{documentdir}/swiper/100_swiper_initialization.asciidoc[]
|
114
|
+
|
115
|
+
include::{documentdir}/swiper/110_swiper_common_options.asciidoc[]
|
116
|
+
|
117
|
+
include::{documentdir}/swiper/200_swiper_parameters_a_k.asciidoc[]
|
118
|
+
include::{documentdir}/swiper/200_swiper_parameters_l_o.asciidoc[]
|
119
|
+
include::{documentdir}/swiper/200_swiper_parameters_p_s.asciidoc[]
|
120
|
+
include::{documentdir}/swiper/200_swiper_parameters_t_z.asciidoc[]
|
121
|
+
|
122
|
+
include::{documentdir}/swiper/300_swiper_instance_properties.asciidoc[]
|
123
|
+
|
124
|
+
include::{documentdir}/swiper/400_swiper_modules.asciidoc[]
|
125
|
+
|
126
|
+
include::{documentdir}/swiper/500_swiper_methods.asciidoc[]
|
127
|
+
|
128
|
+
include::{documentdir}/swiper/600_swiper_events.asciidoc[]
|