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
@@ -11,33 +11,36 @@
11
11
  # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
12
12
  # ------------------------------------------------------------------------------
13
13
 
14
- # ------------------------------------------------------------------------------
14
+ # ==============================================================================
15
15
  # Description
16
+ # ==============================================================================
16
17
  #
17
18
  description:
18
19
  title: Justified Gallery
19
20
  scope: User settings
20
21
  location: _data/apps/justifiedGallery.yml
21
22
 
22
- # ------------------------------------------------------------------------------
23
+ # ==============================================================================
23
24
  # User configuration settings
25
+ # ==============================================================================
24
26
  #
25
27
  settings:
26
28
 
27
- # ----------------------------------------------------------------------------
29
+ # ============================================================================
28
30
  # GENERAL options
29
31
  # ----------------------------------------------------------------------------
30
32
  #
31
33
  enabled: true
32
34
 
33
- # ----------------------------------------------------------------------------
35
+ # ============================================================================
34
36
  # All galleries available
35
37
  # ----------------------------------------------------------------------------
38
+ #
36
39
  galleries:
37
40
 
38
41
  # ==========================================================================
39
42
  # Image Galleries
40
- # ==========================================================================
43
+ # --------------------------------------------------------------------------
41
44
 
42
45
  # --------------------------------------------------------------------------
43
46
  # Old Times
@@ -244,9 +247,103 @@ settings:
244
247
  <h3>Lotte World Tower Seoul</h3>
245
248
 
246
249
 
250
+ # ========================================================================
251
+ # VideoJS settings
252
+ # See settings: //jekyll.one/pages/public/manuals/videojs/videojs_api/
253
+ # ------------------------------------------------------------------------
254
+ #
255
+ videojs:
256
+ enabled: true
257
+ theme: uno
258
+
259
+ # ----------------------------------------------------------------------
260
+ # Player settings
261
+ # See: //jekyll.one/pages/public/manuals/videojs/lightgallery_api
262
+ # ----------------------------------------------------------------------
263
+ #
264
+ player:
265
+ enabled: true
266
+
267
+ # VideoJS
268
+ # --------------------------------------------------------------------
269
+ videojsPlayer:
270
+ enabled: true
271
+
272
+ options:
273
+ muted: false
274
+ preload: false
275
+ autoplayFirstVideo: true
276
+ playbackRates: [0.25, 0.5, 1, 1.5, 2]
277
+
278
+ controls: true
279
+ controlBar:
280
+ remainingTimeDisplay: true
281
+ pictureInPictureToggle: false
282
+ playbackRates: [0.25, 0.5, 1, 1.5, 2]
283
+
284
+ volumePanel:
285
+ inline: false
286
+
287
+ hotkeysPlugin:
288
+ enabled: true
289
+ options:
290
+ volumeStep: 0.2
291
+
292
+ skipButtonsPlugin:
293
+ enabled: true
294
+ options:
295
+ forward: 15
296
+ backward: 15
297
+
298
+ zoomPlugin:
299
+ enabled: true
300
+ options:
301
+ moveX: 0
302
+ moveY: 0
303
+ rotate: 0
304
+ zoom: 1
305
+
306
+ # Vimeo
307
+ # --------------------------------------------------------------------
308
+ vimeoPlayer:
309
+ enabled: true
310
+ api: native # native|videojs
311
+
312
+ options:
313
+ autoPlay: true
314
+ muted: true
315
+ # byline: 0
316
+ # portrait: 0
317
+ # color: var(--md-gray-100)
318
+
319
+
320
+ # Wistia
321
+ # --------------------------------------------------------------------
322
+ wistiaPlayer:
323
+ enabled: true
324
+ api: native # native|videojs
325
+
326
+ options:
327
+ autoPlay: true
328
+ fullscreenButton: true
329
+ muted: false
330
+ qualityControl: false
331
+
332
+ # Youtube
333
+ # --------------------------------------------------------------------
334
+ youTubePlayer:
335
+ enabled: true
336
+ api: videojs # native|videojs
337
+
338
+ options:
339
+ autoPlay: true
340
+ muted: true
341
+ showinfo: true
342
+ controls: true
343
+
247
344
  # ==========================================================================
248
345
  # Video Galleries
249
- # ==========================================================================
346
+ # --------------------------------------------------------------------------
250
347
 
251
348
  # --------------------------------------------------------------------------
252
349
  # HTML5 VIDEO
