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
@@ -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
@@ -82,29 +85,29 @@ settings:
82
85
  file: image-1.jpg
83
86
  caption_text: GrandPa · 80th Birthday
84
87
  description: >
85
- <h5>GrandPa</h5>
86
- <h6>80th Birthday</h6>
88
+ <h2>GrandPa</h2>
89
+ <h3>80th Birthday</h3>
87
90
 
88
91
  - image: # image
89
92
  file: image-2.jpg
90
93
  caption_text: GrandPa &middot; 80th Birthday
91
94
  description: >
92
- <h5>GrandPa</h5>
93
- <h6>80th Birthday</h6>
95
+ <h2>GrandPa</h2>
96
+ <h3>80th Birthday</h3>
94
97
 
95
98
  - image: # image
96
99
  file: image-3.jpg
97
100
  caption_text: GrandPa &middot; Annual journey
98
101
  description: >
99
- <h5>GrandPa</h5>
100
- <h6>Annual journey</h6>
102
+ <h2>GrandPa</h2>
103
+ <h3>Annual journey</h3>
101
104
 
102
105
  - image: # image
103
106
  file: image-4.jpg
104
107
  caption_text: GrandPa &middot; Annual journey
105
108
  description: >
106
- <h5>GrandPa</h5>
107
- <h6>Annual journey</h6>
109
+ <h2>GrandPa</h2>
110
+ <h3>Annual journey</h3>
108
111
 
109
112
  # --------------------------------------------------------------------------
110
113
  # Gallery Mega Cities
@@ -163,90 +166,184 @@ settings:
163
166
  file: banter-snaps_b.jpg
164
167
  caption_text: Japan &middot; City of Osaka
165
168
  description: >
166
- <h5>Japan</h5>
167
- <h6>City of Osaka</h6>
169
+ <h2>Japan</h2>
170
+ <h3>City of Osaka</h3>
168
171
 
169
172
  - image: # image 2
170
173
  file: denys-nevozhai-1_b.jpg
171
174
  caption_text: China &middot; Man posing at the rooftop of Jin Mao Tower Shanghai
172
175
  description: >
173
- <h5>China</h5>
174
- <h6>Man posing at the rooftop of Jin Mao Tower Shanghai</h6>
176
+ <h2>China</h2>
177
+ <h3>Man posing at the rooftop of Jin Mao Tower Shanghai</h3>
175
178
 
176
179
  - image: # image 3
177
180
  file: gints-gailis_b.jpg
178
181
  caption_text: Indonesia &middot; Shangri-La Hotel Jakarta
179
182
  description: >
180
- <h5>Indonesia</h5>
181
- <h6>Shangri-La Hotel Jakarta</h6>
183
+ <h2>Indonesia</h2>
184
+ <h3>Shangri-La Hotel Jakarta</h3>
182
185
 
183
186
  - image: # image 4
184
187
  file: steven-diaz_b.jpg
185
188
  caption_text: Indonesia &middot; Shangri-La Hotel Jakarta
186
189
  description: >
187
- <h5>Japan</h5>
188
- <h6>Tokyo seen from World Trade Center Observation Deck</h6>
190
+ <h2>Japan</h2>
191
+ <h3>Tokyo seen from World Trade Center Observation Deck</h3>
189
192
 
190
193
  - image: # image 5
191
194
  file: denys-nevozhai-2_b.jpg
192
195
  caption_text: China &middot; Young couple over Shenzhen
193
196
  description: >
194
- <h5>China</h5>
195
- <h6>Young couple over Shenzhen</h6>
197
+ <h2>China</h2>
198
+ <h3>Young couple over Shenzhen</h3>
196
199
 
197
200
  - image: # image 6
198
201
  file: johan-mouchet_b.jpg
199
202
  caption_text: Australia &middot; The Queen Bee at the Eureka Tower of Melbourne
200
203
  description: >
