j1-template 2024.3.23 → 2024.3.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (199) hide show
  1. checksums.yaml +4 -4
  2. data/assets/data/gallery_app.html +102 -14
  3. data/assets/theme/j1/adapter/js/gallery.js +13 -2
  4. data/assets/theme/j1/core/css/themes/unolight/bootstrap.css +29 -0
  5. data/assets/theme/j1/core/css/themes/unolight/bootstrap.min.css +1 -1
  6. data/assets/theme/j1/core/css/vendor.css +1 -1
  7. data/assets/theme/j1/core/css/vendor.min.css +1 -1
  8. data/assets/theme/j1/modules/lightGallery/js/lightgallery.js +36 -17
  9. data/assets/theme/j1/modules/lightGallery/js/lightgallery.min.js +1 -8
  10. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-video.js +423 -297
  11. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-video.min.js +1 -8
  12. data/assets/theme/j1/modules/rtable/css/theme/uno/rtable.css +11 -1
  13. data/assets/theme/j1/modules/videojs/css/themes/uno.css +41 -29
  14. data/assets/theme/j1/modules/videojs/css/themes/uno.min.css +1 -1
  15. data/assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/!examples/index.html +4 -9
  16. data/assets/theme/j1/modules/videojs/plugins/controls/hotkeys/!examples/example.html +1 -1
  17. data/assets/theme/j1/modules/videojs/plugins/controls/persist-settings/!examples/index.html +3 -7
  18. data/assets/theme/j1/modules/videojs/plugins/controls/playbackrate-adjuster/!examples/index.html +3 -8
  19. data/assets/theme/j1/modules/videojs/plugins/players/dm/!examples/dailymotion-controls.html +4 -4
  20. data/assets/theme/j1/modules/videojs/plugins/players/dm/!examples/dailymotion-javascript.html +3 -3
  21. data/assets/theme/j1/modules/videojs/plugins/players/dm/!examples/dailymotion-playlist.html +3 -3
  22. data/assets/theme/j1/modules/videojs/plugins/players/dm/!examples/global-parameters.html +3 -3
  23. data/assets/theme/j1/modules/videojs/plugins/players/dm/!examples/simple.html +15 -4
  24. data/assets/theme/j1/modules/videojs/plugins/players/dm/!examples/switch.html +3 -3
  25. data/assets/theme/j1/modules/videojs/plugins/players/vm/!examples/index.html +3 -3
  26. data/assets/theme/j1/modules/videojs/plugins/players/vm/!examples/player/index.html +3 -3
  27. data/assets/theme/j1/modules/videojs/plugins/players/yt/!examples/global-parameters.html +5 -5
  28. data/assets/theme/j1/modules/videojs/plugins/players/yt/!examples/simple.html +5 -5
  29. data/assets/theme/j1/modules/videojs/plugins/players/yt/!examples/switch.html +5 -5
  30. data/assets/theme/j1/modules/videojs/plugins/players/yt/!examples/youtube-controls.html +5 -5
  31. data/assets/theme/j1/modules/videojs/plugins/players/yt/!examples/youtube-javascript.html +5 -5
  32. data/assets/theme/j1/modules/videojs/plugins/players/yt/!examples/youtube-list.html +5 -5
  33. data/assets/theme/j1/modules/videojs/plugins/players/yt/!examples/youtube-playlist.html +5 -5
  34. data/lib/j1/version.rb +1 -1
  35. data/lib/starter_web/README.md +5 -5
  36. data/lib/starter_web/_config.yml +1 -1
  37. data/lib/starter_web/_data/blocks/banner.yml +2 -2
  38. data/lib/starter_web/_data/modules/attics.yml +11 -0
  39. data/lib/starter_web/_data/modules/carousel.yml +1 -1
  40. data/lib/starter_web/_data/modules/defaults/masonry.yml +115 -22
  41. data/lib/starter_web/_data/modules/gallery.yml +163 -215
  42. data/lib/starter_web/_data/modules/masonry.yml +6 -0
  43. data/lib/starter_web/_data/templates/feed.xml +1 -1
  44. data/lib/starter_web/_includes/attributes.asciidoc +7 -0
  45. data/lib/starter_web/_plugins/index/lunr.rb +1 -1
  46. data/lib/starter_web/assets/image/module/attic/1920x1280/alexander-redl.jpg +0 -0
  47. data/lib/starter_web/assets/image/module/attic/1920x1280/alexander-shatov.jpg +0 -0
  48. data/lib/starter_web/assets/image/module/attic/1920x1280/alexey-ruban.jpg +0 -0
  49. data/lib/starter_web/assets/image/module/attic/1920x1280/andrea-badino.jpg +0 -0
  50. data/lib/starter_web/assets/image/module/attic/1920x1280/bootstrap-modal.jpg +0 -0
  51. data/lib/starter_web/assets/image/module/attic/1920x1280/bp-miller.jpg +0 -0
  52. data/lib/starter_web/assets/image/module/attic/1920x1280/brad-neathery.jpg +0 -0
  53. data/lib/starter_web/assets/image/module/attic/1920x1280/brigitta-schneiter.jpg +0 -0
  54. data/lib/starter_web/assets/image/module/attic/1920x1280/build-with-gemini.jpg +0 -0
  55. data/lib/starter_web/assets/image/module/attic/1920x1280/clem-onojeghuo.jpg +0 -0
  56. data/lib/starter_web/assets/image/module/attic/1920x1280/crawford-jolly.jpg +0 -0
  57. data/lib/starter_web/assets/image/module/attic/1920x1280/eleni-afiontzi.jpg +0 -0
  58. data/lib/starter_web/assets/image/module/attic/1920x1280/fly-d.jpg +0 -0
  59. data/lib/starter_web/assets/image/module/attic/1920x1280/guillaume-bolduc.jpg +0 -0
  60. data/lib/starter_web/assets/image/module/attic/1920x1280/ideas-start-here-1920x1280.jpg +0 -0
  61. data/lib/starter_web/assets/image/module/attic/1920x1280/isaac-davis.jpg +0 -0
  62. data/lib/starter_web/assets/image/module/attic/1920x1280/j1-content-mockup-2.jpg +0 -0
  63. data/lib/starter_web/assets/image/module/attic/1920x1280/j1-content-mockup-3.jpg +0 -0
  64. data/lib/starter_web/assets/image/module/attic/1920x1280/j1-starter-mockup-1.jpg +0 -0
  65. data/lib/starter_web/assets/image/module/attic/1920x1280/john-schnobrich-2.jpg +0 -0
  66. data/lib/starter_web/assets/image/module/attic/1920x1280/josep-martins.jpg +0 -0
  67. data/lib/starter_web/assets/image/module/attic/1920x1280/josh-liu.jpg +0 -0
  68. data/lib/starter_web/assets/image/module/attic/1920x1280/kelly-sikkemal.jpg +0 -0
  69. data/lib/starter_web/assets/image/module/attic/1920x1280/kira-auf-der-heide.jpg +0 -0
  70. data/lib/starter_web/assets/image/module/attic/1920x1280/kristopher-roller.jpg +0 -0
  71. data/lib/starter_web/assets/image/module/attic/1920x1280/markus-spiske.jpg +0 -0
  72. data/lib/starter_web/assets/image/module/attic/1920x1280/martin-sanchez.jpg +0 -0
  73. data/lib/starter_web/assets/image/module/attic/1920x1280/material_symbols.jpg +0 -0
  74. data/lib/starter_web/assets/image/module/attic/1920x1280/matthaeus.jpg +0 -0
  75. data/lib/starter_web/assets/image/module/attic/1920x1280/melanie-deziel.jpg +0 -0
  76. data/lib/starter_web/assets/image/module/attic/1920x1280/milad-fakurian.jpg +0 -0
  77. data/lib/starter_web/assets/image/module/attic/1920x1280/mohammad-rahmani.jpg +0 -0
  78. data/lib/starter_web/assets/image/module/attic/1920x1280/nasa.jpg +0 -0
  79. data/lib/starter_web/assets/image/module/attic/1920x1280/quino-al-2.jpg +0 -0
  80. data/lib/starter_web/assets/image/module/attic/1920x1280/stories-ink-tattoo-care.jpg +0 -0
  81. data/lib/starter_web/assets/image/module/attic/1920x1280/towfiqu-barbhuiya.jpg +0 -0
  82. data/lib/starter_web/assets/image/page/tour/bootswatch-themes.jpg +0 -0
  83. data/lib/starter_web/index.html +3 -2
  84. data/lib/starter_web/package.json +1 -1
  85. data/lib/starter_web/pages/public/panels/intro_panel/_includes/attributes.asciidoc +1 -1
  86. data/lib/starter_web/pages/public/tools/previewer/preview_bootstrap_theme.adoc +5 -5
  87. data/lib/starter_web/pages/public/tools/tester/app_tester_amplitudejs_yt.adoc +7 -3
  88. data/lib/starter_web/pages/public/tools/tester/app_tester_swiperjs.adoc +7 -3
  89. data/lib/starter_web/pages/public/tools/tester/videojs_macro_tester.adoc +18 -3
  90. data/lib/starter_web/pages/public/tour/_includes/attributes.asciidoc +1 -2
  91. data/lib/starter_web/pages/public/tour/_includes/documents/themes_bootstrap.asciidoc +1 -1
  92. data/lib/starter_web/pages/public/tour/asciidoc_extensions.adoc +7 -3
  93. data/lib/starter_web/pages/public/tour/bootstrap_themes.adoc +62 -7
  94. data/lib/starter_web/pages/public/tour/icon_fonts.adoc +4 -8
  95. data/lib/starter_web/pages/public/tour/modal_extentions.adoc +2 -2
  96. data/lib/starter_web/pages/public/tour/responsive_tables.adoc +21 -15
  97. data/lib/starter_web/pages/public/tour/typography.adoc +5 -5
  98. data/lib/starter_web/pages/public/tour/video_data.adoc +24 -5
  99. metadata +11 -102
  100. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/lg-transitions.css +0 -984
  101. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/lg-transitions.min.css +0 -26
  102. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/lightgallery-bundle.css +0 -1627
  103. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/lightgallery-bundle.min.css +0 -25
  104. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/icons/animation-w.png +0 -0
  105. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/icons/customize-w.png +0 -0
  106. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/icons/dynamic-w.png +0 -0
  107. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/icons/facebook-icon.svg +0 -10
  108. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/icons/googleplus-icon.svg +0 -30
  109. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/icons/html5-w.png +0 -0
  110. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/icons/linked-in.png +0 -0
  111. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/icons/module-w.png +0 -0
  112. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/icons/play-button-hover.svg +0 -94
  113. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/icons/play-button.png +0 -0
  114. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/icons/play-button.svg +0 -93
  115. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/icons/responsive-w.png +0 -0
  116. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/icons/thumb-w.png +0 -0
  117. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/icons/touch-w.png +0 -0
  118. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/icons/twitter-icon.svg +0 -15
  119. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/icons/twitter.png +0 -0
  120. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/icons/video1-w.png +0 -0
  121. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/icons/zoom-w.png +0 -0
  122. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/icons/zoom.png +0 -0
  123. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/uno.css +0 -140
  124. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/uno.min.css +0 -19
  125. data/assets/theme/j1/modules/lightGallery/!v2.7.2/fonts/lg.svg +0 -54
  126. data/assets/theme/j1/modules/lightGallery/!v2.7.2/fonts/lg.ttf +0 -0
  127. data/assets/theme/j1/modules/lightGallery/!v2.7.2/fonts/lg.woff +0 -0
  128. data/assets/theme/j1/modules/lightGallery/!v2.7.2/fonts/lg.woff2 +0 -0
  129. data/assets/theme/j1/modules/lightGallery/!v2.7.2/images/loading.gif +0 -0
  130. data/assets/theme/j1/modules/lightGallery/!v2.7.2/img/loading.gif +0 -0
  131. data/assets/theme/j1/modules/lightGallery/!v2.7.2/img/video-play.png +0 -0
  132. data/assets/theme/j1/modules/lightGallery/!v2.7.2/img/vimeo-play.png +0 -0
  133. data/assets/theme/j1/modules/lightGallery/!v2.7.2/img/youtube-play.png +0 -0
  134. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/lightgallery.js +0 -2782
  135. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/lightgallery.min.js +0 -26
  136. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/parser/webvtt/LICENSE.md +0 -44
  137. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/parser/webvtt/README.md +0 -37
  138. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/parser/webvtt/parser.js +0 -890
  139. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/parser/webvtt/parser.min.js +0 -8
  140. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/j1/j1-video.js +0 -402
  141. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/j1/j1-video.min.js +0 -7
  142. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/j1/lg-video.1.js +0 -585
  143. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-autoplay.js +0 -275
  144. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-autoplay.min.js +0 -26
  145. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-comment.js +0 -230
  146. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-comment.min.js +0 -26
  147. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-fullscreen.js +0 -160
  148. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-fullscreen.min.js +0 -26
  149. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-hash.js +0 -223
  150. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-hash.min.js +0 -27
  151. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-medium-zoom.js +0 -157
  152. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-medium-zoom.min.js +0 -26
  153. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-pager.js +0 -164
  154. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-pager.min.js +0 -26
  155. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-rotate.js +0 -299
  156. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-rotate.min.js +0 -26
  157. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-share.js +0 -244
  158. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-share.min.js +0 -27
  159. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-thumbnail.js +0 -509
  160. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-thumbnail.min.js +0 -26
  161. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-video.js +0 -909
  162. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-video.min.js +0 -26
  163. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-vimeo-thumbnail.js +0 -207
  164. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-vimeo-thumbnail.min.js +0 -26
  165. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-zoom.js +0 -999
  166. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-zoom.min.js +0 -26
  167. data/assets/theme/j1/modules/lightGallery/js/plugins/j1/lg-thumbnail.0.js +0 -495
  168. data/assets/theme/j1/modules/lightGallery/js/plugins/j1/lg-thumbnail.1.js +0 -513
  169. data/assets/theme/j1/modules/lightGallery/js/plugins/j1/lg-video.0.js +0 -553
  170. data/assets/theme/j1/modules/lightGallery/js/plugins/j1/lg-video.1.js +0 -585
  171. data/assets/theme/j1/modules/lightGallery/js/plugins/j1/lg-video.2.js +0 -914
  172. data/assets/theme/j1/modules/videojs/!v8.12.0/css/font/README.md +0 -151
  173. data/assets/theme/j1/modules/videojs/!v8.12.0/css/font/VideoJS.svg +0 -150
  174. data/assets/theme/j1/modules/videojs/!v8.12.0/css/font/video-js-cdn.css +0 -2012
  175. data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/city.css +0 -147
  176. data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/city.min.css +0 -5
  177. data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/fantasy.css +0 -113
  178. data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/fantasy.min.css +0 -5
  179. data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/forest.css +0 -166
  180. data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/forest.min.css +0 -5
  181. data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/sea.css +0 -72
  182. data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/sea.min.css +0 -5
  183. data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/uno.css +0 -311
  184. data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/uno.min.css +0 -19
  185. data/assets/theme/j1/modules/videojs/!v8.12.0/css/videojs.css +0 -1686
  186. data/assets/theme/j1/modules/videojs/!v8.12.0/css/videojs.min.css +0 -13
  187. data/assets/theme/j1/modules/videojs/!v8.12.0/js/video.js +0 -65226
  188. data/assets/theme/j1/modules/videojs/!v8.12.0/js/video.min.js +0 -55
  189. data/lib/starter_web/_data/modules/gallery_app.yml +0 -1002
  190. data/lib/starter_web/_data/modules/gallery_playlists.yml +0 -534
  191. data/lib/starter_web/assets/image/module/attic/1920x1280/alina-grubnyak.jpg +0 -0
  192. data/lib/starter_web/assets/image/module/attic/1920x1280/bruno-figueiredo.jpg +0 -0
  193. data/lib/starter_web/assets/image/module/attic/1920x1280/harpal-singh.jpg +0 -0
  194. data/lib/starter_web/assets/image/module/attic/1920x1280/hayden-mills-2.jpg +0 -0
  195. data/lib/starter_web/assets/image/module/attic/1920x1280/j1-content-mockup-1.jpg +0 -0
  196. data/lib/starter_web/assets/image/module/attic/1920x1280/recha-oktaviani.jpg +0 -0
  197. data/lib/starter_web/assets/image/module/attic/1920x1280/tiny_desk.jpg +0 -0
  198. data/lib/starter_web/assets/image/module/attic/ideas-start-here-1920x1280-bw.jpg +0 -0
  199. data/lib/starter_web/assets/image/module/attic/ideas-start-here-1920x1280.jpg +0 -0