@@ -286,7 +383,7 @@ settings:
286
383
  alignThumbnails: left
287
384
  animateThumb: true
288
385
  autoplayFirstVideo: true
289
- videojs: true
386
+ videojs: true # jadams: !!!
290
387
  videojsTheme: vjs-theme-uno
291
388
 
292
389
  videojsOptions:
@@ -297,6 +394,12 @@ settings:
297
394
  # videoStart: ["00:00:30", "00:01:30"] # start time (hh:mm:ss) for [video1, video2]
298
395
 
299
396
  controls: true
397
+
398
+ hotKeysPlugin:
399
+ enabled: true
400
+ options:
401
+ volumeStep: 0.2
402
+
300
403
  controlBar:
301
404
  playbackRates: [0.25, 0.5, 1, 1.5, 2]
302
405
  remainingTimeDisplay: true
@@ -305,11 +408,6 @@ settings:
305
408
  volumePanel:
306
409
  inline: false
307
410
 
308
- hotKeysPlugin:
309
- enabled: true
310
- options:
311
- volumeStep: 0.2
312
-
313
411
  skipButtonsPlugin:
314
412
  enabled: true
315
413
  options:
@@ -387,13 +485,12 @@ settings:
387
485
  <h3>Short Funny Animated Clip created at the Film Academy</h3>
388
486
 
389
487
  # --------------------------------------------------------------------------
390
- # Online VIDEO Tylor Swift (YouTube)
391
- # See: https://www.youtube.com/playlist?list=PLINj2JJM1jxOxE-4mVaEJCEzO1CiR0Cwm
488
+ # Online VIDEO Carpool Karaoke (YouTube)
392
489
  #
393
490
  - gallery:
394
491
  enabled: true
395
492
 
396
- id: jg_video_online_taylor_swift
493
+ id: jg_video_youtube_james_and_adele
397
494
  type: video
398
495
  video: youtube
399
496
  image_base_path: //img.youtube.com/vi
@@ -423,179 +520,47 @@ settings:
423
520
  alignThumbnails: left
424
521
  animateThumb: true
425
522
  autoplayFirstVideo: true
426
- videojs: false
523
+ videojs: true # jadams: !!!
524
+ videojsTheme: vjs-theme-uno
427
525
 
428
526
  videojsOptions:
429
- enabled: false
430
-
431
- # See: https://stackoverflow.com/questions/40685142/youtube-autoplay-does-not-work-with-iframe
432
- playerParams:
433
527
  enabled: true
