j1-template 2024.3.22 → 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 (275) hide show
  1. checksums.yaml +4 -4
  2. data/assets/data/{galeries.html → gallery_app.html} +106 -18
  3. data/assets/theme/bla +0 -0
  4. data/assets/theme/j1/adapter/js/amplitude.js +144 -52
  5. data/assets/theme/j1/adapter/js/gallery.js +14 -3
  6. data/assets/theme/j1/adapter/js/themes.js +41 -69
  7. data/assets/theme/j1/core/css/themes/unolight/bootstrap.css +48 -52
  8. data/assets/theme/j1/core/css/themes/unolight/bootstrap.min.css +1 -1
  9. data/assets/theme/j1/core/css/vendor.css +1 -1
  10. data/assets/theme/j1/core/css/vendor.min.css +1 -1
  11. data/assets/theme/j1/modules/amplitudejs/js/tech/ytp.js +466 -396
  12. data/assets/theme/j1/modules/lightGallery/css/lg-transitions.css +3 -126
  13. data/assets/theme/j1/modules/lightGallery/css/lg-transitions.min.css +3 -10
  14. data/assets/theme/j1/modules/lightGallery/css/lightgallery-bundle.css +70 -237
  15. data/assets/theme/j1/modules/lightGallery/css/lightgallery-bundle.min.css +4 -10
  16. data/assets/theme/j1/modules/lightGallery/css/theme/uno/uno.css +276 -0
  17. data/assets/theme/j1/modules/lightGallery/css/theme/uno/uno.min.css +17 -0
  18. data/assets/theme/j1/modules/lightGallery/js/lightgallery.js +196 -134
  19. data/assets/theme/j1/modules/lightGallery/js/lightgallery.min.js +3 -10
  20. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-autoplay.js +4 -4
  21. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-autoplay.min.js +5 -5
  22. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-comment.js +5 -5
  23. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-comment.min.js +6 -6
  24. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-fullscreen.js +4 -4
  25. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-fullscreen.min.js +5 -5
  26. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-hash.js +4 -4
  27. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-hash.min.js +5 -6
  28. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-medium-zoom.js +5 -5
  29. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-medium-zoom.min.js +6 -6
  30. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-pager.js +4 -4
  31. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-pager.min.js +5 -5
  32. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-relative-caption.js +179 -0
  33. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-relative-caption.min.js +32 -0
  34. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-rotate.js +4 -4
  35. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-rotate.min.js +6 -6
  36. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-share.js +4 -4
  37. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-share.min.js +6 -7
  38. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-thumbnail.js +27 -20
  39. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-thumbnail.min.js +5 -5
  40. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-video.js +489 -411
  41. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-video.min.js +3 -10
  42. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-vimeo-thumbnail.js +4 -4
  43. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-vimeo-thumbnail.min.js +5 -5
  44. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-zoom.js +11 -5
  45. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-zoom.min.js +5 -5
  46. data/assets/theme/j1/modules/rtable/css/theme/uno/rtable.css +11 -1
  47. data/assets/theme/j1/modules/themeSwitcher/js/switcher.js +13 -12
  48. data/assets/theme/j1/modules/videoPlayer/tiktoc/README.md +1 -0
  49. data/assets/theme/j1/modules/videojs/assets/README.md +1 -0
  50. data/assets/theme/j1/modules/videojs/assets/icons/speedometer-medium.svg +35 -0
  51. data/assets/theme/j1/modules/videojs/css/font/VideoJS.ttf +0 -0
  52. data/assets/theme/j1/modules/videojs/css/font/VideoJS.woff +0 -0
  53. data/assets/theme/j1/modules/videojs/css/themes/uno.css +189 -42
  54. data/assets/theme/j1/modules/videojs/css/themes/uno.min.css +1 -1
  55. data/assets/theme/j1/modules/videojs/css/videojs.css +674 -316
  56. data/assets/theme/j1/modules/videojs/css/videojs.min.css +4 -3
  57. data/assets/theme/j1/modules/videojs/js/video.js +15893 -12288
  58. data/assets/theme/j1/modules/videojs/js/video.min.js +22 -23
  59. data/assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/!examples/index.html +26 -0
  60. data/assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/LICENSE +19 -0
  61. data/assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/README.md +69 -0
  62. data/assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/css/aspect-ratio-panel.css +2 -0
  63. data/assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/css/aspect-ratio-panel.min.css +2 -0
  64. data/assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/js/aspect-ratio-panel.js +339 -0
  65. data/assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/js/aspect-ratio-panel.min.js +2 -0
  66. data/assets/theme/j1/modules/videojs/{js/plugins/controls/autocaption → plugins/controls/autocaption/js}/autocaption.js +0 -5
  67. data/assets/theme/j1/modules/videojs/{js/plugins/controls/hotkeys/examples → plugins/controls/hotkeys/!examples}/example.html +1 -1
  68. data/assets/theme/j1/modules/videojs/plugins/controls/persist-settings/!examples/index.html +25 -0
  69. data/assets/theme/j1/modules/videojs/plugins/controls/persist-settings/LICENSE +19 -0
  70. data/assets/theme/j1/modules/videojs/plugins/controls/persist-settings/README.md +90 -0
  71. data/assets/theme/j1/modules/videojs/plugins/controls/persist-settings/js/videojs-persist.js +120 -0
  72. data/assets/theme/j1/modules/videojs/plugins/controls/persist-settings/js/videojs-persist.min.js +2 -0
  73. data/assets/theme/j1/modules/videojs/plugins/controls/playbackrate-adjuster/!examples/index.html +32 -0
  74. data/assets/theme/j1/modules/videojs/plugins/controls/playbackrate-adjuster/LICENSE +19 -0
  75. data/assets/theme/j1/modules/videojs/plugins/controls/playbackrate-adjuster/README.md +61 -0
  76. data/assets/theme/j1/modules/videojs/plugins/controls/playbackrate-adjuster/js/playbackrate-adjuster.js +94 -0
  77. data/assets/theme/j1/modules/videojs/plugins/controls/playbackrate-adjuster/js/playbackrate-adjuster.min.js +20 -0
  78. data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/controls/skipbuttons/README.md +25 -11
  79. data/assets/theme/j1/modules/videojs/{css/plugins/controls → plugins/controls/zoom/css}/zoom.css +7 -6
  80. data/assets/theme/j1/modules/videojs/plugins/controls/zoom/css/zoom.min.css +22 -0
  81. data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/examples → plugins/players/dm/!examples}/dailymotion-controls.html +4 -4
  82. data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/examples → plugins/players/dm/!examples}/dailymotion-javascript.html +3 -3
  83. data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/examples → plugins/players/dm/!examples}/dailymotion-playlist.html +3 -3
  84. data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/examples → plugins/players/dm/!examples}/global-parameters.html +3 -3
  85. data/assets/theme/j1/modules/videojs/plugins/players/dm/!examples/simple.html +31 -0
  86. data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/examples → plugins/players/dm/!examples}/switch.html +3 -3
  87. data/assets/theme/j1/modules/videojs/{js/plugins/players/dm → plugins/players/dm/js}/dailymotion.js +1 -1
  88. data/assets/theme/j1/modules/videojs/{js/plugins/players/vm/examples → plugins/players/vm/!examples}/index.html +3 -3
  89. data/assets/theme/j1/modules/videojs/{js/plugins/players/vm/examples → plugins/players/vm/!examples}/player/index.html +3 -3
  90. data/assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.0.js +521 -0
  91. data/assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.1.js +605 -0
  92. data/assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.3.js +643 -0
  93. data/assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.4.js +583 -0
  94. data/assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.5.js +665 -0
  95. data/assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.6.js +642 -0
  96. data/assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.7.js +673 -0
  97. data/assets/theme/j1/modules/videojs/{js/plugins/players/vm/api → plugins/players/vm/api/js}/vimeo.js +1 -1
  98. data/assets/theme/j1/modules/videojs/{js/plugins/players/vm/api → plugins/players/vm/api/js}/vimeo.min.js +1 -1
  99. data/assets/theme/j1/modules/videojs/{js/plugins/players/vm → plugins/players/vm/js}/vimeo.js +4 -5
  100. data/assets/theme/j1/modules/videojs/plugins/players/vm/js/vimeo.min.js +28 -0
  101. data/assets/theme/j1/modules/videojs/plugins/players/wt/!unused/wistia.0.js +395 -0
  102. data/assets/theme/j1/modules/videojs/plugins/players/wt/!unused/wistia.1.js +401 -0
  103. data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/examples → plugins/players/yt/!examples}/global-parameters.html +5 -5
  104. data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/examples → plugins/players/yt/!examples}/simple.html +5 -5
  105. data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/examples → plugins/players/yt/!examples}/switch.html +5 -5
  106. data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/examples → plugins/players/yt/!examples}/youtube-controls.html +5 -5
  107. data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/examples → plugins/players/yt/!examples}/youtube-javascript.html +5 -5
  108. data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/examples → plugins/players/yt/!examples}/youtube-list.html +5 -5
  109. data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/examples → plugins/players/yt/!examples}/youtube-playlist.html +5 -5
  110. data/lib/j1/version.rb +1 -1
  111. data/lib/starter_web/README.md +5 -5
  112. data/lib/starter_web/_config.yml +1 -1
  113. data/lib/starter_web/_data/blocks/banner.yml +2 -2
  114. data/lib/starter_web/_data/modules/amplitude_playlists.yml +16 -1
  115. data/lib/starter_web/_data/modules/attics.yml +11 -0
  116. data/lib/starter_web/_data/modules/carousel.yml +1 -1
  117. data/lib/starter_web/_data/modules/defaults/gallery.yml +3 -3
  118. data/lib/starter_web/_data/modules/defaults/masonry.yml +115 -22
  119. data/lib/starter_web/_data/modules/gallery.yml +225 -281
  120. data/lib/starter_web/_data/modules/masonry.yml +6 -0
  121. data/lib/starter_web/_data/modules/navigator_menu.yml +3 -3
  122. data/lib/starter_web/_data/resources.yml +16 -12
  123. data/lib/starter_web/_data/templates/feed.xml +1 -1
  124. data/lib/starter_web/_includes/attributes.asciidoc +7 -0
  125. data/lib/starter_web/_plugins/asciidoctor/videojs-block.rb +50 -30
  126. data/lib/starter_web/_plugins/asciidoctor/youtube-block.rb +37 -23
  127. data/lib/starter_web/_plugins/index/lunr.rb +1 -1
  128. data/lib/starter_web/assets/image/module/attic/1920x1280/alexander-redl.jpg +0 -0
  129. data/lib/starter_web/assets/image/module/attic/1920x1280/alexander-shatov.jpg +0 -0
  130. data/lib/starter_web/assets/image/module/attic/1920x1280/alexey-ruban.jpg +0 -0
  131. data/lib/starter_web/assets/image/module/attic/1920x1280/andrea-badino.jpg +0 -0
  132. data/lib/starter_web/assets/image/module/attic/1920x1280/bootstrap-modal.jpg +0 -0
  133. data/lib/starter_web/assets/image/module/attic/1920x1280/bp-miller.jpg +0 -0
  134. data/lib/starter_web/assets/image/module/attic/1920x1280/brad-neathery.jpg +0 -0
  135. data/lib/starter_web/assets/image/module/attic/1920x1280/brigitta-schneiter.jpg +0 -0
  136. data/lib/starter_web/assets/image/module/attic/1920x1280/build-with-gemini.jpg +0 -0
  137. data/lib/starter_web/assets/image/module/attic/1920x1280/clem-onojeghuo.jpg +0 -0
  138. data/lib/starter_web/assets/image/module/attic/1920x1280/crawford-jolly.jpg +0 -0
  139. data/lib/starter_web/assets/image/module/attic/1920x1280/eleni-afiontzi.jpg +0 -0
  140. data/lib/starter_web/assets/image/module/attic/1920x1280/fly-d.jpg +0 -0
  141. data/lib/starter_web/assets/image/module/attic/1920x1280/guillaume-bolduc.jpg +0 -0
  142. data/lib/starter_web/assets/image/module/attic/1920x1280/ideas-start-here-1920x1280.jpg +0 -0
  143. data/lib/starter_web/assets/image/module/attic/1920x1280/isaac-davis.jpg +0 -0
  144. data/lib/starter_web/assets/image/module/attic/1920x1280/j1-content-mockup-2.jpg +0 -0
  145. data/lib/starter_web/assets/image/module/attic/1920x1280/j1-content-mockup-3.jpg +0 -0
  146. data/lib/starter_web/assets/image/module/attic/1920x1280/j1-starter-mockup-1.jpg +0 -0
  147. data/lib/starter_web/assets/image/module/attic/1920x1280/john-schnobrich-2.jpg +0 -0
  148. data/lib/starter_web/assets/image/module/attic/1920x1280/josep-martins.jpg +0 -0
  149. data/lib/starter_web/assets/image/module/attic/1920x1280/josh-liu.jpg +0 -0
  150. data/lib/starter_web/assets/image/module/attic/1920x1280/kelly-sikkemal.jpg +0 -0
  151. data/lib/starter_web/assets/image/module/attic/1920x1280/kira-auf-der-heide.jpg +0 -0
  152. data/lib/starter_web/assets/image/module/attic/1920x1280/kristopher-roller.jpg +0 -0
  153. data/lib/starter_web/assets/image/module/attic/1920x1280/markus-spiske.jpg +0 -0
  154. data/lib/starter_web/assets/image/module/attic/1920x1280/martin-sanchez.jpg +0 -0
  155. data/lib/starter_web/assets/image/module/attic/1920x1280/material_symbols.jpg +0 -0
  156. data/lib/starter_web/assets/image/module/attic/1920x1280/matthaeus.jpg +0 -0
  157. data/lib/starter_web/assets/image/module/attic/1920x1280/melanie-deziel.jpg +0 -0
  158. data/lib/starter_web/assets/image/module/attic/1920x1280/milad-fakurian.jpg +0 -0
  159. data/lib/starter_web/assets/image/module/attic/1920x1280/mohammad-rahmani.jpg +0 -0
  160. data/lib/starter_web/assets/image/module/attic/1920x1280/nasa.jpg +0 -0
  161. data/lib/starter_web/assets/image/module/attic/1920x1280/quino-al-2.jpg +0 -0
  162. data/lib/starter_web/assets/image/module/attic/1920x1280/stories-ink-tattoo-care.jpg +0 -0
  163. data/lib/starter_web/assets/image/module/attic/1920x1280/towfiqu-barbhuiya.jpg +0 -0
  164. data/lib/starter_web/assets/image/page/tour/bootswatch-themes.jpg +0 -0
  165. data/lib/starter_web/assets/video/poster/vimeo/fall_2011.jpg +0 -0
  166. data/lib/starter_web/index.html +3 -2
  167. data/lib/starter_web/package.json +1 -1
  168. data/lib/starter_web/pages/public/panels/intro_panel/_includes/attributes.asciidoc +1 -1
  169. data/lib/starter_web/pages/public/tools/previewer/preview_bootstrap_theme.adoc +5 -5
  170. data/lib/starter_web/pages/public/tools/tester/app_tester_amplitudejs_yt.adoc +7 -3
  171. data/lib/starter_web/pages/public/tools/tester/app_tester_swiperjs.adoc +7 -3
  172. data/lib/starter_web/pages/public/tools/tester/videojs_macro_tester.adoc +297 -0
  173. data/lib/starter_web/pages/public/tour/_includes/attributes.asciidoc +1 -2
  174. data/lib/starter_web/pages/public/tour/_includes/documents/themes_bootstrap.asciidoc +1 -1
  175. data/lib/starter_web/pages/public/tour/asciidoc_extensions.adoc +7 -3
  176. data/lib/starter_web/pages/public/tour/bootstrap_themes.adoc +62 -7
  177. data/lib/starter_web/pages/public/tour/icon_fonts.adoc +4 -8
  178. data/lib/starter_web/pages/public/tour/modal_extentions.adoc +2 -2
  179. data/lib/starter_web/pages/public/tour/responsive_tables.adoc +21 -15
  180. data/lib/starter_web/pages/public/tour/typography.adoc +5 -5
  181. data/lib/starter_web/pages/public/tour/video_data.adoc +25 -5
  182. metadata +142 -118
  183. data/assets/data/swiper_app.2.html +0 -757
  184. data/assets/data/swiper_app.4.html +0 -769
  185. data/assets/theme/j1/modules/lightGallery/css/themes/uno/uno.css +0 -140
  186. data/assets/theme/j1/modules/lightGallery/css/themes/uno/uno.min.css +0 -19
  187. data/assets/theme/j1/modules/lightGallery/js/plugins/j1/j1-video.js +0 -402
  188. data/assets/theme/j1/modules/lightGallery/js/plugins/j1/j1-video.min.js +0 -7
  189. data/assets/theme/j1/modules/lightGallery/js/plugins/j1/lg-video.1.js +0 -585
  190. data/assets/theme/j1/modules/videojs/css/font/video-js-cdn.css +0 -2012
  191. data/assets/theme/j1/modules/videojs/css/plugins/controls/skipbuttons.0.css +0 -32
  192. data/assets/theme/j1/modules/videojs/css/plugins/controls/skipbuttons.1.css +0 -31
  193. data/assets/theme/j1/modules/videojs/css/plugins/controls/zoom.min.css +0 -21
  194. data/assets/theme/j1/modules/videojs/js/plugins/players/dm/examples/simple.html +0 -20
  195. data/assets/theme/j1/modules/videojs/js/plugins/players/vm/vimeo.min.js +0 -16
  196. data/assets/theme/j1/modules/videojs/js/plugins/players/wt/api/src/WistiaPlayer.ts +0 -1617
  197. data/lib/starter_web/_data/modules/gallery_app.yml +0 -1002
  198. data/lib/starter_web/_data/modules/gallery_playlists.yml +0 -534
  199. data/lib/starter_web/assets/image/module/attic/1920x1280/alina-grubnyak.jpg +0 -0
  200. data/lib/starter_web/assets/image/module/attic/1920x1280/bruno-figueiredo.jpg +0 -0
  201. data/lib/starter_web/assets/image/module/attic/1920x1280/harpal-singh.jpg +0 -0
  202. data/lib/starter_web/assets/image/module/attic/1920x1280/hayden-mills-2.jpg +0 -0
  203. data/lib/starter_web/assets/image/module/attic/1920x1280/j1-content-mockup-1.jpg +0 -0
  204. data/lib/starter_web/assets/image/module/attic/1920x1280/recha-oktaviani.jpg +0 -0
  205. data/lib/starter_web/assets/image/module/attic/1920x1280/tiny_desk.jpg +0 -0
  206. data/lib/starter_web/assets/image/module/attic/ideas-start-here-1920x1280-bw.jpg +0 -0
  207. data/lib/starter_web/assets/image/module/attic/ideas-start-here-1920x1280.jpg +0 -0
  208. data/lib/starter_web/assets/video/poster/vimeo/stay_colorful.jpg +0 -0
  209. /data/assets/theme/j1/modules/lightGallery/css/{themes → theme}/uno/icons/animation-w.png +0 -0
  210. /data/assets/theme/j1/modules/lightGallery/css/{themes → theme}/uno/icons/customize-w.png +0 -0
  211. /data/assets/theme/j1/modules/lightGallery/css/{themes → theme}/uno/icons/dynamic-w.png +0 -0
  212. /data/assets/theme/j1/modules/lightGallery/css/{themes → theme}/uno/icons/facebook-icon.svg +0 -0
  213. /data/assets/theme/j1/modules/lightGallery/css/{themes → theme}/uno/icons/googleplus-icon.svg +0 -0
  214. /data/assets/theme/j1/modules/lightGallery/css/{themes → theme}/uno/icons/html5-w.png +0 -0
  215. /data/assets/theme/j1/modules/lightGallery/css/{themes → theme}/uno/icons/linked-in.png +0 -0
  216. /data/assets/theme/j1/modules/lightGallery/css/{themes → theme}/uno/icons/module-w.png +0 -0
  217. /data/assets/theme/j1/modules/lightGallery/css/{themes → theme}/uno/icons/play-button-hover.svg +0 -0
  218. /data/assets/theme/j1/modules/lightGallery/css/{themes → theme}/uno/icons/play-button.png +0 -0
  219. /data/assets/theme/j1/modules/lightGallery/css/{themes → theme}/uno/icons/play-button.svg +0 -0
  220. /data/assets/theme/j1/modules/lightGallery/css/{themes → theme}/uno/icons/responsive-w.png +0 -0
  221. /data/assets/theme/j1/modules/lightGallery/css/{themes → theme}/uno/icons/thumb-w.png +0 -0
  222. /data/assets/theme/j1/modules/lightGallery/css/{themes → theme}/uno/icons/touch-w.png +0 -0
  223. /data/assets/theme/j1/modules/lightGallery/css/{themes → theme}/uno/icons/twitter-icon.svg +0 -0
  224. /data/assets/theme/j1/modules/lightGallery/css/{themes → theme}/uno/icons/twitter.png +0 -0
  225. /data/assets/theme/j1/modules/lightGallery/css/{themes → theme}/uno/icons/video1-w.png +0 -0
  226. /data/assets/theme/j1/modules/lightGallery/css/{themes → theme}/uno/icons/zoom-w.png +0 -0
  227. /data/assets/theme/j1/modules/lightGallery/css/{themes → theme}/uno/icons/zoom.png +0 -0
  228. /data/assets/theme/j1/modules/videoPlayer/dailymotion/js/{!readme → README.md} +0 -0
  229. /data/assets/theme/j1/modules/videoPlayer/tiktoc/{js/player.min.js → player.min.js} +0 -0
  230. /data/assets/theme/j1/modules/videoPlayer/vimeo/js/{!readme → README.md} +0 -0
  231. /data/assets/theme/j1/modules/videoPlayer/wistia/js/{!readme → README.md} +0 -0
  232. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/controls/autocaption/LICENSE +0 -0
  233. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/controls/autocaption/README.md +0 -0
  234. /data/assets/theme/j1/modules/videojs/{js/plugins/controls/autocaption → plugins/controls/autocaption/js}/autocaption.min.js +0 -0
  235. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/controls/hotkeys/LICENSE.md +0 -0
  236. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/controls/hotkeys/README.md +0 -0
  237. /data/assets/theme/j1/modules/videojs/{js/plugins/controls/hotkeys → plugins/controls/hotkeys/js}/hotkeys.js +0 -0
  238. /data/assets/theme/j1/modules/videojs/{js/plugins/controls/hotkeys → plugins/controls/hotkeys/js}/hotkeys.min.js +0 -0
  239. /data/assets/theme/j1/modules/videojs/{css/plugins/controls → plugins/controls/skipbuttons/css}/skipbuttons.css +0 -0
  240. /data/assets/theme/j1/modules/videojs/{css/plugins/controls → plugins/controls/skipbuttons/css}/skipbuttons.min.css +0 -0
  241. /data/assets/theme/j1/modules/videojs/{js/plugins/controls/skipbuttons → plugins/controls/skipbuttons/js}/skipbuttons.js +0 -0
  242. /data/assets/theme/j1/modules/videojs/{js/plugins/controls/skipbuttons → plugins/controls/skipbuttons/js}/skipbuttons.min.js +0 -0
  243. /data/assets/theme/j1/modules/videojs/{js/plugins/controls/zoom/examples → plugins/controls/zoom/!examples}/index.html +0 -0
  244. /data/assets/theme/j1/modules/videojs/{js/plugins/controls/zoom/examples → plugins/controls/zoom/!examples}/index.js +0 -0
  245. /data/assets/theme/j1/modules/videojs/{js/plugins/controls/zoom/examples → plugins/controls/zoom/!examples}/styles.css +0 -0
  246. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/controls/zoom/LICENSE.md +0 -0
  247. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/controls/zoom/README.md +0 -0
  248. /data/assets/theme/j1/modules/videojs/{js/plugins/controls/zoom → plugins/controls/zoom/js}/zoom.js +0 -0
  249. /data/assets/theme/j1/modules/videojs/{js/plugins/controls/zoom → plugins/controls/zoom/js}/zoom.min.js +0 -0
  250. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/players/dm/LICENSE +0 -0
  251. /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/doc → plugins/players/dm}/README.md +0 -0
  252. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/players/dm/api/LICENSE +0 -0
  253. /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/api/doc → plugins/players/dm/api}/README.md +0 -0
  254. /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/api → plugins/players/dm/api/js}/dailymotion.sdk.js +0 -0
  255. /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/api → plugins/players/dm/api/js}/dailymotion.sdk.min.js +0 -0
  256. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/players/dm/icon/scalable/dailymotion.svg +0 -0
  257. /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm → plugins/players/dm/js}/dailymotion.min.js +0 -0
  258. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/players/vm/LICENSE +0 -0
  259. /data/assets/theme/j1/modules/videojs/{js/plugins/players/vm/doc → plugins/players/vm}/README.md +0 -0
  260. /data/assets/theme/j1/modules/videojs/{js/plugins/players/vm/api/doc → plugins/players/vm/api}/README.md +0 -0
  261. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/players/vm/api/css/embed.player.css +0 -0
  262. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/players/vm/api/css/embed.player.uno.css +0 -0
  263. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/players/vm/api/css/player.css +0 -0
  264. /data/assets/theme/j1/modules/videojs/{js/plugins/players/wt/doc → plugins/players/wt}/README.md +0 -0
  265. /data/assets/theme/j1/modules/videojs/{js/plugins/players/wt/api/doc/Readme.txt → plugins/players/wt/api/README.md} +0 -0
  266. /data/assets/theme/j1/modules/videojs/{js/plugins/players/wt/api → plugins/players/wt/api/js}/wistia.min.js +0 -0
  267. /data/assets/theme/j1/modules/videojs/{js/plugins/players/wt → plugins/players/wt/js}/wistia.js +0 -0
  268. /data/assets/theme/j1/modules/videojs/{js/plugins/players/wt → plugins/players/wt/js}/wistia.min.js +0 -0
  269. /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/v3.0.0 → plugins/players/yt/!v3.0.0}/youtube.js +0 -0
  270. /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/v3.0.0 → plugins/players/yt/!v3.0.0}/youtube.min.js +0 -0
  271. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/players/yt/LICENSE +0 -0
  272. /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/doc → plugins/players/yt}/README.md +0 -0
  273. /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/api → plugins/players/yt/api/js}/youtube.min.js +0 -0
  274. /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt → plugins/players/yt/js}/youtube.js +0 -0
  275. /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt → plugins/players/yt/js}/youtube.min.js +0 -0
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  title: Video
3
3
  title_extention: J1 Template Apps