@@ -1,534 +0,0 @@
1
- # ------------------------------------------------------------------------------
2
- # ~/_data/modules/gallery_playlists.yml
3
- # Playlist settings for the J1 Gallery App
4
- #
5
- # Product/Info:
6
- # https://jekyll.one
7
- #
8
- # Copyright (C) 2023-2025 Juergen Adams
9
- #
10
- # J1 Template is licensed under the MIT License.
11
- # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
12
- # ------------------------------------------------------------------------------
13
-
14
- # ------------------------------------------------------------------------------
15
- # Description
16
- #
17
- description:
18
- title: J1 Gallery App
19
- scope: User Playlist settings
20
- location: _data/modules/gallery_playlists.yml
21
-
22
- # ------------------------------------------------------------------------------
23
- # User configuration settings
24
- #
25
- settings:
26
-
27
- # ----------------------------------------------------------------------------
28
- # All playlists available
29
- # ----------------------------------------------------------------------------
30
- playlists:
31
-
32
- # --------------------------------------------------------------------------
33
- # Image Playlists
34
- # ==========================================================================
35
-
36
- # --------------------------------------------------------------------------
37
- # Old Times
38
- #
39
- - playlist:
40
- enabled: true
41
-
42
- name: old_times
43
- title:
44
- type: image/jpg
45
- item_base_path: /assets/image/module/swiper/old_times
46
-
47
- # ------------------------------------------------------------------------
48
- # Playlist Items
49
- #
50
- items:
51
-
52
- # image 01
53
- - item:
54
- file: image_01.jpg
55
- caption_text: GrandPa · 80th Birthday
56
- description: >
57
- <h5>GrandPa</h5>
58
- <h6>80th Birthday</h6>
59
-
60
- # image 02
61
- - item:
62
- file: image_02.jpg
63
- caption_text: GrandPa &middot; 80th Birthday
64
- description: >
65
- <h5>GrandPa</h5>
66
- <h6>80th Birthday</h6>
67
-
68
- # image 03
69
- - item:
70
- file: image_03.jpg
71
- caption_text: GrandPa &middot; Annual journey
72
- description: >
73
- <h5>GrandPa</h5>
74
- <h6>Annual journey</h6>
75
-
76
- # image 04
77
- - item:
78
- file: image_04.jpg
79
- caption_text: GrandPa &middot; Annual journey
80
- description: >
81
- <h5>GrandPa</h5>
82
- <h6>Annual journey</h6>
83
-
84
- # --------------------------------------------------------------------------
85
- # Mega Cities
86
- #
87
- - playlist:
88
- enabled: true
89
-
90
- name: mega_cities
91
- title:
92
- type: image/jpg
93
- item_base_path: /assets/image/module/swiper/mega_cities
94
-
95
- # ------------------------------------------------------------------------
96
- # Playlist Items
97
- #
98
- items:
99
-
100
- # image 01
101
- - item:
102
- file: banter-snaps_b.jpg
103
- caption_text: Japan &middot; City of Osaka
104
- description: >
105
- <h5>Japan</h5>
106
- <h6>City of Osaka</h6>
107
-
108
- # image 02
109
- - item:
110
- file: denys-nevozhai-1_b.jpg
111
- caption_text: China &middot; Man posing at the rooftop of Jin Mao Tower Shanghai
112
- description: >
113
- <h5>China</h5>
114
- <h6>Man posing at the rooftop of Jin Mao Tower Shanghai</h6>
115
-
116
- # image 03
117
- - item: # image 3
118
- file: gints-gailis_b.jpg
119
- caption_text: Indonesia &middot; Shangri-La Hotel Jakarta
120
- description: >
121
- <h5>Indonesia</h5>
122
- <h6>Shangri-La Hotel Jakarta</h6>
123
- # image 04
124
- - item:
125
- file: steven-diaz_b.jpg
126
- caption_text: Indonesia &middot; Shangri-La Hotel Jakarta
127
- description: >
128
- <h5>Japan</h5>
129
- <h6>Tokyo seen from World Trade Center Observation Deck</h6>
130
-
131
- # image 05
132
- - item:
133
- file: denys-nevozhai-2_b.jpg
134
- caption_text: China &middot; Young couple over Shenzhen
135
- description: >
136
- <h5>China</h5>
137
- <h6>Young couple over Shenzhen</h6>
138
-
139
- # image 06
140
- - item:
141
- file: johan-mouchet_b.jpg
142
- caption_text: Australia &middot; The Queen Bee at the Eureka Tower of Melbourne
143
- description: >
144
- <h5>Australia</h5>
145
- <h6>The Queen Bee at the Eureka Tower of Melbourne</h6>
146
- # image 07
147
- - item:
148
- file: thomas-tucker_b.jpg
149
- caption_text: Taiwan &middot; Sunset over City of Taipei
150
- description: >
151
- <h5>Taiwan</h5>
152
- <h6>Sunset over City of Taipei</h6>
153
-
154
- # image 08
155
- - item:
156
- file: emmad-mazhari_b.jpg
157
- caption_text: United States &middot; City of Chicago
158
- description: >
159
- <h5>United States</h5>
160
- <h6>City of Chicago</h6>
161
-
162
- # image 09
163
- - item:
164
- file: federico-rizzarelli_b.jpg
165
- caption_text: China &middot; City of Shanghai
166
- description: >
167
- <h5>China</h5>
168
- <h6>City of Shanghai</h6>
169
-
170
- # image 10
171
- - item:
172
- file: andreas-brucker_b.jpg
173
- caption_text: Thailand &middot; City of Bangkok
174
- description: >
175
- <h5>Thailand</h5>
176
- <h6>City of Bangkok</h6>
177
-
178
- # image 11
179
- - item:
180
- file: luca-bravo_b.jpg
181
- caption_text: Taiwan &middot; Sunset over City of Taipei
182
- description: >
183
- <h5>Taiwan</h5>
184
- <h6>Sunset over City of Taipei</h6>
185
-
186
- # image 12
187
- - item:
188
- file: ethan-brooke_b.jpg
189
- caption_text: South Korea &middot; Lotte World Tower Seoul
190
- description: >
191
- <h5>South Korea</h5>
192
- <h6>Lotte World Tower Seoul</h6>
193
-
194
-
195
- # --------------------------------------------------------------------------
196
- # Video Galleries
197
- # ==========================================================================
198
-
199
- # --------------------------------------------------------------------------
200
- # HTML5 VIDEO
201
- #
202
- - playlist:
203
- enabled: true
204
-
205
- name: video_html5
206
- title:
207
- type: video/html5
208
- item_base_path: /assets/video/html5
209
- poster_base_path: /assets/video/poster/html5
210
-
211
- # ------------------------------------------------------------------------
212
- # Playlist Items
213
- #
214
- items:
215
-
216
- - item: # video 1
217
- enabled: true
218
-
219
- name: Peck Pocketed
220
- type: html5
221
- size: 1280-720
222
- source: peck_pocketed.mp4
223
- poster_image: peck_pocketed.jpg
224
- # pinterest_prefix: Pin video
225
- # tweet_prefix: Try video
226
- caption_text: Peck Pocketed &middot; Student Academy Award winning Cartoon Clip
227
- description: >
228
- <h5>Peck Pocketed by Kevin Herron | Disney Favorite</h5>
229
- <h6>Student Academy Award winning Cartoon Clip</h6>
230
- <br>
231
- tracks:
232
- - track:
233
- default: true # Indicates that the track is to be enabled if the user's preferences do not indicate that another track would be more appropriate
234
- kind: captions
235
- srclang: en # Code for the language of the text track
236
- label: English # Descriptive text for the track that will used in the user interface (player)
237
- src: /assets/video/tracks/html5/peck_pocketed/captions/video.vtt
238
-
239
- - track:
240
- default: true # Indicates that the track is to be enabled if the user's preferences do not indicate that another track would be more appropriate
241
- kind: chapters
242
- srclang: en # Code for the language of the text track
243
- label: Chapters # Descriptive text for the track that will used in the user interface (player)
244
- src: /assets/video/tracks/html5/peck_pocketed/chapters/video.vtt
245
-
246
- - item: # video 2
247
- enabled: true
248
-
249
- name: Rollin Wild
250
- type: html5
251
- size: 1280-720
252
- source: rolling_wild.mp4
253
- poster_image: rolling_wild.jpg
254
- # pinterest_prefix: Pin video
255
- # tweet_prefix: Try video
256
- caption_text: Rollin` Wild &middot; Short Funny animated video clip created at the Film Academy
257
- description: >
258
- <h5>Rollin` Wild</h5>
259
- <h6>Short Funny Animated Clip created at the Film Academy</h6>
260
- <br>
261
-
262
- # --------------------------------------------------------------------------
263
- # Online VIDEO Tylor Swift (YouTube)
264
- # See: https://www.youtube.com/playlist?list=PLINj2JJM1jxOxE-4mVaEJCEzO1CiR0Cwm
265
- #
266
- - playlist:
267
- enabled: true
268
-
269
- name: video_online_taylor_swift
270
- title:
271
- type: video
272
- video: youtube
273
- item_base_path: //youtube.com/watch?v=
274
- poster_base_path: //img.youtube.com/vi
275
-
276
- # ------------------------------------------------------------------------
277
- # Playlist Items
278
- #
279
- items:
280
-
281
- # video 01
282
- - item:
283
- enabled: true
284
-
285
- name: Tylor Swift
286
- type: youtube
287
- size: 1280-720
288
- source: //youtube.com/watch?v=q3zqJs7JUCQ
289
- poster_image: q3zqJs7JUCQ/maxresdefault.jpg
290
- # pinterest_prefix: Pin video
291
- # tweet_prefix: Try video
292
- caption_text: Fortnight (feat. Post Malone) &middot; Official Music Video
293
- description: >
294
- <h5>Tylor Swift</h5>
295
- <h6>Fortnight (feat. Post Malone) &middot; Official Music Video</h6>
296
- <br>
297
-
298
- # video 01
299
- - item:
300
- enabled: true
301
-
302
- name: Tylor Swift
303
- type: youtube
304
- size: 1280-720
305
- source: //youtube.com/watch?v=0GQ_QeZxdzo
306
- poster_image: 0GQ_QeZxdzo/maxresdefault.jpg
307
- # pinterest_prefix: Pin video
308
- # tweet_prefix: Try video
309
- caption_text: Fortnight (feat. Post Malone) &middot; Behind the Scenes
310
- description: >
311
- <h5>Tylor Swift</h5>
312
- <h6>Fortnight (feat. Post Malone) &middot; Behind the Scenes</h6>
313
- <br>
314
-
315
- # --------------------------------------------------------------------------
316
- # Online VIDEO Carpool Karaoke (YouTube)
317
- #
318
- - playlist:
319
- enabled: true
320
-
321
- name: video_online_youtube_james_and_adele
322
- title:
323
- type: video
324
- video: youtube
325
- item_base_path: //youtube.com/watch?v=
326
- poster_base_path: //img.youtube.com/vi
327
-
328
- # ------------------------------------------------------------------------
329
- # Playlist Items
330
- #
331
- items:
332
-
333
- # video 01
334
- - item:
335
- enabled: true
336
-
337
- name: Carpool Karaoke James and Adele
338
- type: youtube
339
- size: 1280-720
340
- source: //youtube.com/watch?v=Nck6BZga7TQ
341
- poster_image: Nck6BZga7TQ/mqdefault.jpg
342
- # pinterest_prefix: Pin video
343
- # tweet_prefix: Try video
344
- caption_text: Carpool Karaoke 2015 &middot; James and Adele
345
- description: >
346
- <h5>Carpool Karaoke 2015</h5>
347
- <h6>
348
- December 2015 - James is on holidays is about the holidays in
349
- London and gets Adele off for a ride through the city. On the way
350
- they sing some of their biggest hits.
351
- </h6>
352
- <br>
353
- playerParams:
354
- start: 50 # seconds to start
355
-
356
- # video 02
357
- - item:
358
- enabled: true
359
-
360
- name: Last Carpool Karaoke
361
- type: youtube
362
- size: 1280-720
363
- source: //youtube.com/watch?v=nV8UZJNBY6Y
364
- poster_image: nV8UZJNBY6Y/mqdefault.jpg
365
- # pinterest_prefix: Pin video
366
- # tweet_prefix: Try video
367
- caption_text: Carpool Karaoke 2023 &middot; Last Carpool Karaoke
368
- description: >
369
- <h5>Carpool Karaoke 2023</h5>
370
- <h6>
371
- April 2023 - Adele wakeup James at home for the last Late Night Show,
372
- for the last Carpool Caraoke ever.
373
- </h6>
374
- <br>
375
- playerParams:
376
- start: 50 # seconds to start
377
-
378
- # --------------------------------------------------------------------------
379
- # Online VIDEO (Vimeo)
380
- #
381
- - playlist:
382
- enabled: true
383
-
384
- name: video_online_vimeo
385
- title:
386
- type: video
387
- video: vimeo
388
- item_base_path: //vimeo.com
389
- poster_base_path: /assets/video/poster/vimeo
390
-
391
- # ------------------------------------------------------------------------
392
- # Playlist Items
393
- #
394
- items:
395
-
396
- # video 01
397
- - item:
398
- enabled: true
399
-
400
- name: Forever 21
401
- type: vimeo
402
- size: 1280-720
403
- source: //vimeo.com/179528528
404
- poster_image: kick_it_old_school.jpg
405
- # pinterest_prefix: Pin video
406
- # tweet_prefix: Try video
407
- caption_text: Forever 21 &middot; Kick It Old School
408
- description: >
409
- <h5>Forever 21</h5>
410
- <h6>Kick It Old School</h6>
411
- <br>
412
- playerParams:
413
- start: 50 # seconds to start
414
-
415
- # video 02
416
- - item:
417
- enabled: true
418
-
419
- name: Forever 21
420
- type: vimeo
421
- size: 1280-720
422
- source: //vimeo.com/202117650
423
- poster_image: stay_colorful.jpg
424
- # pinterest_prefix: Pin video
425
- # tweet_prefix: Try video
426
- caption_text: Forever 21 &middot; Stay Colorful, Babe!
427
- description: >
428
- <h5>Forever 21</h5>
429
- <h6>Stay Colorful, Babe!</h6>
430
- <br>
431
-
432
- # --------------------------------------------------------------------------
433
- # Online VIDEO (Dailymotion)
434
- #
435
- - playlist:
436
- enabled: true
437
-
438
- name: video_online_dailymotion
439
- title:
440
- type: video
441
- video: dailymotion
442
- item_base_path: //dai.ly/
443
- poster_base_path: /assets/video/poster/dailymotion
444
-
445
- # ------------------------------------------------------------------------
446
- # Playlist Items
447
- #
448
- items:
449
-
450
- # video 01
451
- - item:
452
- enabled: true
453
-
454
- name: SELF Channel
455
- type: dailymotion
456
- size: 1280-720
457
- source: //dai.ly/x887s09
458
- poster_image: meditation.jpg
459
- # pinterest_prefix: Pin video
460
- # tweet_prefix: Try video
461
- caption_text: SELF Channel &middot; Morning Energy
462
- description: >
463
- <h5>SELF Channel</h5>
464
- <h6>Guided Meditation: Morning Energy</h6>
465
- <br>
466
- # video 02
467
- - item:
468
- enabled: true
469
-
470
- name: SELF Channel
471
- type: dailymotion
472
- size: 1280-720
473
- source: //dai.ly/x87ycik
474
- poster_image: pilates.jpg
475
- # pinterest_prefix: Pin video
476
- # tweet_prefix: Try video
477
- caption_text: SELF Channel &middot; Pilates Core Workout
478
- description: >
479
- <h5>SELF Channel</h5>
480
- <h6>Beginner Mat Pilates: Core Workout</h6>
481
- <br>
482
-
483
- # --------------------------------------------------------------------------
484
- # HTML5 VIDEO (over VideoJS)
485
- #
486
- - playlist:
487
- enabled: true
488
-
489
- name: video_html5_videojs
490
- title:
491
- type: video
492
- video: html5
493
- item_base_path: /assets/video/html5
494
- poster_base_path: /assets/video/poster/html5
495
-
496
- # ------------------------------------------------------------------------
497
- # Playlist Items
498
- #
499
- items:
500
-
501
- # video 01
502
- - item:
503
- enabled: true
504
-
505
- name: Peck Pocketed
506
- type: html5
507
- size: 1280-720
508
- source: peck_pocketed.mp4
509
- poster_image: peck_pocketed.jpg
510
- # pinterest_prefix: Pin video
511
- # tweet_prefix: Try video
512
- caption_text: Peck Pocketed &middot; Student Academy Award winning Cartoon Clip
513
- description: >
514
- <h5>Peck Pocketed by Kevin Herron | Disney Favorite</h5>
515
- <h6>Student Academy Award winning Cartoon Clip</h6>
516
-
517
- # video 02
518
- - item:
519
- enabled: true
520
-
521
- name: Rollin Wild
522
- type: html5
523
- size: 1280-720
524
- source: rolling_wild.mp4
525
- poster_image: rolling_wild.jpg
526
- # pinterest_prefix: Pin video
527
- # tweet_prefix: Try video
528
- caption_text: Rollin` Wild &middot; Short Funny animated video clip created at the Film Academy
529
- description: >
530
- <h5>Rollin` Wild</h5>
531
- <h6>Short Funny Animated Clip created at the Film Academy</h6>
532
-
533
- # ------------------------------------------------------------------------------
534
- # END config