434
- start: ["00:00:00", "00:00:00"] # start time video1, vido2
435
- autoplay: 1 # autoplay = 1 only available for YouTube when muted.
436
- # controls: 1 # default = 0
437
- # enablejsapi: 1 # default = 1
438
- # hl: en # default = en
439
- # loop: 0 # default = 0
440
- mute: 0 # default = 1
441
- # playsinline: 1 # for mobile|iOS only
442
- # wmode: opaque # default = opaque
443
-
444
- # ------------------------------------------------------------------------
445
- # CSS filter options
446
- #
447
- filters:
448
- enabled: false
449
- grayscale: 0
450
- contrast: 1
451
- brightness: 1
452
-
453
- # ------------------------------------------------------------------------
454
- # Video settings
455
- # ------------------------------------------------------------------------
456
- #
457
- videos:
458
-
459
- - video: # video 1
460
- enabled: true
461
-
462
- name: Tylor Swift
463
- type: youtube
464
- size: 1280-720
465
- source: //youtube.com/watch?v=q3zqJs7JUCQ
466
- poster_image: q3zqJs7JUCQ/maxresdefault.jpg
467
- pinterest_prefix: Pin video
468
- tweet_prefix: Try video
469
- caption_text: Fortnight (feat. Post Malone) &middot; Official Music Video
470
- description: >
471
- <h2>Tylor Swift</h2>
472
- <h3>Fortnight (feat. Post Malone) &middot; Official Music Video</h3>
473
-
474
- - video: # video 2
475
- enabled: true
476
-
477
- name: Tylor Swift
478
- type: youtube
479
- size: 1280-720
480
- source: //youtube.com/watch?v=0GQ_QeZxdzo
481
- poster_image: 0GQ_QeZxdzo/maxresdefault.jpg
482
- pinterest_prefix: Pin video
483
- tweet_prefix: Try video
484
- caption_text: Fortnight (feat. Post Malone) &middot; Behind the Scenes
485
- description: >
486
- <h2>Tylor Swift</h2>
487
- <h3>Fortnight (feat. Post Malone) &middot; Behind the Scenes</h3>
488
-
489
- # - video: # video 2
490
- # enabled: true
491
- #
492
- # name: Tylor Swift
493
- # type: youtube
494
- # size: 1280-720
495
- # # source: //youtube.com/watch?v=i8_w_m6HLJ0&list=PLINj2JJM1jxOxE-4mVaEJCEzO1CiR0Cwm
496
- # source: //youtube.com/watch?v=i8_w_m6HLJ0
497
- # pinterest_prefix: Pin video
498
- # tweet_prefix: Try video
499
- # description: >
500
- # <h2>Tylor Swift</h2>
501
- # <h3>I Can Do With a Broken Heart</h3>
502
- #
503
- # caption:
504
- # text: I Can Do With a Broken Heart &middot; Tylor Swift
505
- # poster:
506
- # source: i8_w_m6HLJ0/maxresdefault.jpg
507
- # # source: i8_w_m6HLJ0/sddefault.jpg
508
- #
509
- # # playerParams:
510
- # # start: 50 # seconds to start
511
- #
512
- #
513
- #
514
- # # playerParams:
515
- # # start: 50 # seconds to start
516
- #
517
- # - video: # video 3
518
- # enabled: true
519
- #
520
- # name: Tylor Swift
521
- # type: youtube
522
- # size: 1280-720
523
- # source: //youtube.com/watch?v=RQMz4JDbtmI
524
- # pinterest_prefix: Pin video
525
- # tweet_prefix: Try video
526
- # description: >
527
- # <h2>Tylor Swift</h2>
528
- # <h3>The Tortured Poets Department (Official Lyric Video)</h3>
529
- #
530
- # caption:
531
- # text: The Tortured Poets Department (Official Lyric Video) &middot; Tylor Swift
532
- # poster:
533
- # source: RQMz4JDbtmI/maxresdefault.jpg
534
- #
535
- # - video: # video 3
536
- # enabled: true
537
- #
538
- # name: Tylor Swift
539
- # type: youtube
540
- # size: 1280-720
541
- # source: //youtube.com/watch?v=wRKXAAV6jh4
542
- # pinterest_prefix: Pin video
543
- # tweet_prefix: Try video
544
- # description: >
545
- # <h2>Tylor Swift</h2>
546
- # <h3>My Boy Only Breaks His Favorite Toys (Official Lyric Video)</h3>
547
- #
548
- # caption:
549
- # text: My Boy Only Breaks His Favorite Toys (Official Lyric Video) &middot; Tylor Swift
550
- # poster:
551
- # source: wRKXAAV6jh4/maxresdefault.jpg
552
-
553
-
554
- # --------------------------------------------------------------------------
555
- # Online VIDEO Carpool Karaoke (YouTube)
556
- #
557
- - gallery:
558
- enabled: true
528
+ muted: false
529
+ preload: true
530
+ controls: true
559
531
 
560
- id: jg_video_online_youtube_james_and_adele
561
- type: video
562
- video: youtube
563
- image_base_path: //img.youtube.com/vi
532
+ hotKeysPlugin:
533
+ enabled: true
534
+ options:
535
+ volumeStep: 0.2
564
536
 
565
- # ------------------------------------------------------------------------
566
- # Justified Gallery settings
567
- # ------------------------------------------------------------------------
568
- #
569
- gallery_options:
570
- rowHeight: 250
571
- gutters: 3
572
-
573
- # ------------------------------------------------------------------------
574
- # Lightbox|lightGallery settings
575
- # ------------------------------------------------------------------------
576
- #
577
- lightbox:
578
- enabled: true
579
- type: lg
537
+ controlBar:
538
+ playbackRates: [0.25, 0.5, 1, 1.5, 2]
539
+ remainingTimeDisplay: true
540
+ pictureInPictureToggle: false
580
541
 
581
- lightGallery:
582
- plugins: lgThumbnail, lgVideo
542
+ volumePanel:
543
+ inline: false
583
544
 
584
- options:
585
- licenseKey: 0000-0000-000-0000
586
- download: false
587
- alignThumbnails: left
588
- animateThumb: true
589
- autoplayFirstVideo: true
590
- videojs: false
545
+ skipButtonsPlugin:
546
+ enabled: true
547
+ options:
548
+ forward: 5
549
+ backward: 5
550
+ backwardIndex: 0
551
+ forwardIndex: 1
591
552
 