4
- tagline: Players
4
+ tagline: J1 Players
5
5
 
6
6
  date: 2020-11-04
7
7
  #last_modified: 2023-01-01
@@ -21,7 +21,7 @@ categories: [ Tour ]
21
21
  tags: [ Video, Module ]
22
22
 
23
23
  image:
24
- path: /assets/video/headers/present_videos/still/underground-broadway.jpg
24
+ path: /assets/image/module/attic/1920x1280/alexander-shatov.jpg
25
25
  width: 1920
26
26
  height: 1280
27
27
 
@@ -40,8 +40,12 @@ resource_options:
40
40
  collapseDepth: 3
41
41
  - attic:
42
42
  slides:
43
- - url: /assets/image/module/attic/lianhao-1920x1280.jpg
44
- alt: Playback Video
43
+ - url: /assets/image/module/attic/1920x1280/alexander-shatov.jpg
44
+ alt: Photo by Alexander Shatov on Unsplash
45
+ badge:
46
+ type: unsplash
47
+ author: Alexander Shatov
48
+ href: //unsplash.com/de/@alexbemore
45
49
  ---
46
50
 
47
51
  // Page Initializer
@@ -67,6 +71,7 @@ resource_options:
67
71
  :dm_video: false
68
72
  :vm_video: true