201
- <h5>Australia</h5>
202
- <h6>The Queen Bee at the Eureka Tower of Melbourne</h6>
204
+ <h2>Australia</h2>
205
+ <h3>The Queen Bee at the Eureka Tower of Melbourne</h3>
203
206
 
204
207
  - image: # image 7
205
208
  file: thomas-tucker_b.jpg
206
209
  caption_text: Taiwan &middot; Sunset over City of Taipei
207
210
  description: >
208
- <h5>Taiwan</h5>
209
- <h6>Sunset over City of Taipei</h6>
211
+ <h2>Taiwan</h2>
212
+ <h3>Sunset over City of Taipei</h3>
210
213
 
211
214
  - image: # image 8
212
215
  file: emmad-mazhari_b.jpg
213
216
  caption_text: United States &middot; City of Chicago
214
217
  description: >
215
- <h5>United States</h5>
216
- <h6>City of Chicago</h6>
218
+ <h2>United States</h2>
219
+ <h3>City of Chicago</h3>
217
220
 
218
221
  - image: # image 9
219
222
  file: federico-rizzarelli_b.jpg
220
223
  caption_text: China &middot; City of Shanghai
221
224
  description: >
222
- <h5>China</h5>
223
- <h6>City of Shanghai</h6>
225
+ <h2>China</h2>
226
+ <h3>City of Shanghai</h3>
224
227
 
225
228
  - image: # image 10
226
229
  file: andreas-brucker_b.jpg
227
230
  caption_text: Thailand &middot; City of Bangkok
228
231
  description: >
229
- <h5>Thailand</h5>
230
- <h6>City of Bangkok</h6>
232
+ <h2>Thailand</h2>
233
+ <h3>City of Bangkok</h3>
231
234
 
232
235
  - image: # image 11
233
236
  file: luca-bravo_b.jpg
234
237
  caption_text: Taiwan &middot; Sunset over City of Taipei
235
238
  description: >
236
- <h5>Taiwan</h5>
237
- <h6>Sunset over City of Taipei</h6>
239
+ <h2>Taiwan</h2>
240
+ <h3>Sunset over City of Taipei</h3>
238
241
 
239
242
  - image: # image 12
240
243
  file: ethan-brooke_b.jpg
241
244
  caption_text: South Korea &middot; Lotte World Tower Seoul
242
245
  description: >
243
- <h5>South Korea</h5>
244
- <h6>Lotte World Tower Seoul</h6>
246
+ <h2>South Korea</h2>
247
+ <h3>Lotte World Tower Seoul</h3>
248
+
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
245
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
246
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:
@@ -353,9 +451,9 @@ settings:
353
451
  tweet_prefix: Try video
354
452
  caption_text: Peck Pocketed &middot; Student Academy Award winning Cartoon Clip
355
453
  description: >
356
- <h5>Peck Pocketed by Kevin Herron | Disney Favorite</h5>
357
- <h6>Student Academy Award winning Cartoon Clip</h6>
358
- <br>
454
+ <h2>Peck Pocketed by Kevin Herron | Disney Favorite</h2>
455
+ <h3>Student Academy Award winning Cartoon Clip</h3>
456
+
359
457
  tracks:
360
458
  - track:
361
459
  default: true # Indicates that the track is to be enabled if the user's preferences do not indicate that another track would be more appropriate
@@ -383,18 +481,16 @@ settings:
383
481
  tweet_prefix: Try video