592
- videojsOptions:
593
- enabled: false
553
+ zoomPlugin:
554
+ enabled: false
555
+ options:
556
+ moveX: 0
557
+ moveY: 0
558
+ rotate: 0
559
+ zoom: 1
594
560
 
595
- # See: https://stackoverflow.com/questions/40685142/youtube-autoplay-does-not-work-with-iframe
596
561
  playerParams:
597
562
  enabled: true
598
- start: ["00:00:50", "00:00:50"] # start time video1, vido2
563
+ # start: ["00:00:50", "00:00:50"] # start time video1, vido2
599
564
  autoplay: 1 # autoplay = 1 only available for YouTube when muted.
600
565
  # controls: 1 # default = 0
601
566
  # enablejsapi: 1 # default = 1
@@ -625,43 +590,46 @@ settings:
625
590
 
626
591
  name: Carpool Karaoke James and Adele
627
592
  type: youtube
593
+ api: videojs # jadams !!!
628
594
  size: 1280-720
629
595
  source: //youtube.com/watch?v=Nck6BZga7TQ
630
- poster_image: Nck6BZga7TQ/mqdefault.jpg
596
+ poster_image: Nck6BZga7TQ/mqdefault.jpg # jadams !!!
631
597
  pinterest_prefix: Pin video
632
598
  tweet_prefix: Try video
633
599
  caption_text: Carpool Karaoke 2015 &middot; James and Adele
634
600
  description: >
635
601
  <h2>Carpool Karaoke 2015</h2>
636
602
  <h3>
637
- December 2015 - James is on holidays is about the holidays in
638
- London and gets Adele off for a ride through the city. On the way
639
- they sing some of their biggest hits.
603
+ James is on holidays in London and picks up
604
+ Adele for a ride through the city.
605
+ On the way, they sing some of their biggest hits.
640
606
  </h3>
641
607
 
642
608
  playerParams:
643
- start: 50 # seconds to start
609
+ # start: 50 # seconds to start
644
610
 
645
611
  - video: # video 2
646
612
  enabled: true
647
613
 
648
614
  name: Last Carpool Karaoke
649
615
  type: youtube
616
+ api: videojs # jadams !!!
650
617
  size: 1280-720
651
618
  source: //youtube.com/watch?v=nV8UZJNBY6Y
652
- poster_image: nV8UZJNBY6Y/mqdefault.jpg
619
+ poster_image: nV8UZJNBY6Y/mqdefault.jpg # jadams !!!
653
620
  pinterest_prefix: Pin video
654
621
  tweet_prefix: Try video
655
- caption_text: Carpool Karaoke 2023 &middot; Last Carpool Karaoke
622
+ caption_text: Carpool Karaoke 2023 &middot; Last Carpool Karaoke Tour
656
623
  description: >
657
624
  <h2>Carpool Karaoke 2023</h2>
658
625
  <h3>
659
- April 2023 - Adele wakeup James at home for the last Late Night Show,
660
- for the last Carpool Caraoke ever.
626
+ Adele wakeups James at home for the very
627
+ last Late Late Night Show and for the
628
+ final Carpool Caraoke Tour.
661
629
  </h3>
662
630
 
663
631
  playerParams:
664
- start: 50 # seconds to start
632
+ # start: 50 # seconds to start
665
633
 
666
634
  # --------------------------------------------------------------------------
667
635
  # Online VIDEO (Vimeo)
@@ -853,7 +821,7 @@ settings:
853
821
  <h3>Beginner Mat Pilates: Core Workout</h3>
854
822
 
855
823
  # --------------------------------------------------------------------------
856
- # HTML5 VIDEO (over VodeoJS)
824
+ # HTML5 VIDEO (over VideoJS)
857
825
  #
858
826
  - gallery:
859
827
  enabled: true
@@ -960,40 +928,20 @@ settings:
960
928
  <h2>Peck Pocketed by Kevin Herron | Disney Favorite</h2>
961
929
  <h3>Student Academy Award winning Cartoon Clip</h3>
962
930
 