69
73
  :masonry: true
74
+ :lightGallery: false
70
75
  :dm_gallery: true
71
76
  :vm_gallery: true
72
77
 
@@ -279,7 +284,7 @@ how to use lightGallery for *commercial* websites and projects.
279
284
  ====
280
285
 
281
286
  Find below examples of video galleries of locally stored (MP4) video resources
282
- and video content provided online.
287
+ *and* video content provided online.
283
288
 
284
289
  ifeval::[{masonry} == true]
285
290
  [role="mt-4"]
@@ -300,6 +305,20 @@ link:{url-j1-masonry-previewer}[Masonry Preview, {browser-window--new}] page.
300
305
  ====
301
306
  endif::[]
302
307
 
308
+
309
+ ifeval::[{lightGallery} == true]
310
+ [role="mt-4"]
311
+ === lightGallery (YouTube)
312
+
313
+ The galley maker *justifiedGallery* in combination with the *lightbox*
314
+ lightGallery is a great toolset for creating dynamic video galleries.
315
+ The module combinati0n makes creating a gallery to access videos easy.
316
+
317
+ .YouTube Video · justifiedGallery + LightGallery
318
+ gallery::jg_video_youtube_james_and_adele[role="mb-4"]
319
+ endif::[]
320
+
321
+
303
322
  [role="mt-4"]