384
482
  caption_text: Rollin` Wild &middot; Short Funny animated video clip created at the Film Academy
385
483
  description: >
386
- <h5>Rollin` Wild</h5>
387
- <h6>Short Funny Animated Clip created at the Film Academy</h6>
388
- <br>
484
+ <h2>Rollin` Wild</h2>
485
+ <h3>Short Funny Animated Clip created at the Film Academy</h3>
389
486
 
390
487
  # --------------------------------------------------------------------------
391
- # Online VIDEO Tylor Swift (YouTube)
392
- # See: https://www.youtube.com/playlist?list=PLINj2JJM1jxOxE-4mVaEJCEzO1CiR0Cwm
488
+ # Online VIDEO Carpool Karaoke (YouTube)
393
489
  #
394
490
  - gallery:
395
491
  enabled: true
396
492
 
397
- id: jg_video_online_taylor_swift
493
+ id: jg_video_youtube_james_and_adele
398
494
  type: video
399
495
  video: youtube
400
496
  image_base_path: //img.youtube.com/vi
@@ -424,181 +520,47 @@ settings:
424
520
  alignThumbnails: left
425
521
  animateThumb: true
426
522
  autoplayFirstVideo: true
427
- videojs: false
523
+ videojs: true # jadams: !!!
524
+ videojsTheme: vjs-theme-uno
428
525
 
429
526
  videojsOptions:
430
- enabled: false
431
-
432
- # See: https://stackoverflow.com/questions/40685142/youtube-autoplay-does-not-work-with-iframe
433
- playerParams:
434
- enabled: true
435
- start: ["00:00:00", "00:00:00"] # start time video1, vido2
436
- autoplay: 1 # autoplay = 1 only available for YouTube when muted.
437
- # controls: 1 # default = 0
438
- # enablejsapi: 1 # default = 1
439
- # hl: en # default = en
440
- # loop: 0 # default = 0
441
- mute: 0 # default = 1
442
- # playsinline: 1 # for mobile|iOS only
443
- # wmode: opaque # default = opaque
444
-
445
- # ------------------------------------------------------------------------
446
- # CSS filter options
447
- #
448
- filters:
449
- enabled: false
450
- grayscale: 0
451
- contrast: 1
452
- brightness: 1
453
-
454
- # ------------------------------------------------------------------------
455
- # Video settings
456
- # ------------------------------------------------------------------------
457
- #
458
- videos:
459
-
460
- - video: # video 1
461
- enabled: true
462
-
463
- name: Tylor Swift
464
- type: youtube
465
- size: 1280-720
466
- source: //youtube.com/watch?v=q3zqJs7JUCQ
467
- poster_image: q3zqJs7JUCQ/maxresdefault.jpg
468
- pinterest_prefix: Pin video
469
- tweet_prefix: Try video
470
- caption_text: Fortnight (feat. Post Malone) &middot; Official Music Video
471
- description: >
472
- <h5>Tylor Swift</h5>
473
- <h6>Fortnight (feat. Post Malone) &middot; Official Music Video</h6>
474
- <br>
475
-
476
- - video: # video 2
477
527
  enabled: true
528
+ muted: false
529
+ preload: true
530
+ controls: true
478
531
 
479
- name: Tylor Swift
480
- type: youtube
481
- size: 1280-720
482
- source: //youtube.com/watch?v=0GQ_QeZxdzo
483
- poster_image: 0GQ_QeZxdzo/maxresdefault.jpg
484
- pinterest_prefix: Pin video
485
- tweet_prefix: Try video
486
- caption_text: Fortnight (feat. Post Malone) &middot; Behind the Scenes
487
- description: >
488
- <h5>Tylor Swift</h5>
489
- <h6>Fortnight (feat. Post Malone) &middot; Behind the Scenes</h6>
490
- <br>
491
-
492
- # - video: # video 2
493
- # enabled: true
494
- #
495
- # name: Tylor Swift
496
- # type: youtube
497
- # size: 1280-720
498
- # # source: //youtube.com/watch?v=i8_w_m6HLJ0&list=PLINj2JJM1jxOxE-4mVaEJCEzO1CiR0Cwm
499
- # source: //youtube.com/watch?v=i8_w_m6HLJ0
500
- # pinterest_prefix: Pin video
501
- # tweet_prefix: Try video
502
- # description: >
503
- # <h5>Tylor Swift</h5>
504
- # <h6>I Can Do With a Broken Heart</h6>
505
- # <br>
506
- # caption:
507
- # text: I Can Do With a Broken Heart &middot; Tylor Swift
508
- # poster:
509
- # source: i8_w_m6HLJ0/maxresdefault.jpg
510
- # # source: i8_w_m6HLJ0/sddefault.jpg
511
- #
512
- # # playerParams:
513
- # # start: 50 # seconds to start
514
- #
515
- #
516
- #
517
- # # playerParams:
518
- # # start: 50 # seconds to start
519
- #
520
- # - video: # video 3
521
- # enabled: true
522
- #
523
- # name: Tylor Swift
524
- # type: youtube
525
- # size: 1280-720
526
- # source: //youtube.com/watch?v=RQMz4JDbtmI
527
- # pinterest_prefix: Pin video
528
- # tweet_prefix: Try video
529
- # description: >
530
- # <h5>Tylor Swift</h5>
531
- # <h6>The Tortured Poets Department (Official Lyric Video)</h6>
532
- # <br>
533
- # caption:
534
- # text: The Tortured Poets Department (Official Lyric Video) &middot; Tylor Swift
535
- # poster:
536
- # source: RQMz4JDbtmI/maxresdefault.jpg
537
- #
538
- # - video: # video 3
539
- # enabled: true
540
- #
541
- # name: Tylor Swift
542
- # type: youtube
543
- # size: 1280-720
544
- # source: //youtube.com/watch?v=wRKXAAV6jh4
545
- # pinterest_prefix: Pin video
546
- # tweet_prefix: Try video
547
- # description: >
548
- # <h5>Tylor Swift</h5>
549
- # <h6>My Boy Only Breaks His Favorite Toys (Official Lyric Video)</h6>
550
- # <br>
551
- # caption:
552
- # text: My Boy Only Breaks His Favorite Toys (Official Lyric Video) &middot; Tylor Swift
553
- # poster:
554
- # source: wRKXAAV6jh4/maxresdefault.jpg
555
-
556
-
557
- # --------------------------------------------------------------------------
558
- # Online VIDEO Carpool Karaoke (YouTube)
559
- #
560
- - gallery:
561
- enabled: true
562
-
563
- id: jg_video_online_youtube_james_and_adele
564
- type: video
565
- video: youtube
566
- image_base_path: //img.youtube.com/vi
567
-
568
- # ------------------------------------------------------------------------
569
- # Justified Gallery settings
570
- # ------------------------------------------------------------------------
571
- #
572
- gallery_options:
573
- rowHeight: 250
574
- gutters: 3
532
+ hotKeysPlugin:
533
+ enabled: true
534
+ options:
535
+ volumeStep: 0.2
575
536
 
576
- # ------------------------------------------------------------------------
577
- # Lightbox|lightGallery settings
578
- # ------------------------------------------------------------------------
579
- #
580
- lightbox:
581
- enabled: true
582
- type: lg
537
+ controlBar:
538
+ playbackRates: [0.25, 0.5, 1, 1.5, 2]
539
+ remainingTimeDisplay: true
540
+ pictureInPictureToggle: false
583
541
 
584
- lightGallery:
585
- plugins: lgThumbnail, lgVideo
542
+ volumePanel:
543
+ inline: false
586
544
 
587
- options:
588
- licenseKey: 0000-0000-000-0000
589
- download: false
590
- alignThumbnails: left
591
- animateThumb: true
592
- autoplayFirstVideo: true
593
- videojs: false
545
+ skipButtonsPlugin:
546
+ enabled: true
547
+ options:
548
+ forward: 5
549
+ backward: 5
550
+ backwardIndex: 0
551
+ forwardIndex: 1
594
552
 
595
- videojsOptions:
596
- enabled: false
553
+ zoomPlugin:
554
+ enabled: false
555
+ options:
556
+ moveX: 0
557
+ moveY: 0
558
+ rotate: 0
559
+ zoom: 1
597
560
 
598
- # See: https://stackoverflow.com/questions/40685142/youtube-autoplay-does-not-work-with-iframe
599
561
  playerParams:
600
562
  enabled: true
601
- start: ["00:00:50", "00:00:50"] # start time video1, vido2
563
+ # start: ["00:00:50", "00:00:50"] # start time video1, vido2
602
564
  autoplay: 1 # autoplay = 1 only available for YouTube when muted.
603
565
  # controls: 1 # default = 0
604
566
  # enablejsapi: 1 # default = 1
@@ -628,43 +590,46 @@ settings:
628
590
 
629
591
  name: Carpool Karaoke James and Adele
630
592
  type: youtube
593
+ api: videojs # jadams !!!
631
594
  size: 1280-720
632
595
  source: //youtube.com/watch?v=Nck6BZga7TQ
633
- poster_image: Nck6BZga7TQ/mqdefault.jpg
596
+ poster_image: Nck6BZga7TQ/mqdefault.jpg # jadams !!!
634
597
  pinterest_prefix: Pin video
635
598
  tweet_prefix: Try video
636
599
  caption_text: Carpool Karaoke 2015 &middot; James and Adele
637
600
  description: >
638
- <h5>Carpool Karaoke 2015</h5>
639
- <h6>
640
- December 2015 - James is on holidays is about the holidays in
641
- London and gets Adele off for a ride through the city. On the way
642
- they sing some of their biggest hits.
643
- </h6>
644
- <br>
601
+ <h2>Carpool Karaoke 2015</h2>
602
+ <h3>
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.
606
+ </h3>
607
+
645
608
  playerParams:
646
- start: 50 # seconds to start
609
+ # start: 50 # seconds to start
647
610
 
648
611
  - video: # video 2
649
612
  enabled: true
650
613
 
651
614
  name: Last Carpool Karaoke
652
615
  type: youtube
616
+ api: videojs # jadams !!!
653
617
  size: 1280-720
654
618
  source: //youtube.com/watch?v=nV8UZJNBY6Y
655
- poster_image: nV8UZJNBY6Y/mqdefault.jpg
619
+ poster_image: nV8UZJNBY6Y/mqdefault.jpg # jadams !!!
656
620
  pinterest_prefix: Pin video
657
621
  tweet_prefix: Try video
658
- caption_text: Carpool Karaoke 2023 &middot; Last Carpool Karaoke
622
+ caption_text: Carpool Karaoke 2023 &middot; Last Carpool Karaoke Tour
659
623
  description: >
660
- <h5>Carpool Karaoke 2023</h5>
661
- <h6>
662
- April 2023 - Adele wakeup James at home for the last Late Night Show,
663
- for the last Carpool Caraoke ever.
664
- </h6>
665
- <br>
624
+ <h2>Carpool Karaoke 2023</h2>
625
+ <h3>
626
+ Adele wakeups James at home for the very
627
+ last Late Late Night Show and for the
628
+ final Carpool Caraoke Tour.
629
+ </h3>
630
+
666
631
  playerParams:
667
- start: 50 # seconds to start
632
+ # start: 50 # seconds to start
668
633
 
669
634
  # --------------------------------------------------------------------------
670
635
  # Online VIDEO (Vimeo)
@@ -742,9 +707,9 @@ settings:
742
707
  tweet_prefix: Try video
743
708
  caption_text: Forever 21 &middot; Kick It Old School
744
709
  description: >
745
- <h5>Forever 21</h5>
746
- <h6>Kick It Old School</h6>
747
- <br>
710
+ <h2>Forever 21</h2>
711
+ <h3>Kick It Old School</h3>
712
+
748
713
  playerParams:
749
714
  start: 50 # seconds to start
750
715
 
@@ -754,15 +719,17 @@ settings:
754
719
  name: Forever 21
755
720
  type: vimeo
756
721
  size: 1280-720
757
- source: //vimeo.com/202117650
758
- poster_image: stay_colorful.jpg
722
+ source: //vimeo.com/33929033
723
+ poster_image: fall_2011.jpg
759
724
  pinterest_prefix: Pin video
760
725
  tweet_prefix: Try video
761
- caption_text: Forever 21 &middot; Stay Colorful, Babe!
726
+ caption_text: Forever 21 &middot; Fall 2011
762
727
  description: >
763
- <h5>Forever 21</h5>
764
- <h6>Stay Colorful, Babe!</h6>
765
- <br>
728
+ <h2>Forever 21</h2>
729
+ <h3>Fall 2011</h3>
730
+
731
+ playerParams:
732
+ start: 50 # seconds to start
766
733
 
767
734
  # --------------------------------------------------------------------------
768
735
  # Online VIDEO (Dailymotion)
@@ -835,9 +802,8 @@ settings:
835
802
  tweet_prefix: Try video
836
803
  caption_text: SELF Channel &middot; Morning Energy
837
804
  description: >
838
- <h5>SELF Channel</h5>
839
- <h6>Guided Meditation: Morning Energy</h6>
840
- <br>
805
+ <h2>SELF Channel</h2>
806
+ <h3>Guided Meditation: Morning Energy</h3>
841
807
 
842
808
  - video: # video 2
843
809
  enabled: true
@@ -851,12 +817,11 @@ settings:
851
817
  tweet_prefix: Try video
852
818
  caption_text: SELF Channel &middot; Pilates Core Workout
853
819
  description: >
854
- <h5>SELF Channel</h5>
855
- <h6>Beginner Mat Pilates: Core Workout</h6>
856
- <br>
820
+ <h2>SELF Channel</h2>
821
+ <h3>Beginner Mat Pilates: Core Workout</h3>
857
822
 
858
823
  # --------------------------------------------------------------------------
859
- # HTML5 VIDEO (over VodeoJS)
824
+ # HTML5 VIDEO (over VideoJS)
860
825
  #
861
826
  - gallery:
862
827
  enabled: true
@@ -960,44 +925,23 @@ settings:
960
925
  tweet_prefix: Try video
961
926
  caption_text: Peck Pocketed &middot; Student Academy Award winning Cartoon Clip
962
927
  description: >
963
- <h5>Peck Pocketed by Kevin Herron | Disney Favorite</h5>
964
- <h6>Student Academy Award winning Cartoon Clip</h6>
965
-
966
- # - video: # video 2
967
- # enabled: true
968
- #
969
- # name: Rollin Wild
970
- # type: html5
971
- # size: 1280-720
972
- # source: rolling_wild.mp4
973
- # poster_image: rolling_wild.jpg
974
- # pinterest_prefix: Pin video
975
- # tweet_prefix: Try video
976
- # caption_text: Rollin` Wild &middot; Short Funny animated video clip created at the Film Academy
977
- # description: >
978
- # <h5>Rollin` Wild</h5>
979
- # <h6>Short Funny Animated Clip created at the Film Academy</h6>
928
+ <h2>Peck Pocketed by Kevin Herron | Disney Favorite</h2>
929
+ <h3>Student Academy Award winning Cartoon Clip</h3>
980
930
 
981
931
  - video: # video 2
982
932
  enabled: true
983
-
984
- name: Last Carpool Karaoke
985
- type: youtube
933
+
934
+ name: Rollin Wild
935
+ type: html5
986
936
  size: 1280-720
987
- source: //youtube.com/watch?v=nV8UZJNBY6Y
937
+ source: rolling_wild.mp4
988
938
  poster_image: rolling_wild.jpg
989
939
  pinterest_prefix: Pin video
990
940
  tweet_prefix: Try video
991
- 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
992
942
  description: >
993
- <h5>Carpool Karaoke 2023</h5>
994
- <h6>
995
- April 2023 - Adele wakeup James at home for the last Late Night Show,
996
- for the last Carpool Caraoke ever.
997
- </h6>
998
- <br>
999
- playerParams:
1000
- start: 50 # seconds to start
943
+ <h2>Rollin` Wild</h2>
944
+ <h3>Short Funny Animated Clip created at the Film Academy</h3>
1001
945
 
1002
946
  # ------------------------------------------------------------------------------
1003
947
  # END config