963
- # - video: # video 2
964
- # enabled: true
965
- #
966
- # name: Rollin Wild
967
- # type: html5
968
- # size: 1280-720
969
- # source: rolling_wild.mp4
970
- # poster_image: rolling_wild.jpg
971
- # pinterest_prefix: Pin video
972
- # tweet_prefix: Try video
973
- # caption_text: Rollin` Wild &middot; Short Funny animated video clip created at the Film Academy
974
- # description: >
975
- # <h2>Rollin` Wild</h2>
976
- # <h3>Short Funny Animated Clip created at the Film Academy</h3>
977
-
978
931
  - video: # video 2
979
932
  enabled: true
980
-
981
- name: Last Carpool Karaoke
982
- type: youtube
933
+
934
+ name: Rollin Wild
935
+ type: html5
983
936
  size: 1280-720
984
- source: //youtube.com/watch?v=nV8UZJNBY6Y
937
+ source: rolling_wild.mp4
985
938
  poster_image: rolling_wild.jpg
986
939
  pinterest_prefix: Pin video
987
940
  tweet_prefix: Try video
988
- caption_text: Carpool Karaoke 2023 &middot; Last Carpool Karaoke
941
+ caption_text: Rollin` Wild &middot; Short Funny animated video clip created at the Film Academy
989
942
  description: >
990
- <h2>Carpool Karaoke 2023</h2>
991
- <h3>
992
- April 2023 - Adele wakeup James at home for the last Late Night Show,
993
- for the last Carpool Caraoke ever.
994
- </h3>
995
- playerParams:
996
- start: 50 # seconds to start
943
+ <h2>Rollin` Wild</h2>
944
+ <h3>Short Funny Animated Clip created at the Film Academy</h3>
997
945
 
998
946
  # ------------------------------------------------------------------------------
999
947
  # END config
@@ -622,6 +622,8 @@ settings:
622
622
  # --------------------------------------------------------------------
623
623
  vimeoPlayer:
624
624
  enabled: true
625
+ api: native # native|videojs
626
+
625
627
  options:
626
628
  autoPlay: true
627
629
  muted: true
@@ -634,6 +636,8 @@ settings:
634
636
  # --------------------------------------------------------------------
635
637
  wistiaPlayer:
636
638
  enabled: true
639
+ api: native # native|videojs
640
+
637
641
  options:
638
642
  autoPlay: true
639
643
  fullscreenButton: true
@@ -644,6 +648,8 @@ settings:
644
648
  # --------------------------------------------------------------------
645
649
  youTubePlayer:
646
650
  enabled: true
651
+ api: videojs # native|videojs
652
+
647
653
  options:
648
654
  autoPlay: true
649
655
  muted: true
@@ -57,7 +57,7 @@
57
57
  <id>{{ page.url | absolute_url | xml_escape }}</id>
58
58
  <post_limited>{{ limit_posts }}</post_limited>
59
59
  <template_name>J1 Theme</template_name>
60
- <template_version>2024.3.23</template_version>
60
+ <template_version>2024.3.24</template_version>
61
61
 
62
62
  {% assign title = site.title | default: site.name %}
63
63
  {% if page.collection != "posts" %}
@@ -597,6 +597,13 @@ tag::data[]
597
597
  :data-images-lightbox--standalone: "assets/image/module/gallery/old_time/image/grand_pa/image-2.jpg, GrandPa's 80th Birthday"
598
598
  :data-images-lightbox--group: "assets/image/module/gallery/old_time/image/grand_pa/image-3.jpg, GrandPa's annual journey, assets/image/module/gallery/old_time/image/grand_pa/image-4.jpg, GrandPa's annual journey"
599
599
 
600
+ :data-images--themes-menu: "assets/image/page/tour/bootswatch-themes.jpg, Bootswatch Themes"
601
+ :data-images--bootswatch-themes: "assets/image/page/tour/themes-1920x1280.jpg, Themes menu (Bootswatch)"
602
+
603
+ :data-quicksearch--icon: "assets/image/page/tour/600_quicksearch/quicksearch_icon.jpg, Search button (magnifier) in the quick access area"
604
+ :data-quicksearch--input: "assets/image/page/tour/600_quicksearch/quicksearch_input.jpg, Input bar for a QuickSearch"
605
+ :data-quicksearch--results: "assets/image/page/tour/600_quicksearch/quicksearch_results.jpg, Results for a QuickSearch"
606
+
600
607
  end::data[]
601
608
 
602
609
 
@@ -394,6 +394,6 @@ end
394
394
 
395
395
  module Jekyll
396
396
  module J1LunrSearch
397
- VERSION = '2024.3.23'
397
+ VERSION = '2024.3.24'
398
398
  end
399
399
  end