304
323
  [[local-video-2]]
305
324
  === Local Video
@@ -319,6 +338,7 @@ HD 720p (1280x720 pixel).
319
338
  .Local MP4 Video · Justified Gallery + LightGallery
320
339
  gallery::jg_video_html5[role="mb-4"]
321
340
 
341
+
322
342
  ifeval::[{yt_gallery} == true]
323
343
  [role="mt-4"]
324
344
  === YouTube
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: j1-template
3
3
  version: !ruby/object:Gem::Version
4
- version: 2024.3.22
4
+ version: 2024.3.24
5
5
  platform: ruby
6
6
  authors:
7
7
  - juergen_jekyll_one
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-05-29 00:00:00.000000000 Z
11
+ date: 2025-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -316,7 +316,7 @@ files:
316
316
  - assets/data/docsearch.html
317
317
  - assets/data/fab.html
318
318
  - assets/data/footer.html
319
- - assets/data/galeries.html
319
+ - assets/data/gallery_app.html
320
320
  - assets/data/gallery_customizer.html
321
321
  - assets/data/gemini-ui.html
322
322
  - assets/data/iframes.html
@@ -340,8 +340,6 @@ files:
340
340
  - assets/data/rtext_resizer.html
341
341
  - assets/data/slick.html
342
342
  - assets/data/speak2me.html
343
- - assets/data/swiper_app.2.html
344
- - assets/data/swiper_app.4.html
345
343
  - assets/data/swiper_app.html
346
344
  - assets/data/swiper_app.json
347
345
  - assets/data/themes.bootswatch.json
@@ -361,6 +359,7 @@ files:
361
359
  - assets/page/HTTP501.html
362
360
  - assets/page/HTTP502.html
363
361
  - assets/page/HTTP503.html
362
+ - assets/theme/bla
364
363
  - assets/theme/j1/adapter/js/advertising.js
365
364
  - assets/theme/j1/adapter/js/algolia.js
366
365
  - assets/theme/j1/adapter/js/amplitude.js
@@ -1267,27 +1266,27 @@ files:
1267
1266
  - assets/theme/j1/modules/lightGallery/css/lg-transitions.min.css
1268
1267
  - assets/theme/j1/modules/lightGallery/css/lightgallery-bundle.css
1269
1268
  - assets/theme/j1/modules/lightGallery/css/lightgallery-bundle.min.css
1270
- - assets/theme/j1/modules/lightGallery/css/themes/uno/icons/animation-w.png
1271
- - assets/theme/j1/modules/lightGallery/css/themes/uno/icons/customize-w.png
1272
- - assets/theme/j1/modules/lightGallery/css/themes/uno/icons/dynamic-w.png
1273
- - assets/theme/j1/modules/lightGallery/css/themes/uno/icons/facebook-icon.svg
1274
- - assets/theme/j1/modules/lightGallery/css/themes/uno/icons/googleplus-icon.svg
1275
- - assets/theme/j1/modules/lightGallery/css/themes/uno/icons/html5-w.png
1276
- - assets/theme/j1/modules/lightGallery/css/themes/uno/icons/linked-in.png
1277
- - assets/theme/j1/modules/lightGallery/css/themes/uno/icons/module-w.png
1278
- - assets/theme/j1/modules/lightGallery/css/themes/uno/icons/play-button-hover.svg
1279
- - assets/theme/j1/modules/lightGallery/css/themes/uno/icons/play-button.png
1280
- - assets/theme/j1/modules/lightGallery/css/themes/uno/icons/play-button.svg
1281
- - assets/theme/j1/modules/lightGallery/css/themes/uno/icons/responsive-w.png
1282
- - assets/theme/j1/modules/lightGallery/css/themes/uno/icons/thumb-w.png
1283
- - assets/theme/j1/modules/lightGallery/css/themes/uno/icons/touch-w.png
1284
- - assets/theme/j1/modules/lightGallery/css/themes/uno/icons/twitter-icon.svg
1285
- - assets/theme/j1/modules/lightGallery/css/themes/uno/icons/twitter.png
1286
- - assets/theme/j1/modules/lightGallery/css/themes/uno/icons/video1-w.png
1287
- - assets/theme/j1/modules/lightGallery/css/themes/uno/icons/zoom-w.png
1288
- - assets/theme/j1/modules/lightGallery/css/themes/uno/icons/zoom.png
1289
- - assets/theme/j1/modules/lightGallery/css/themes/uno/uno.css
1290
- - assets/theme/j1/modules/lightGallery/css/themes/uno/uno.min.css
1269
+ - assets/theme/j1/modules/lightGallery/css/theme/uno/icons/animation-w.png
1270
+ - assets/theme/j1/modules/lightGallery/css/theme/uno/icons/customize-w.png
1271
+ - assets/theme/j1/modules/lightGallery/css/theme/uno/icons/dynamic-w.png
1272
+ - assets/theme/j1/modules/lightGallery/css/theme/uno/icons/facebook-icon.svg
1273
+ - assets/theme/j1/modules/lightGallery/css/theme/uno/icons/googleplus-icon.svg
1274
+ - assets/theme/j1/modules/lightGallery/css/theme/uno/icons/html5-w.png
1275
+ - assets/theme/j1/modules/lightGallery/css/theme/uno/icons/linked-in.png
1276
+ - assets/theme/j1/modules/lightGallery/css/theme/uno/icons/module-w.png
1277
+ - assets/theme/j1/modules/lightGallery/css/theme/uno/icons/play-button-hover.svg
1278
+ - assets/theme/j1/modules/lightGallery/css/theme/uno/icons/play-button.png
1279
+ - assets/theme/j1/modules/lightGallery/css/theme/uno/icons/play-button.svg
1280
+ - assets/theme/j1/modules/lightGallery/css/theme/uno/icons/responsive-w.png
1281
+ - assets/theme/j1/modules/lightGallery/css/theme/uno/icons/thumb-w.png
1282
+ - assets/theme/j1/modules/lightGallery/css/theme/uno/icons/touch-w.png
1283
+ - assets/theme/j1/modules/lightGallery/css/theme/uno/icons/twitter-icon.svg
1284
+ - assets/theme/j1/modules/lightGallery/css/theme/uno/icons/twitter.png
1285
+ - assets/theme/j1/modules/lightGallery/css/theme/uno/icons/video1-w.png
1286
+ - assets/theme/j1/modules/lightGallery/css/theme/uno/icons/zoom-w.png
1287
+ - assets/theme/j1/modules/lightGallery/css/theme/uno/icons/zoom.png
1288
+ - assets/theme/j1/modules/lightGallery/css/theme/uno/uno.css
1289
+ - assets/theme/j1/modules/lightGallery/css/theme/uno/uno.min.css
1291
1290
  - assets/theme/j1/modules/lightGallery/fonts/lg.svg
1292
1291
  - assets/theme/j1/modules/lightGallery/fonts/lg.ttf
1293
1292
  - assets/theme/j1/modules/lightGallery/fonts/lg.woff
@@ -1303,9 +1302,6 @@ files:
1303
1302
  - assets/theme/j1/modules/lightGallery/js/parser/webvtt/README.md
1304
1303
  - assets/theme/j1/modules/lightGallery/js/parser/webvtt/parser.js
1305
1304
  - assets/theme/j1/modules/lightGallery/js/parser/webvtt/parser.min.js
1306
- - assets/theme/j1/modules/lightGallery/js/plugins/j1/j1-video.js
1307
- - assets/theme/j1/modules/lightGallery/js/plugins/j1/j1-video.min.js
1308
- - assets/theme/j1/modules/lightGallery/js/plugins/j1/lg-video.1.js
1309
1305
  - assets/theme/j1/modules/lightGallery/js/plugins/lg-autoplay.js
1310
1306
  - assets/theme/j1/modules/lightGallery/js/plugins/lg-autoplay.min.js
1311
1307
  - assets/theme/j1/modules/lightGallery/js/plugins/lg-comment.js
@@ -1318,6 +1314,8 @@ files:
1318
1314
  - assets/theme/j1/modules/lightGallery/js/plugins/lg-medium-zoom.min.js
1319
1315
  - assets/theme/j1/modules/lightGallery/js/plugins/lg-pager.js
1320
1316
  - assets/theme/j1/modules/lightGallery/js/plugins/lg-pager.min.js
1317
+ - assets/theme/j1/modules/lightGallery/js/plugins/lg-relative-caption.js
1318
+ - assets/theme/j1/modules/lightGallery/js/plugins/lg-relative-caption.min.js
1321
1319
  - assets/theme/j1/modules/lightGallery/js/plugins/lg-rotate.js
1322
1320
  - assets/theme/j1/modules/lightGallery/js/plugins/lg-rotate.min.js
1323
1321
  - assets/theme/j1/modules/lightGallery/js/plugins/lg-share.js
@@ -1746,13 +1744,15 @@ files:
1746
1744
  - assets/theme/j1/modules/translator/js/translator.min.js
1747
1745
  - assets/theme/j1/modules/tubeninja/css/tubeninja.css
1748
1746
  - assets/theme/j1/modules/tubeninja/js/tubeninja.js
1749
- - assets/theme/j1/modules/videoPlayer/dailymotion/js/!readme
1747
+ - assets/theme/j1/modules/videoPlayer/dailymotion/js/README.md
1750
1748
  - assets/theme/j1/modules/videoPlayer/dailymotion/js/player.min.js
1751
- - assets/theme/j1/modules/videoPlayer/tiktoc/js/player.min.js
1752
- - assets/theme/j1/modules/videoPlayer/vimeo/js/!readme
1749
+ - assets/theme/j1/modules/videoPlayer/tiktoc/README.md
1750
+ - assets/theme/j1/modules/videoPlayer/tiktoc/player.min.js
1751
+ - assets/theme/j1/modules/videoPlayer/vimeo/js/README.md
1753
1752
  - assets/theme/j1/modules/videoPlayer/vimeo/js/player.min.js
1754
- - assets/theme/j1/modules/videoPlayer/wistia/js/!readme
1753
+ - assets/theme/j1/modules/videoPlayer/wistia/js/README.md
1755
1754
  - assets/theme/j1/modules/videoPlayer/wistia/js/player.min.js
1755
+ - assets/theme/j1/modules/videojs/assets/README.md
1756
1756
  - assets/theme/j1/modules/videojs/assets/icons/big-play-button-hover.svg
1757
1757
  - assets/theme/j1/modules/videojs/assets/icons/big-play-button.svg
1758
1758
  - assets/theme/j1/modules/videojs/assets/icons/custom-icons/next.svg
@@ -1760,15 +1760,11 @@ files:
1760
1760
  - assets/theme/j1/modules/videojs/assets/icons/material-icons.woff2
1761
1761
  - assets/theme/j1/modules/videojs/assets/icons/small/big-play-button-hover.svg
1762
1762
  - assets/theme/j1/modules/videojs/assets/icons/small/big-play-button.svg
1763
+ - assets/theme/j1/modules/videojs/assets/icons/speedometer-medium.svg
1763
1764
  - assets/theme/j1/modules/videojs/css/font/README.md
1764
1765
  - assets/theme/j1/modules/videojs/css/font/VideoJS.svg
1765
- - assets/theme/j1/modules/videojs/css/font/video-js-cdn.css
1766
- - assets/theme/j1/modules/videojs/css/plugins/controls/skipbuttons.0.css
1767
- - assets/theme/j1/modules/videojs/css/plugins/controls/skipbuttons.1.css
1768
- - assets/theme/j1/modules/videojs/css/plugins/controls/skipbuttons.css
1769
- - assets/theme/j1/modules/videojs/css/plugins/controls/skipbuttons.min.css
1770
- - assets/theme/j1/modules/videojs/css/plugins/controls/zoom.css
1771
- - assets/theme/j1/modules/videojs/css/plugins/controls/zoom.min.css
1766
+ - assets/theme/j1/modules/videojs/css/font/VideoJS.ttf
1767
+ - assets/theme/j1/modules/videojs/css/font/VideoJS.woff
1772
1768
  - assets/theme/j1/modules/videojs/css/themes/city.css
1773
1769
  - assets/theme/j1/modules/videojs/css/themes/city.min.css
1774
1770
  - assets/theme/j1/modules/videojs/css/themes/fantasy.css
@@ -1781,74 +1777,103 @@ files:
1781
1777
  - assets/theme/j1/modules/videojs/css/themes/uno.min.css
1782
1778
  - assets/theme/j1/modules/videojs/css/videojs.css
1783
1779
  - assets/theme/j1/modules/videojs/css/videojs.min.css
1784
- - assets/theme/j1/modules/videojs/js/plugins/controls/autocaption/LICENSE
1785
- - assets/theme/j1/modules/videojs/js/plugins/controls/autocaption/README.md
1786
- - assets/theme/j1/modules/videojs/js/plugins/controls/autocaption/autocaption.js
1787
- - assets/theme/j1/modules/videojs/js/plugins/controls/autocaption/autocaption.min.js
1788
- - assets/theme/j1/modules/videojs/js/plugins/controls/hotkeys/LICENSE.md
1789
- - assets/theme/j1/modules/videojs/js/plugins/controls/hotkeys/README.md
1790
- - assets/theme/j1/modules/videojs/js/plugins/controls/hotkeys/examples/example.html
1791
- - assets/theme/j1/modules/videojs/js/plugins/controls/hotkeys/hotkeys.js
1792
- - assets/theme/j1/modules/videojs/js/plugins/controls/hotkeys/hotkeys.min.js
1793
- - assets/theme/j1/modules/videojs/js/plugins/controls/skipbuttons/README.md
1794
- - assets/theme/j1/modules/videojs/js/plugins/controls/skipbuttons/skipbuttons.js
1795
- - assets/theme/j1/modules/videojs/js/plugins/controls/skipbuttons/skipbuttons.min.js
1796
- - assets/theme/j1/modules/videojs/js/plugins/controls/zoom/LICENSE.md
1797
- - assets/theme/j1/modules/videojs/js/plugins/controls/zoom/README.md
1798
- - assets/theme/j1/modules/videojs/js/plugins/controls/zoom/examples/index.html
1799
- - assets/theme/j1/modules/videojs/js/plugins/controls/zoom/examples/index.js
1800
- - assets/theme/j1/modules/videojs/js/plugins/controls/zoom/examples/styles.css
1801
- - assets/theme/j1/modules/videojs/js/plugins/controls/zoom/zoom.js
1802
- - assets/theme/j1/modules/videojs/js/plugins/controls/zoom/zoom.min.js
1803
- - assets/theme/j1/modules/videojs/js/plugins/players/dm/LICENSE
1804
- - assets/theme/j1/modules/videojs/js/plugins/players/dm/api/LICENSE
1805
- - assets/theme/j1/modules/videojs/js/plugins/players/dm/api/dailymotion.sdk.js
1806
- - assets/theme/j1/modules/videojs/js/plugins/players/dm/api/dailymotion.sdk.min.js
1807
- - assets/theme/j1/modules/videojs/js/plugins/players/dm/api/doc/README.md
1808
- - assets/theme/j1/modules/videojs/js/plugins/players/dm/dailymotion.js
1809
- - assets/theme/j1/modules/videojs/js/plugins/players/dm/dailymotion.min.js
1810
- - assets/theme/j1/modules/videojs/js/plugins/players/dm/doc/README.md
1811
- - assets/theme/j1/modules/videojs/js/plugins/players/dm/examples/dailymotion-controls.html
1812
- - assets/theme/j1/modules/videojs/js/plugins/players/dm/examples/dailymotion-javascript.html
1813
- - assets/theme/j1/modules/videojs/js/plugins/players/dm/examples/dailymotion-playlist.html
1814
- - assets/theme/j1/modules/videojs/js/plugins/players/dm/examples/global-parameters.html
1815
- - assets/theme/j1/modules/videojs/js/plugins/players/dm/examples/simple.html
1816
- - assets/theme/j1/modules/videojs/js/plugins/players/dm/examples/switch.html
1817
- - assets/theme/j1/modules/videojs/js/plugins/players/dm/icon/scalable/dailymotion.svg
1818
- - assets/theme/j1/modules/videojs/js/plugins/players/vm/LICENSE
1819
- - assets/theme/j1/modules/videojs/js/plugins/players/vm/api/css/embed.player.css
1820
- - assets/theme/j1/modules/videojs/js/plugins/players/vm/api/css/embed.player.uno.css
1821
- - assets/theme/j1/modules/videojs/js/plugins/players/vm/api/css/player.css
1822
- - assets/theme/j1/modules/videojs/js/plugins/players/vm/api/doc/README.md
1823
- - assets/theme/j1/modules/videojs/js/plugins/players/vm/api/vimeo.js
1824
- - assets/theme/j1/modules/videojs/js/plugins/players/vm/api/vimeo.min.js
1825
- - assets/theme/j1/modules/videojs/js/plugins/players/vm/doc/README.md
1826
- - assets/theme/j1/modules/videojs/js/plugins/players/vm/examples/index.html
1827
- - assets/theme/j1/modules/videojs/js/plugins/players/vm/examples/player/index.html
1828
- - assets/theme/j1/modules/videojs/js/plugins/players/vm/vimeo.js
1829
- - assets/theme/j1/modules/videojs/js/plugins/players/vm/vimeo.min.js
1830
- - assets/theme/j1/modules/videojs/js/plugins/players/wt/api/doc/Readme.txt
1831
- - assets/theme/j1/modules/videojs/js/plugins/players/wt/api/src/WistiaPlayer.ts
1832
- - assets/theme/j1/modules/videojs/js/plugins/players/wt/api/wistia.min.js
1833
- - assets/theme/j1/modules/videojs/js/plugins/players/wt/doc/README.md
1834
- - assets/theme/j1/modules/videojs/js/plugins/players/wt/wistia.js
1835
- - assets/theme/j1/modules/videojs/js/plugins/players/wt/wistia.min.js
1836
- - assets/theme/j1/modules/videojs/js/plugins/players/yt/LICENSE
1837
- - assets/theme/j1/modules/videojs/js/plugins/players/yt/api/youtube.min.js
1838
- - assets/theme/j1/modules/videojs/js/plugins/players/yt/doc/README.md
1839
- - assets/theme/j1/modules/videojs/js/plugins/players/yt/examples/global-parameters.html
1840
- - assets/theme/j1/modules/videojs/js/plugins/players/yt/examples/simple.html
1841
- - assets/theme/j1/modules/videojs/js/plugins/players/yt/examples/switch.html
1842
- - assets/theme/j1/modules/videojs/js/plugins/players/yt/examples/youtube-controls.html
1843
- - assets/theme/j1/modules/videojs/js/plugins/players/yt/examples/youtube-javascript.html
1844
- - assets/theme/j1/modules/videojs/js/plugins/players/yt/examples/youtube-list.html
1845
- - assets/theme/j1/modules/videojs/js/plugins/players/yt/examples/youtube-playlist.html
1846
- - assets/theme/j1/modules/videojs/js/plugins/players/yt/v3.0.0/youtube.js
1847
- - assets/theme/j1/modules/videojs/js/plugins/players/yt/v3.0.0/youtube.min.js
1848
- - assets/theme/j1/modules/videojs/js/plugins/players/yt/youtube.js
1849
- - assets/theme/j1/modules/videojs/js/plugins/players/yt/youtube.min.js
1850
1780
  - assets/theme/j1/modules/videojs/js/video.js
1851
1781
  - assets/theme/j1/modules/videojs/js/video.min.js
1782
+ - assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/!examples/index.html
1783
+ - assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/LICENSE
1784
+ - assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/README.md
1785
+ - assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/css/aspect-ratio-panel.css
1786
+ - assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/css/aspect-ratio-panel.min.css
1787
+ - assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/js/aspect-ratio-panel.js
1788
+ - assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/js/aspect-ratio-panel.min.js
1789
+ - assets/theme/j1/modules/videojs/plugins/controls/autocaption/LICENSE
1790
+ - assets/theme/j1/modules/videojs/plugins/controls/autocaption/README.md
1791
+ - assets/theme/j1/modules/videojs/plugins/controls/autocaption/js/autocaption.js
1792
+ - assets/theme/j1/modules/videojs/plugins/controls/autocaption/js/autocaption.min.js
1793
+ - assets/theme/j1/modules/videojs/plugins/controls/hotkeys/!examples/example.html
1794
+ - assets/theme/j1/modules/videojs/plugins/controls/hotkeys/LICENSE.md
1795
+ - assets/theme/j1/modules/videojs/plugins/controls/hotkeys/README.md
1796
+ - assets/theme/j1/modules/videojs/plugins/controls/hotkeys/js/hotkeys.js
1797
+ - assets/theme/j1/modules/videojs/plugins/controls/hotkeys/js/hotkeys.min.js
1798
+ - assets/theme/j1/modules/videojs/plugins/controls/persist-settings/!examples/index.html
1799
+ - assets/theme/j1/modules/videojs/plugins/controls/persist-settings/LICENSE
1800
+ - assets/theme/j1/modules/videojs/plugins/controls/persist-settings/README.md
1801
+ - assets/theme/j1/modules/videojs/plugins/controls/persist-settings/js/videojs-persist.js
1802
+ - assets/theme/j1/modules/videojs/plugins/controls/persist-settings/js/videojs-persist.min.js
1803
+ - assets/theme/j1/modules/videojs/plugins/controls/playbackrate-adjuster/!examples/index.html
1804
+ - assets/theme/j1/modules/videojs/plugins/controls/playbackrate-adjuster/LICENSE
1805
+ - assets/theme/j1/modules/videojs/plugins/controls/playbackrate-adjuster/README.md
1806
+ - assets/theme/j1/modules/videojs/plugins/controls/playbackrate-adjuster/js/playbackrate-adjuster.js
1807
+ - assets/theme/j1/modules/videojs/plugins/controls/playbackrate-adjuster/js/playbackrate-adjuster.min.js
1808
+ - assets/theme/j1/modules/videojs/plugins/controls/skipbuttons/README.md
1809
+ - assets/theme/j1/modules/videojs/plugins/controls/skipbuttons/css/skipbuttons.css
1810
+ - assets/theme/j1/modules/videojs/plugins/controls/skipbuttons/css/skipbuttons.min.css
1811
+ - assets/theme/j1/modules/videojs/plugins/controls/skipbuttons/js/skipbuttons.js
1812
+ - assets/theme/j1/modules/videojs/plugins/controls/skipbuttons/js/skipbuttons.min.js
1813
+ - assets/theme/j1/modules/videojs/plugins/controls/zoom/!examples/index.html
1814
+ - assets/theme/j1/modules/videojs/plugins/controls/zoom/!examples/index.js
1815
+ - assets/theme/j1/modules/videojs/plugins/controls/zoom/!examples/styles.css
1816
+ - assets/theme/j1/modules/videojs/plugins/controls/zoom/LICENSE.md
1817
+ - assets/theme/j1/modules/videojs/plugins/controls/zoom/README.md
1818
+ - assets/theme/j1/modules/videojs/plugins/controls/zoom/css/zoom.css
1819
+ - assets/theme/j1/modules/videojs/plugins/controls/zoom/css/zoom.min.css
1820
+ - assets/theme/j1/modules/videojs/plugins/controls/zoom/js/zoom.js
1821
+ - assets/theme/j1/modules/videojs/plugins/controls/zoom/js/zoom.min.js
1822
+ - assets/theme/j1/modules/videojs/plugins/players/dm/!examples/dailymotion-controls.html
1823
+ - assets/theme/j1/modules/videojs/plugins/players/dm/!examples/dailymotion-javascript.html
1824
+ - assets/theme/j1/modules/videojs/plugins/players/dm/!examples/dailymotion-playlist.html
1825
+ - assets/theme/j1/modules/videojs/plugins/players/dm/!examples/global-parameters.html
1826
+ - assets/theme/j1/modules/videojs/plugins/players/dm/!examples/simple.html
1827
+ - assets/theme/j1/modules/videojs/plugins/players/dm/!examples/switch.html
1828
+ - assets/theme/j1/modules/videojs/plugins/players/dm/LICENSE
1829
+ - assets/theme/j1/modules/videojs/plugins/players/dm/README.md
1830
+ - assets/theme/j1/modules/videojs/plugins/players/dm/api/LICENSE
1831
+ - assets/theme/j1/modules/videojs/plugins/players/dm/api/README.md
1832
+ - assets/theme/j1/modules/videojs/plugins/players/dm/api/js/dailymotion.sdk.js
1833
+ - assets/theme/j1/modules/videojs/plugins/players/dm/api/js/dailymotion.sdk.min.js
1834
+ - assets/theme/j1/modules/videojs/plugins/players/dm/icon/scalable/dailymotion.svg
1835
+ - assets/theme/j1/modules/videojs/plugins/players/dm/js/dailymotion.js
1836
+ - assets/theme/j1/modules/videojs/plugins/players/dm/js/dailymotion.min.js
1837
+ - assets/theme/j1/modules/videojs/plugins/players/vm/!examples/index.html
1838
+ - assets/theme/j1/modules/videojs/plugins/players/vm/!examples/player/index.html
1839
+ - assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.0.js
1840
+ - assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.1.js
1841
+ - assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.3.js
1842
+ - assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.4.js
1843
+ - assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.5.js
1844
+ - assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.6.js
1845
+ - assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.7.js
1846
+ - assets/theme/j1/modules/videojs/plugins/players/vm/LICENSE
1847
+ - assets/theme/j1/modules/videojs/plugins/players/vm/README.md
1848
+ - assets/theme/j1/modules/videojs/plugins/players/vm/api/README.md
1849
+ - assets/theme/j1/modules/videojs/plugins/players/vm/api/css/embed.player.css
1850
+ - assets/theme/j1/modules/videojs/plugins/players/vm/api/css/embed.player.uno.css
1851
+ - assets/theme/j1/modules/videojs/plugins/players/vm/api/css/player.css
1852
+ - assets/theme/j1/modules/videojs/plugins/players/vm/api/js/vimeo.js
1853
+ - assets/theme/j1/modules/videojs/plugins/players/vm/api/js/vimeo.min.js
1854
+ - assets/theme/j1/modules/videojs/plugins/players/vm/js/vimeo.js
1855
+ - assets/theme/j1/modules/videojs/plugins/players/vm/js/vimeo.min.js
1856
+ - assets/theme/j1/modules/videojs/plugins/players/wt/!unused/wistia.0.js
1857
+ - assets/theme/j1/modules/videojs/plugins/players/wt/!unused/wistia.1.js
1858
+ - assets/theme/j1/modules/videojs/plugins/players/wt/README.md
1859
+ - assets/theme/j1/modules/videojs/plugins/players/wt/api/README.md
1860
+ - assets/theme/j1/modules/videojs/plugins/players/wt/api/js/wistia.min.js
1861
+ - assets/theme/j1/modules/videojs/plugins/players/wt/js/wistia.js
1862
+ - assets/theme/j1/modules/videojs/plugins/players/wt/js/wistia.min.js
1863
+ - assets/theme/j1/modules/videojs/plugins/players/yt/!examples/global-parameters.html
1864
+ - assets/theme/j1/modules/videojs/plugins/players/yt/!examples/simple.html
1865
+ - assets/theme/j1/modules/videojs/plugins/players/yt/!examples/switch.html
1866
+ - assets/theme/j1/modules/videojs/plugins/players/yt/!examples/youtube-controls.html
1867
+ - assets/theme/j1/modules/videojs/plugins/players/yt/!examples/youtube-javascript.html
1868
+ - assets/theme/j1/modules/videojs/plugins/players/yt/!examples/youtube-list.html
1869
+ - assets/theme/j1/modules/videojs/plugins/players/yt/!examples/youtube-playlist.html
1870
+ - assets/theme/j1/modules/videojs/plugins/players/yt/!v3.0.0/youtube.js
1871
+ - assets/theme/j1/modules/videojs/plugins/players/yt/!v3.0.0/youtube.min.js
1872
+ - assets/theme/j1/modules/videojs/plugins/players/yt/LICENSE
1873
+ - assets/theme/j1/modules/videojs/plugins/players/yt/README.md
1874
+ - assets/theme/j1/modules/videojs/plugins/players/yt/api/js/youtube.min.js
1875
+ - assets/theme/j1/modules/videojs/plugins/players/yt/js/youtube.js
1876
+ - assets/theme/j1/modules/videojs/plugins/players/yt/js/youtube.min.js
1852
1877
  - assets/theme/j1/modules/wNumb/js/wnumb.js
1853
1878
  - assets/theme/j1/modules/wNumb/js/wnumb.min.js
1854
1879
  - exe/j1
@@ -2059,8 +2084,6 @@ files:
2059
2084
  - lib/starter_web/_data/modules/dropdowns.yml
2060
2085
  - lib/starter_web/_data/modules/fab.yml
2061
2086
  - lib/starter_web/_data/modules/gallery.yml
2062
- - lib/starter_web/_data/modules/gallery_app.yml
2063
- - lib/starter_web/_data/modules/gallery_playlists.yml
2064
2087
  - lib/starter_web/_data/modules/gemini.yml
2065
2088
  - lib/starter_web/_data/modules/icon_picker.yml
2066
2089
  - lib/starter_web/_data/modules/iframer.yml
@@ -2411,22 +2434,21 @@ files:
2411
2434
  - lib/starter_web/assets/image/icon/videojs/videojs-poster.png
2412
2435
  - lib/starter_web/assets/image/module/attic/!info/!readme
2413
2436
  - lib/starter_web/assets/image/module/attic/1920x1280/alexander-redl.jpg
2437
+ - lib/starter_web/assets/image/module/attic/1920x1280/alexander-shatov.jpg
2414
2438
  - lib/starter_web/assets/image/module/attic/1920x1280/alexey-ruban.jpg
2415
- - lib/starter_web/assets/image/module/attic/1920x1280/alina-grubnyak.jpg
2416
2439
  - lib/starter_web/assets/image/module/attic/1920x1280/andrea-badino.jpg
2440
+ - lib/starter_web/assets/image/module/attic/1920x1280/bootstrap-modal.jpg
2441
+ - lib/starter_web/assets/image/module/attic/1920x1280/bp-miller.jpg
2417
2442
  - lib/starter_web/assets/image/module/attic/1920x1280/brad-neathery.jpg
2418
2443
  - lib/starter_web/assets/image/module/attic/1920x1280/brigitta-schneiter.jpg
2419
- - lib/starter_web/assets/image/module/attic/1920x1280/bruno-figueiredo.jpg
2420
2444
  - lib/starter_web/assets/image/module/attic/1920x1280/build-with-gemini.jpg
2421
2445
  - lib/starter_web/assets/image/module/attic/1920x1280/clem-onojeghuo.jpg
2422
2446
  - lib/starter_web/assets/image/module/attic/1920x1280/crawford-jolly.jpg
2423
2447
  - lib/starter_web/assets/image/module/attic/1920x1280/eleni-afiontzi.jpg
2424
2448
  - lib/starter_web/assets/image/module/attic/1920x1280/fly-d.jpg
2425
2449
  - lib/starter_web/assets/image/module/attic/1920x1280/guillaume-bolduc.jpg
2426
- - lib/starter_web/assets/image/module/attic/1920x1280/harpal-singh.jpg
2427
- - lib/starter_web/assets/image/module/attic/1920x1280/hayden-mills-2.jpg
2450
+ - lib/starter_web/assets/image/module/attic/1920x1280/ideas-start-here-1920x1280.jpg
2428
2451
  - lib/starter_web/assets/image/module/attic/1920x1280/isaac-davis.jpg
2429
- - lib/starter_web/assets/image/module/attic/1920x1280/j1-content-mockup-1.jpg
2430
2452
  - lib/starter_web/assets/image/module/attic/1920x1280/j1-content-mockup-2.jpg
2431
2453
  - lib/starter_web/assets/image/module/attic/1920x1280/j1-content-mockup-3.jpg
2432
2454
  - lib/starter_web/assets/image/module/attic/1920x1280/j1-starter-mockup-1.jpg
@@ -2437,14 +2459,16 @@ files:
2437
2459
  - lib/starter_web/assets/image/module/attic/1920x1280/kira-auf-der-heide.jpg
2438
2460
  - lib/starter_web/assets/image/module/attic/1920x1280/kristopher-roller.jpg
2439
2461
  - lib/starter_web/assets/image/module/attic/1920x1280/markus-spiske.jpg
2462
+ - lib/starter_web/assets/image/module/attic/1920x1280/martin-sanchez.jpg
2463
+ - lib/starter_web/assets/image/module/attic/1920x1280/material_symbols.jpg
2440
2464
  - lib/starter_web/assets/image/module/attic/1920x1280/matthaeus.jpg
2441
2465
  - lib/starter_web/assets/image/module/attic/1920x1280/melanie-deziel.jpg
2442
2466
  - lib/starter_web/assets/image/module/attic/1920x1280/milad-fakurian.jpg
2443
2467
  - lib/starter_web/assets/image/module/attic/1920x1280/mohammad-rahmani.jpg
2444
2468
  - lib/starter_web/assets/image/module/attic/1920x1280/nasa.jpg
2445
2469
  - lib/starter_web/assets/image/module/attic/1920x1280/quino-al-2.jpg
2446
- - lib/starter_web/assets/image/module/attic/1920x1280/recha-oktaviani.jpg
2447
- - lib/starter_web/assets/image/module/attic/1920x1280/tiny_desk.jpg
2470
+ - lib/starter_web/assets/image/module/attic/1920x1280/stories-ink-tattoo-care.jpg
2471
+ - lib/starter_web/assets/image/module/attic/1920x1280/towfiqu-barbhuiya.jpg
2448
2472
  - lib/starter_web/assets/image/module/attic/admin-dashboard-bootstrap-1280x600.jpg
2449
2473
  - lib/starter_web/assets/image/module/attic/alice-donovan-rouse-2.jpg
2450
2474
  - lib/starter_web/assets/image/module/attic/building-blocks-1920x1280.jpg
@@ -2452,8 +2476,6 @@ files:
2452
2476
  - lib/starter_web/assets/image/module/attic/cookies-1920x1200.jpg
2453
2477
  - lib/starter_web/assets/image/module/attic/franck-1920x1280.jpg
2454
2478
  - lib/starter_web/assets/image/module/attic/giammarco-boscaro-1920x1280.jpg
2455
- - lib/starter_web/assets/image/module/attic/ideas-start-here-1920x1280-bw.jpg
2456
- - lib/starter_web/assets/image/module/attic/ideas-start-here-1920x1280.jpg
2457
2479
  - lib/starter_web/assets/image/module/attic/jessica-ruscello-1920x1280.jpg
2458
2480
  - lib/starter_web/assets/image/module/attic/joanna-kosinska-1920x1280.jpg
2459
2481
  - lib/starter_web/assets/image/module/attic/katie-moum-1920x1280.jpg
@@ -2824,6 +2846,7 @@ files:
2824
2846
  - lib/starter_web/assets/image/page/tour/600_quicksearch/quicksearch_input.jpg
2825
2847
  - lib/starter_web/assets/image/page/tour/600_quicksearch/quicksearch_results.jpg
2826
2848
  - lib/starter_web/assets/image/page/tour/bootstrap-1920x1000-bw.jpg
2849
+ - lib/starter_web/assets/image/page/tour/bootswatch-themes.jpg
2827
2850
  - lib/starter_web/assets/image/page/tour/cards-1920x1280-bw.jpg
2828
2851
  - lib/starter_web/assets/image/page/tour/emojies-1920x1280-bw.jpg
2829
2852
  - lib/starter_web/assets/image/page/tour/icon-fonts-1920x1280-bw.jpg
@@ -2897,8 +2920,8 @@ files:
2897
2920
  - lib/starter_web/assets/video/poster/vimeo/banner/sources/banner.psd
2898
2921
  - lib/starter_web/assets/video/poster/vimeo/banner/sources/logo-text.png
2899
2922
  - lib/starter_web/assets/video/poster/vimeo/banner/vimeo-blue.jpg
2923
+ - lib/starter_web/assets/video/poster/vimeo/fall_2011.jpg
2900
2924
  - lib/starter_web/assets/video/poster/vimeo/kick_it_old_school.jpg
2901
- - lib/starter_web/assets/video/poster/vimeo/stay_colorful.jpg
2902
2925
  - lib/starter_web/assets/video/poster/wistia/thank_you.jpg
2903
2926
  - lib/starter_web/assets/video/poster/wistia/wistia_black.jpg
2904
2927
  - lib/starter_web/assets/video/poster/wistia/wistia_blue.jpg
@@ -3064,6 +3087,7 @@ files:
3064
3087
  - lib/starter_web/pages/public/tools/tester/app_tester_amplitudejs_yt.adoc
3065
3088
  - lib/starter_web/pages/public/tools/tester/app_tester_swiper.adoc
3066
3089
  - lib/starter_web/pages/public/tools/tester/app_tester_swiperjs.adoc
3090
+ - lib/starter_web/pages/public/tools/tester/videojs_macro_tester.adoc
3067
3091
  - lib/starter_web/pages/public/tour/_includes/attributes.asciidoc
3068
3092
  - lib/starter_web/pages/public/tour/_includes/documents/100_gistblock.asciidoc
3069
3093
  - lib/starter_web/pages/public/tour/_includes/documents/410_bottom_info.asciidoc