j1-template 2024.3.22 → 2024.3.23
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.
- checksums.yaml +4 -4
- data/assets/data/{galeries.html → gallery_app.html} +4 -4
- data/assets/theme/bla +0 -0
- data/assets/theme/j1/adapter/js/amplitude.js +144 -52
- data/assets/theme/j1/adapter/js/gallery.js +1 -1
- data/assets/theme/j1/adapter/js/themes.js +41 -69
- data/assets/theme/j1/core/css/themes/unolight/bootstrap.css +19 -52
- data/assets/theme/j1/core/css/themes/unolight/bootstrap.min.css +1 -1
- data/assets/theme/j1/modules/amplitudejs/js/tech/ytp.js +466 -396
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/lg-transitions.css +984 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/lg-transitions.min.css +26 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/lightgallery-bundle.css +1627 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/lightgallery-bundle.min.css +25 -0
- data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/uno.css +1 -1
- data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/uno.min.css +1 -1
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/fonts/lg.svg +54 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/fonts/lg.ttf +0 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/fonts/lg.woff +0 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/fonts/lg.woff2 +0 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/images/loading.gif +0 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/img/loading.gif +0 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/img/video-play.png +0 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/img/vimeo-play.png +0 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/img/youtube-play.png +0 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/lightgallery.js +2782 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/lightgallery.min.js +26 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/parser/webvtt/LICENSE.md +44 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/parser/webvtt/README.md +37 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/parser/webvtt/parser.js +890 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/parser/webvtt/parser.min.js +8 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/j1/lg-video.1.js +585 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-autoplay.js +275 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-autoplay.min.js +26 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-comment.js +230 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-comment.min.js +26 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-fullscreen.js +160 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-fullscreen.min.js +26 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-hash.js +223 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-hash.min.js +27 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-medium-zoom.js +157 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-medium-zoom.min.js +26 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-pager.js +164 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-pager.min.js +26 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-rotate.js +299 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-rotate.min.js +26 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-share.js +244 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-share.min.js +27 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-thumbnail.js +509 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-thumbnail.min.js +26 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-video.js +909 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-video.min.js +26 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-vimeo-thumbnail.js +207 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-vimeo-thumbnail.min.js +26 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-zoom.js +999 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-zoom.min.js +26 -0
- data/assets/theme/j1/modules/lightGallery/css/lg-transitions.css +3 -126
- data/assets/theme/j1/modules/lightGallery/css/lg-transitions.min.css +3 -10
- data/assets/theme/j1/modules/lightGallery/css/lightgallery-bundle.css +70 -237
- data/assets/theme/j1/modules/lightGallery/css/lightgallery-bundle.min.css +4 -10
- data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/animation-w.png +0 -0
- data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/customize-w.png +0 -0
- data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/dynamic-w.png +0 -0
- data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/facebook-icon.svg +10 -0
- data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/googleplus-icon.svg +30 -0
- data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/html5-w.png +0 -0
- data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/linked-in.png +0 -0
- data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/module-w.png +0 -0
- data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/play-button-hover.svg +94 -0
- data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/play-button.png +0 -0
- data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/play-button.svg +93 -0
- data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/responsive-w.png +0 -0
- data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/thumb-w.png +0 -0
- data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/touch-w.png +0 -0
- data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/twitter-icon.svg +15 -0
- data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/twitter.png +0 -0
- data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/video1-w.png +0 -0
- data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/zoom-w.png +0 -0
- data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/zoom.png +0 -0
- data/assets/theme/j1/modules/lightGallery/css/theme/uno/uno.css +276 -0
- data/assets/theme/j1/modules/lightGallery/css/theme/uno/uno.min.css +17 -0
- data/assets/theme/j1/modules/lightGallery/js/lightgallery.js +163 -120
- data/assets/theme/j1/modules/lightGallery/js/lightgallery.min.js +6 -6
- data/assets/theme/j1/modules/lightGallery/js/plugins/j1/lg-thumbnail.0.js +495 -0
- data/assets/theme/j1/modules/lightGallery/js/plugins/j1/lg-thumbnail.1.js +513 -0
- data/assets/theme/j1/modules/lightGallery/js/plugins/j1/lg-video.0.js +553 -0
- data/assets/theme/j1/modules/lightGallery/js/plugins/j1/lg-video.1.js +1 -1
- data/assets/theme/j1/modules/lightGallery/js/plugins/j1/lg-video.2.js +914 -0
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-autoplay.js +4 -4
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-autoplay.min.js +5 -5
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-comment.js +5 -5
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-comment.min.js +6 -6
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-fullscreen.js +4 -4
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-fullscreen.min.js +5 -5
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-hash.js +4 -4
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-hash.min.js +5 -6
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-medium-zoom.js +5 -5
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-medium-zoom.min.js +6 -6
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-pager.js +4 -4
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-pager.min.js +5 -5
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-relative-caption.js +179 -0
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-relative-caption.min.js +32 -0
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-rotate.js +4 -4
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-rotate.min.js +6 -6
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-share.js +4 -4
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-share.min.js +6 -7
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-thumbnail.js +27 -20
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-thumbnail.min.js +5 -5
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-video.js +77 -125
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-video.min.js +6 -6
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-vimeo-thumbnail.js +4 -4
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-vimeo-thumbnail.min.js +5 -5
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-zoom.js +11 -5
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-zoom.min.js +5 -5
- data/assets/theme/j1/modules/themeSwitcher/js/switcher.js +13 -12
- data/assets/theme/j1/modules/videoPlayer/tiktoc/README.md +1 -0
- data/assets/theme/j1/modules/videojs/!v8.12.0/css/font/README.md +151 -0
- data/assets/theme/j1/modules/videojs/!v8.12.0/css/font/VideoJS.svg +150 -0
- data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/city.css +147 -0
- data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/city.min.css +5 -0
- data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/fantasy.css +113 -0
- data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/fantasy.min.css +5 -0
- data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/forest.css +166 -0
- data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/forest.min.css +5 -0
- data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/sea.css +72 -0
- data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/sea.min.css +5 -0
- data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/uno.css +311 -0
- data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/uno.min.css +19 -0
- data/assets/theme/j1/modules/videojs/!v8.12.0/css/videojs.css +1686 -0
- data/assets/theme/j1/modules/videojs/!v8.12.0/css/videojs.min.css +13 -0
- data/assets/theme/j1/modules/videojs/!v8.12.0/js/video.js +65226 -0
- data/assets/theme/j1/modules/videojs/!v8.12.0/js/video.min.js +55 -0
- data/assets/theme/j1/modules/videojs/assets/README.md +1 -0
- data/assets/theme/j1/modules/videojs/assets/icons/speedometer-medium.svg +35 -0
- data/assets/theme/j1/modules/videojs/css/font/VideoJS.ttf +0 -0
- data/assets/theme/j1/modules/videojs/css/font/VideoJS.woff +0 -0
- data/assets/theme/j1/modules/videojs/css/themes/uno.css +157 -22
- data/assets/theme/j1/modules/videojs/css/themes/uno.min.css +1 -1
- data/assets/theme/j1/modules/videojs/css/videojs.css +674 -316
- data/assets/theme/j1/modules/videojs/css/videojs.min.css +4 -3
- data/assets/theme/j1/modules/videojs/js/video.js +15893 -12288
- data/assets/theme/j1/modules/videojs/js/video.min.js +22 -23
- data/assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/!examples/index.html +31 -0
- data/assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/LICENSE +19 -0
- data/assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/README.md +69 -0
- data/assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/css/aspect-ratio-panel.css +2 -0
- data/assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/css/aspect-ratio-panel.min.css +2 -0
- data/assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/js/aspect-ratio-panel.js +339 -0
- data/assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/js/aspect-ratio-panel.min.js +2 -0
- data/assets/theme/j1/modules/videojs/{js/plugins/controls/autocaption → plugins/controls/autocaption/js}/autocaption.js +0 -5
- data/assets/theme/j1/modules/videojs/plugins/controls/persist-settings/!examples/index.html +29 -0
- data/assets/theme/j1/modules/videojs/plugins/controls/persist-settings/LICENSE +19 -0
- data/assets/theme/j1/modules/videojs/plugins/controls/persist-settings/README.md +90 -0
- data/assets/theme/j1/modules/videojs/plugins/controls/persist-settings/js/videojs-persist.js +120 -0
- data/assets/theme/j1/modules/videojs/plugins/controls/persist-settings/js/videojs-persist.min.js +2 -0
- data/assets/theme/j1/modules/videojs/plugins/controls/playbackrate-adjuster/!examples/index.html +37 -0
- data/assets/theme/j1/modules/videojs/plugins/controls/playbackrate-adjuster/LICENSE +19 -0
- data/assets/theme/j1/modules/videojs/plugins/controls/playbackrate-adjuster/README.md +61 -0
- data/assets/theme/j1/modules/videojs/plugins/controls/playbackrate-adjuster/js/playbackrate-adjuster.js +94 -0
- data/assets/theme/j1/modules/videojs/plugins/controls/playbackrate-adjuster/js/playbackrate-adjuster.min.js +20 -0
- data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/controls/skipbuttons/README.md +25 -11
- data/assets/theme/j1/modules/videojs/{css/plugins/controls → plugins/controls/zoom/css}/zoom.css +7 -6
- data/assets/theme/j1/modules/videojs/plugins/controls/zoom/css/zoom.min.css +22 -0
- data/assets/theme/j1/modules/videojs/{js/plugins/players/dm → plugins/players/dm/js}/dailymotion.js +1 -1
- data/assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.0.js +521 -0
- data/assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.1.js +605 -0
- data/assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.3.js +643 -0
- data/assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.4.js +583 -0
- data/assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.5.js +665 -0
- data/assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.6.js +642 -0
- data/assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.7.js +673 -0
- data/assets/theme/j1/modules/videojs/{js/plugins/players/vm/api → plugins/players/vm/api/js}/vimeo.js +1 -1
- data/assets/theme/j1/modules/videojs/{js/plugins/players/vm/api → plugins/players/vm/api/js}/vimeo.min.js +1 -1
- data/assets/theme/j1/modules/videojs/{js/plugins/players/vm → plugins/players/vm/js}/vimeo.js +4 -5
- data/assets/theme/j1/modules/videojs/plugins/players/vm/js/vimeo.min.js +28 -0
- data/assets/theme/j1/modules/videojs/plugins/players/wt/!unused/wistia.0.js +395 -0
- data/assets/theme/j1/modules/videojs/plugins/players/wt/!unused/wistia.1.js +401 -0
- data/lib/j1/version.rb +1 -1
- data/lib/starter_web/README.md +5 -5
- data/lib/starter_web/_config.yml +1 -1
- data/lib/starter_web/_data/modules/amplitude_playlists.yml +16 -1
- data/lib/starter_web/_data/modules/defaults/gallery.yml +3 -3
- data/lib/starter_web/_data/modules/gallery.yml +83 -87
- data/lib/starter_web/_data/modules/navigator_menu.yml +3 -3
- data/lib/starter_web/_data/resources.yml +16 -12
- data/lib/starter_web/_data/templates/feed.xml +1 -1
- data/lib/starter_web/_plugins/asciidoctor/videojs-block.rb +50 -30
- data/lib/starter_web/_plugins/asciidoctor/youtube-block.rb +37 -23
- data/lib/starter_web/_plugins/index/lunr.rb +1 -1
- data/lib/starter_web/assets/video/poster/vimeo/fall_2011.jpg +0 -0
- data/lib/starter_web/package.json +1 -1
- data/lib/starter_web/pages/public/tools/tester/videojs_macro_tester.adoc +282 -0
- data/lib/starter_web/pages/public/tour/video_data.adoc +1 -0
- metadata +221 -106
- data/assets/data/swiper_app.2.html +0 -757
- data/assets/data/swiper_app.4.html +0 -769
- data/assets/theme/j1/modules/videojs/css/plugins/controls/skipbuttons.0.css +0 -32
- data/assets/theme/j1/modules/videojs/css/plugins/controls/skipbuttons.1.css +0 -31
- data/assets/theme/j1/modules/videojs/css/plugins/controls/zoom.min.css +0 -21
- data/assets/theme/j1/modules/videojs/js/plugins/players/vm/vimeo.min.js +0 -16
- data/assets/theme/j1/modules/videojs/js/plugins/players/wt/api/src/WistiaPlayer.ts +0 -1617
- data/lib/starter_web/assets/video/poster/vimeo/stay_colorful.jpg +0 -0
- /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/animation-w.png +0 -0
- /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/customize-w.png +0 -0
- /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/dynamic-w.png +0 -0
- /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/facebook-icon.svg +0 -0
- /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/googleplus-icon.svg +0 -0
- /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/html5-w.png +0 -0
- /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/linked-in.png +0 -0
- /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/module-w.png +0 -0
- /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/play-button-hover.svg +0 -0
- /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/play-button.png +0 -0
- /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/play-button.svg +0 -0
- /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/responsive-w.png +0 -0
- /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/thumb-w.png +0 -0
- /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/touch-w.png +0 -0
- /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/twitter-icon.svg +0 -0
- /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/twitter.png +0 -0
- /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/video1-w.png +0 -0
- /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/zoom-w.png +0 -0
- /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/zoom.png +0 -0
- /data/assets/theme/j1/modules/lightGallery/{js → !v2.7.2/js}/plugins/j1/j1-video.js +0 -0
- /data/assets/theme/j1/modules/lightGallery/{js → !v2.7.2/js}/plugins/j1/j1-video.min.js +0 -0
- /data/assets/theme/j1/modules/videoPlayer/dailymotion/js/{!readme → README.md} +0 -0
- /data/assets/theme/j1/modules/videoPlayer/tiktoc/{js/player.min.js → player.min.js} +0 -0
- /data/assets/theme/j1/modules/videoPlayer/vimeo/js/{!readme → README.md} +0 -0
- /data/assets/theme/j1/modules/videoPlayer/wistia/js/{!readme → README.md} +0 -0
- /data/assets/theme/j1/modules/videojs/{css → !v8.12.0/css}/font/video-js-cdn.css +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/controls/autocaption/LICENSE +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/controls/autocaption/README.md +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/controls/autocaption → plugins/controls/autocaption/js}/autocaption.min.js +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/controls/hotkeys/examples → plugins/controls/hotkeys/!examples}/example.html +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/controls/hotkeys/LICENSE.md +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/controls/hotkeys/README.md +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/controls/hotkeys → plugins/controls/hotkeys/js}/hotkeys.js +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/controls/hotkeys → plugins/controls/hotkeys/js}/hotkeys.min.js +0 -0
- /data/assets/theme/j1/modules/videojs/{css/plugins/controls → plugins/controls/skipbuttons/css}/skipbuttons.css +0 -0
- /data/assets/theme/j1/modules/videojs/{css/plugins/controls → plugins/controls/skipbuttons/css}/skipbuttons.min.css +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/controls/skipbuttons → plugins/controls/skipbuttons/js}/skipbuttons.js +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/controls/skipbuttons → plugins/controls/skipbuttons/js}/skipbuttons.min.js +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/controls/zoom/examples → plugins/controls/zoom/!examples}/index.html +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/controls/zoom/examples → plugins/controls/zoom/!examples}/index.js +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/controls/zoom/examples → plugins/controls/zoom/!examples}/styles.css +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/controls/zoom/LICENSE.md +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/controls/zoom/README.md +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/controls/zoom → plugins/controls/zoom/js}/zoom.js +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/controls/zoom → plugins/controls/zoom/js}/zoom.min.js +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/examples → plugins/players/dm/!examples}/dailymotion-controls.html +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/examples → plugins/players/dm/!examples}/dailymotion-javascript.html +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/examples → plugins/players/dm/!examples}/dailymotion-playlist.html +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/examples → plugins/players/dm/!examples}/global-parameters.html +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/examples → plugins/players/dm/!examples}/simple.html +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/examples → plugins/players/dm/!examples}/switch.html +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/players/dm/LICENSE +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/doc → plugins/players/dm}/README.md +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/players/dm/api/LICENSE +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/api/doc → plugins/players/dm/api}/README.md +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/api → plugins/players/dm/api/js}/dailymotion.sdk.js +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/api → plugins/players/dm/api/js}/dailymotion.sdk.min.js +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/players/dm/icon/scalable/dailymotion.svg +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm → plugins/players/dm/js}/dailymotion.min.js +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/vm/examples → plugins/players/vm/!examples}/index.html +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/vm/examples → plugins/players/vm/!examples}/player/index.html +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/players/vm/LICENSE +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/vm/doc → plugins/players/vm}/README.md +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/vm/api/doc → plugins/players/vm/api}/README.md +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/players/vm/api/css/embed.player.css +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/players/vm/api/css/embed.player.uno.css +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/players/vm/api/css/player.css +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/wt/doc → plugins/players/wt}/README.md +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/wt/api/doc/Readme.txt → plugins/players/wt/api/README.md} +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/wt/api → plugins/players/wt/api/js}/wistia.min.js +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/wt → plugins/players/wt/js}/wistia.js +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/wt → plugins/players/wt/js}/wistia.min.js +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/examples → plugins/players/yt/!examples}/global-parameters.html +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/examples → plugins/players/yt/!examples}/simple.html +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/examples → plugins/players/yt/!examples}/switch.html +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/examples → plugins/players/yt/!examples}/youtube-controls.html +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/examples → plugins/players/yt/!examples}/youtube-javascript.html +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/examples → plugins/players/yt/!examples}/youtube-list.html +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/examples → plugins/players/yt/!examples}/youtube-playlist.html +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/v3.0.0 → plugins/players/yt/!v3.0.0}/youtube.js +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/v3.0.0 → plugins/players/yt/!v3.0.0}/youtube.min.js +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/players/yt/LICENSE +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/doc → plugins/players/yt}/README.md +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/api → plugins/players/yt/api/js}/youtube.min.js +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt → plugins/players/yt/js}/youtube.js +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt → plugins/players/yt/js}/youtube.min.js +0 -0
@@ -82,29 +82,29 @@ settings:
|
|
82
82
|
file: image-1.jpg
|
83
83
|
caption_text: GrandPa · 80th Birthday
|
84
84
|
description: >
|
85
|
-
<
|
86
|
-
<
|
85
|
+
<h2>GrandPa</h2>
|
86
|
+
<h3>80th Birthday</h3>
|
87
87
|
|
88
88
|
- image: # image
|
89
89
|
file: image-2.jpg
|
90
90
|
caption_text: GrandPa · 80th Birthday
|
91
91
|
description: >
|
92
|
-
<
|
93
|
-
<
|
92
|
+
<h2>GrandPa</h2>
|
93
|
+
<h3>80th Birthday</h3>
|
94
94
|
|
95
95
|
- image: # image
|
96
96
|
file: image-3.jpg
|
97
97
|
caption_text: GrandPa · Annual journey
|
98
98
|
description: >
|
99
|
-
<
|
100
|
-
<
|
99
|
+
<h2>GrandPa</h2>
|
100
|
+
<h3>Annual journey</h3>
|
101
101
|
|
102
102
|
- image: # image
|
103
103
|
file: image-4.jpg
|
104
104
|
caption_text: GrandPa · Annual journey
|
105
105
|
description: >
|
106
|
-
<
|
107
|
-
<
|
106
|
+
<h2>GrandPa</h2>
|
107
|
+
<h3>Annual journey</h3>
|
108
108
|
|
109
109
|
# --------------------------------------------------------------------------
|
110
110
|
# Gallery Mega Cities
|
@@ -163,85 +163,85 @@ settings:
|
|
163
163
|
file: banter-snaps_b.jpg
|
164
164
|
caption_text: Japan · City of Osaka
|
165
165
|
description: >
|
166
|
-
<
|
167
|
-
<
|
166
|
+
<h2>Japan</h2>
|
167
|
+
<h3>City of Osaka</h3>
|
168
168
|
|
169
169
|
- image: # image 2
|
170
170
|
file: denys-nevozhai-1_b.jpg
|
171
171
|
caption_text: China · Man posing at the rooftop of Jin Mao Tower Shanghai
|
172
172
|
description: >
|
173
|
-
<
|
174
|
-
<
|
173
|
+
<h2>China</h2>
|
174
|
+
<h3>Man posing at the rooftop of Jin Mao Tower Shanghai</h3>
|
175
175
|
|
176
176
|
- image: # image 3
|
177
177
|
file: gints-gailis_b.jpg
|
178
178
|
caption_text: Indonesia · Shangri-La Hotel Jakarta
|
179
179
|
description: >
|
180
|
-
<
|
181
|
-
<
|
180
|
+
<h2>Indonesia</h2>
|
181
|
+
<h3>Shangri-La Hotel Jakarta</h3>
|
182
182
|
|
183
183
|
- image: # image 4
|
184
184
|
file: steven-diaz_b.jpg
|
185
185
|
caption_text: Indonesia · Shangri-La Hotel Jakarta
|
186
186
|
description: >
|
187
|
-
<
|
188
|
-
<
|
187
|
+
<h2>Japan</h2>
|
188
|
+
<h3>Tokyo seen from World Trade Center Observation Deck</h3>
|
189
189
|
|
190
190
|
- image: # image 5
|
191
191
|
file: denys-nevozhai-2_b.jpg
|
192
192
|
caption_text: China · Young couple over Shenzhen
|
193
193
|
description: >
|
194
|
-
<
|
195
|
-
<
|
194
|
+
<h2>China</h2>
|
195
|
+
<h3>Young couple over Shenzhen</h3>
|
196
196
|
|
197
197
|
- image: # image 6
|
198
198
|
file: johan-mouchet_b.jpg
|
199
199
|
caption_text: Australia · The Queen Bee at the Eureka Tower of Melbourne
|
200
200
|
description: >
|
201
|
-
<
|
202
|
-
<
|
201
|
+
<h2>Australia</h2>
|
202
|
+
<h3>The Queen Bee at the Eureka Tower of Melbourne</h3>
|
203
203
|
|
204
204
|
- image: # image 7
|
205
205
|
file: thomas-tucker_b.jpg
|
206
206
|
caption_text: Taiwan · Sunset over City of Taipei
|
207
207
|
description: >
|
208
|
-
<
|
209
|
-
<
|
208
|
+
<h2>Taiwan</h2>
|
209
|
+
<h3>Sunset over City of Taipei</h3>
|
210
210
|
|
211
211
|
- image: # image 8
|
212
212
|
file: emmad-mazhari_b.jpg
|
213
213
|
caption_text: United States · City of Chicago
|
214
214
|
description: >
|
215
|
-
<
|
216
|
-
<
|
215
|
+
<h2>United States</h2>
|
216
|
+
<h3>City of Chicago</h3>
|
217
217
|
|
218
218
|
- image: # image 9
|
219
219
|
file: federico-rizzarelli_b.jpg
|
220
220
|
caption_text: China · City of Shanghai
|
221
221
|
description: >
|
222
|
-
<
|
223
|
-
<
|
222
|
+
<h2>China</h2>
|
223
|
+
<h3>City of Shanghai</h3>
|
224
224
|
|
225
225
|
- image: # image 10
|
226
226
|
file: andreas-brucker_b.jpg
|
227
227
|
caption_text: Thailand · City of Bangkok
|
228
228
|
description: >
|
229
|
-
<
|
230
|
-
<
|
229
|
+
<h2>Thailand</h2>
|
230
|
+
<h3>City of Bangkok</h3>
|
231
231
|
|
232
232
|
- image: # image 11
|
233
233
|
file: luca-bravo_b.jpg
|
234
234
|
caption_text: Taiwan · Sunset over City of Taipei
|
235
235
|
description: >
|
236
|
-
<
|
237
|
-
<
|
236
|
+
<h2>Taiwan</h2>
|
237
|
+
<h3>Sunset over City of Taipei</h3>
|
238
238
|
|
239
239
|
- image: # image 12
|
240
240
|
file: ethan-brooke_b.jpg
|
241
241
|
caption_text: South Korea · Lotte World Tower Seoul
|
242
242
|
description: >
|
243
|
-
<
|
244
|
-
<
|
243
|
+
<h2>South Korea</h2>
|
244
|
+
<h3>Lotte World Tower Seoul</h3>
|
245
245
|
|
246
246
|
|
247
247
|
# ==========================================================================
|
@@ -353,9 +353,9 @@ settings:
|
|
353
353
|
tweet_prefix: Try video
|
354
354
|
caption_text: Peck Pocketed · Student Academy Award winning Cartoon Clip
|
355
355
|
description: >
|
356
|
-
<
|
357
|
-
<
|
358
|
-
|
356
|
+
<h2>Peck Pocketed by Kevin Herron | Disney Favorite</h2>
|
357
|
+
<h3>Student Academy Award winning Cartoon Clip</h3>
|
358
|
+
|
359
359
|
tracks:
|
360
360
|
- track:
|
361
361
|
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,9 +383,8 @@ settings:
|
|
383
383
|
tweet_prefix: Try video
|
384
384
|
caption_text: Rollin` Wild · Short Funny animated video clip created at the Film Academy
|
385
385
|
description: >
|
386
|
-
<
|
387
|
-
<
|
388
|
-
<br>
|
386
|
+
<h2>Rollin` Wild</h2>
|
387
|
+
<h3>Short Funny Animated Clip created at the Film Academy</h3>
|
389
388
|
|
390
389
|
# --------------------------------------------------------------------------
|
391
390
|
# Online VIDEO Tylor Swift (YouTube)
|
@@ -469,9 +468,8 @@ settings:
|
|
469
468
|
tweet_prefix: Try video
|
470
469
|
caption_text: Fortnight (feat. Post Malone) · Official Music Video
|
471
470
|
description: >
|
472
|
-
<
|
473
|
-
<
|
474
|
-
<br>
|
471
|
+
<h2>Tylor Swift</h2>
|
472
|
+
<h3>Fortnight (feat. Post Malone) · Official Music Video</h3>
|
475
473
|
|
476
474
|
- video: # video 2
|
477
475
|
enabled: true
|
@@ -485,9 +483,8 @@ settings:
|
|
485
483
|
tweet_prefix: Try video
|
486
484
|
caption_text: Fortnight (feat. Post Malone) · Behind the Scenes
|
487
485
|
description: >
|
488
|
-
<
|
489
|
-
<
|
490
|
-
<br>
|
486
|
+
<h2>Tylor Swift</h2>
|
487
|
+
<h3>Fortnight (feat. Post Malone) · Behind the Scenes</h3>
|
491
488
|
|
492
489
|
# - video: # video 2
|
493
490
|
# enabled: true
|
@@ -500,9 +497,9 @@ settings:
|
|
500
497
|
# pinterest_prefix: Pin video
|
501
498
|
# tweet_prefix: Try video
|
502
499
|
# description: >
|
503
|
-
# <
|
504
|
-
# <
|
505
|
-
#
|
500
|
+
# <h2>Tylor Swift</h2>
|
501
|
+
# <h3>I Can Do With a Broken Heart</h3>
|
502
|
+
#
|
506
503
|
# caption:
|
507
504
|
# text: I Can Do With a Broken Heart · Tylor Swift
|
508
505
|
# poster:
|
@@ -527,9 +524,9 @@ settings:
|
|
527
524
|
# pinterest_prefix: Pin video
|
528
525
|
# tweet_prefix: Try video
|
529
526
|
# description: >
|
530
|
-
# <
|
531
|
-
# <
|
532
|
-
#
|
527
|
+
# <h2>Tylor Swift</h2>
|
528
|
+
# <h3>The Tortured Poets Department (Official Lyric Video)</h3>
|
529
|
+
#
|
533
530
|
# caption:
|
534
531
|
# text: The Tortured Poets Department (Official Lyric Video) · Tylor Swift
|
535
532
|
# poster:
|
@@ -545,9 +542,9 @@ settings:
|
|
545
542
|
# pinterest_prefix: Pin video
|
546
543
|
# tweet_prefix: Try video
|
547
544
|
# description: >
|
548
|
-
# <
|
549
|
-
# <
|
550
|
-
#
|
545
|
+
# <h2>Tylor Swift</h2>
|
546
|
+
# <h3>My Boy Only Breaks His Favorite Toys (Official Lyric Video)</h3>
|
547
|
+
#
|
551
548
|
# caption:
|
552
549
|
# text: My Boy Only Breaks His Favorite Toys (Official Lyric Video) · Tylor Swift
|
553
550
|
# poster:
|
@@ -635,13 +632,13 @@ settings:
|
|
635
632
|
tweet_prefix: Try video
|
636
633
|
caption_text: Carpool Karaoke 2015 · James and Adele
|
637
634
|
description: >
|
638
|
-
<
|
639
|
-
<
|
640
|
-
|
641
|
-
|
642
|
-
|
643
|
-
</
|
644
|
-
|
635
|
+
<h2>Carpool Karaoke 2015</h2>
|
636
|
+
<h3>
|
637
|
+
December 2015 - James is on holidays is about the holidays in
|
638
|
+
London and gets Adele off for a ride through the city. On the way
|
639
|
+
they sing some of their biggest hits.
|
640
|
+
</h3>
|
641
|
+
|
645
642
|
playerParams:
|
646
643
|
start: 50 # seconds to start
|
647
644
|
|
@@ -657,12 +654,12 @@ settings:
|
|
657
654
|
tweet_prefix: Try video
|
658
655
|
caption_text: Carpool Karaoke 2023 · Last Carpool Karaoke
|
659
656
|
description: >
|
660
|
-
<
|
661
|
-
<
|
657
|
+
<h2>Carpool Karaoke 2023</h2>
|
658
|
+
<h3>
|
662
659
|
April 2023 - Adele wakeup James at home for the last Late Night Show,
|
663
660
|
for the last Carpool Caraoke ever.
|
664
|
-
</
|
665
|
-
|
661
|
+
</h3>
|
662
|
+
|
666
663
|
playerParams:
|
667
664
|
start: 50 # seconds to start
|
668
665
|
|
@@ -742,9 +739,9 @@ settings:
|
|
742
739
|
tweet_prefix: Try video
|
743
740
|
caption_text: Forever 21 · Kick It Old School
|
744
741
|
description: >
|
745
|
-
<
|
746
|
-
<
|
747
|
-
|
742
|
+
<h2>Forever 21</h2>
|
743
|
+
<h3>Kick It Old School</h3>
|
744
|
+
|
748
745
|
playerParams:
|
749
746
|
start: 50 # seconds to start
|
750
747
|
|
@@ -754,15 +751,17 @@ settings:
|
|
754
751
|
name: Forever 21
|
755
752
|
type: vimeo
|
756
753
|
size: 1280-720
|
757
|
-
source: //vimeo.com/
|
758
|
-
poster_image:
|
754
|
+
source: //vimeo.com/33929033
|
755
|
+
poster_image: fall_2011.jpg
|
759
756
|
pinterest_prefix: Pin video
|
760
757
|
tweet_prefix: Try video
|
761
|
-
caption_text: Forever 21 ·
|
758
|
+
caption_text: Forever 21 · Fall 2011
|
762
759
|
description: >
|
763
|
-
<
|
764
|
-
<
|
765
|
-
|
760
|
+
<h2>Forever 21</h2>
|
761
|
+
<h3>Fall 2011</h3>
|
762
|
+
|
763
|
+
playerParams:
|
764
|
+
start: 50 # seconds to start
|
766
765
|
|
767
766
|
# --------------------------------------------------------------------------
|
768
767
|
# Online VIDEO (Dailymotion)
|
@@ -835,9 +834,8 @@ settings:
|
|
835
834
|
tweet_prefix: Try video
|
836
835
|
caption_text: SELF Channel · Morning Energy
|
837
836
|
description: >
|
838
|
-
<
|
839
|
-
<
|
840
|
-
<br>
|
837
|
+
<h2>SELF Channel</h2>
|
838
|
+
<h3>Guided Meditation: Morning Energy</h3>
|
841
839
|
|
842
840
|
- video: # video 2
|
843
841
|
enabled: true
|
@@ -851,9 +849,8 @@ settings:
|
|
851
849
|
tweet_prefix: Try video
|
852
850
|
caption_text: SELF Channel · Pilates Core Workout
|
853
851
|
description: >
|
854
|
-
<
|
855
|
-
<
|
856
|
-
<br>
|
852
|
+
<h2>SELF Channel</h2>
|
853
|
+
<h3>Beginner Mat Pilates: Core Workout</h3>
|
857
854
|
|
858
855
|
# --------------------------------------------------------------------------
|
859
856
|
# HTML5 VIDEO (over VodeoJS)
|
@@ -960,8 +957,8 @@ settings:
|
|
960
957
|
tweet_prefix: Try video
|
961
958
|
caption_text: Peck Pocketed · Student Academy Award winning Cartoon Clip
|
962
959
|
description: >
|
963
|
-
<
|
964
|
-
<
|
960
|
+
<h2>Peck Pocketed by Kevin Herron | Disney Favorite</h2>
|
961
|
+
<h3>Student Academy Award winning Cartoon Clip</h3>
|
965
962
|
|
966
963
|
# - video: # video 2
|
967
964
|
# enabled: true
|
@@ -975,8 +972,8 @@ settings:
|
|
975
972
|
# tweet_prefix: Try video
|
976
973
|
# caption_text: Rollin` Wild · Short Funny animated video clip created at the Film Academy
|
977
974
|
# description: >
|
978
|
-
# <
|
979
|
-
# <
|
975
|
+
# <h2>Rollin` Wild</h2>
|
976
|
+
# <h3>Short Funny Animated Clip created at the Film Academy</h3>
|
980
977
|
|
981
978
|
- video: # video 2
|
982
979
|
enabled: true
|
@@ -990,12 +987,11 @@ settings:
|
|
990
987
|
tweet_prefix: Try video
|
991
988
|
caption_text: Carpool Karaoke 2023 · Last Carpool Karaoke
|
992
989
|
description: >
|
993
|
-
<
|
994
|
-
<
|
990
|
+
<h2>Carpool Karaoke 2023</h2>
|
991
|
+
<h3>
|
995
992
|
April 2023 - Adele wakeup James at home for the last Late Night Show,
|
996
993
|
for the last Carpool Caraoke ever.
|
997
|
-
</
|
998
|
-
<br>
|
994
|
+
</h3>
|
999
995
|
playerParams:
|
1000
996
|
start: 50 # seconds to start
|
1001
997
|
|
@@ -24,13 +24,13 @@
|
|
24
24
|
sublevel:
|
25
25
|
|
26
26
|
- title: Image
|
27
|
-
href: /pages/public/tour/
|
27
|
+
href: /pages/public/tour/image_data/
|
28
28
|
icon: image
|
29
29
|
- title: Audio
|
30
|
-
href: /pages/public/tour/
|
30
|
+
href: /pages/public/tour/audio_data/
|
31
31
|
icon: volume-high
|
32
32
|
- title: Video
|
33
|
-
href: /pages/public/tour/
|
33
|
+
href: /pages/public/tour/video_data/
|
34
34
|
icon: video
|
35
35
|
|
36
36
|
- title: Typography
|
@@ -1320,9 +1320,9 @@ resources:
|
|
1320
1320
|
|
1321
1321
|
data:
|
1322
1322
|
css: [
|
1323
|
-
modules/lightGallery/css/lightgallery-bundle,
|
1324
1323
|
modules/lightGallery/css/lg-transitions,
|
1325
|
-
modules/lightGallery/css/
|
1324
|
+
modules/lightGallery/css/lightgallery-bundle,
|
1325
|
+
modules/lightGallery/css/theme/uno/uno
|
1326
1326
|
]
|
1327
1327
|
files: []
|
1328
1328
|
js: [
|
@@ -1362,24 +1362,28 @@ resources:
|
|
1362
1362
|
data:
|
1363
1363
|
css: [
|
1364
1364
|
modules/videojs/css/videojs,
|
1365
|
-
modules/videojs/css/plugins/controls/skipbuttons,
|
1366
|
-
modules/videojs/css/plugins/controls/zoom,
|
1367
1365
|
modules/videojs/css/themes/city,
|
1368
1366
|
modules/videojs/css/themes/fantasy,
|
1369
1367
|
modules/videojs/css/themes/forest,
|
1370
1368
|
modules/videojs/css/themes/sea,
|
1371
|
-
modules/videojs/css/themes/uno
|
1369
|
+
modules/videojs/css/themes/uno,
|
1370
|
+
modules/videojs/plugins/controls/aspect-ratio-panel/css/aspect-ratio-panel,
|
1371
|
+
modules/videojs/plugins/controls/skipbuttons/css/skipbuttons,
|
1372
|
+
modules/videojs/plugins/controls/zoom/css/zoom
|
1372
1373
|
]
|
1373
1374
|
files: [ adapter/js/videojs.js ]
|
1374
1375
|
js: [
|
1375
1376
|
modules/videojs/js/video,
|
1376
|
-
modules/videojs/
|
1377
|
-
modules/videojs/
|
1378
|
-
modules/videojs/
|
1379
|
-
modules/videojs/
|
1380
|
-
modules/videojs/
|
1381
|
-
modules/videojs/
|
1382
|
-
modules/videojs/
|
1377
|
+
modules/videojs/plugins/controls/aspect-ratio-panel/js/aspect-ratio-panel,
|
1378
|
+
modules/videojs/plugins/controls/hotkeys/js/hotkeys,
|
1379
|
+
modules/videojs/plugins/controls/skipbuttons/js/skipbuttons,
|
1380
|
+
modules/videojs/plugins/controls/persist-settings/js/videojs-persist,
|
1381
|
+
modules/videojs/plugins/controls/playbackrate-adjuster/js/playbackrate-adjuster,
|
1382
|
+
modules/videojs/plugins/controls/zoom/js/zoom,
|
1383
|
+
modules/videojs/plugins/players/dm/js/dailymotion,
|
1384
|
+
modules/videojs/plugins/players/vm/js/vimeo,
|
1385
|
+
modules/videojs/plugins/players/wt/js/wistia,
|
1386
|
+
modules/videojs/plugins/players/yt/js/youtube
|
1383
1387
|
]
|
1384
1388
|
init_function: [ j1.adapter.videojs.init ]
|
1385
1389
|
|
@@ -57,7 +57,7 @@
|
|
57
57
|
<id>{{ page.url | absolute_url | xml_escape }}</id>
|
58
58
|
<post_limited>{{ limit_posts }}</post_limited>
|
59
59
|
<template_name>J1 Theme</template_name>
|
60
|
-
<template_version>2024.3.
|
60
|
+
<template_version>2024.3.23</template_version>
|
61
61
|
|
62
62
|
{% assign title = site.title | default: site.name %}
|
63
63
|
{% if page.collection != "posts" %}
|
@@ -107,30 +107,30 @@ Asciidoctor::Extensions.register do
|
|
107
107
|
|
108
108
|
// =================================================================
|
109
109
|
// take over VideoJS configuration data (JSON data from Ruby)
|
110
|
-
// -----------------------------------------------------------------
|
111
|
-
var videojsDefaultConfigJson
|
112
|
-
var videojsUserConfigJson
|
110
|
+
// -----------------------------------------------------------------
|
111
|
+
var videojsDefaultConfigJson = '#{videojsDefaultSettingsJson}';
|
112
|
+
var videojsUserConfigJson = '#{videojsUserSettingsJson}';
|
113
113
|
|
114
114
|
// create config objects from JSON data
|
115
|
-
var videojsDefaultSettings
|
116
|
-
var videojsUserSettings
|
115
|
+
var videojsDefaultSettings = JSON.parse(videojsDefaultConfigJson);
|
116
|
+
var videojsUserSettings = JSON.parse(videojsUserConfigJson);
|
117
117
|
|
118
118
|
// merge config objects (jQuery)
|
119
|
-
var videojsConfig
|
119
|
+
var videojsConfig = $.extend(true, {}, videojsDefaultSettings.defaults, videojsUserSettings.settings);
|
120
120
|
|
121
121
|
// =================================================================
|
122
122
|
// VideoJS player settings
|
123
123
|
// -----------------------------------------------------------------
|
124
|
-
const vjsPlayerType
|
125
|
-
const vjsPlaybackRates
|
124
|
+
const vjsPlayerType = 'native';
|
125
|
+
const vjsPlaybackRates = videojsConfig.playbackRates.values;
|
126
126
|
|
127
127
|
// =================================================================
|
128
128
|
// VideoJS plugin settings
|
129
|
-
// -----------------------------------------------------------------
|
130
|
-
const piAutoCaption
|
131
|
-
const piHotKeys
|
132
|
-
const piSkipButtons
|
133
|
-
const piZoomButtons
|
129
|
+
// -----------------------------------------------------------------
|
130
|
+
const piAutoCaption = videojsConfig.plugins.autoCaption;
|
131
|
+
const piHotKeys = videojsConfig.plugins.hotKeys;
|
132
|
+
const piSkipButtons = videojsConfig.plugins.skipButtons;
|
133
|
+
const piZoomButtons = videojsConfig.plugins.zoomButtons;
|
134
134
|
|
135
135
|
// =================================================================
|
136
136
|
// helper functions
|
@@ -147,21 +147,21 @@ Asciidoctor::Extensions.register do
|
|
147
147
|
// insert div|caption container AFTER the image
|
148
148
|
image.parentNode.insertBefore(newDiv, image.nextSibling);
|
149
149
|
} else {
|
150
|
-
console.error(`
|
150
|
+
console.error(`No image found at: '${imageSrc}'`);
|
151
151
|
}
|
152
152
|
}
|
153
153
|
|
154
154
|
// =================================================================
|
155
155
|
// initialize the VideoJS player (on page ready)
|
156
|
-
// -----------------------------------------------------------------
|
156
|
+
// -----------------------------------------------------------------
|
157
157
|
var dependencies_met_page_ready = setInterval (function (options) {
|
158
|
-
var pageState
|
159
|
-
var pageVisible
|
160
|
-
var j1CoreFinished
|
158
|
+
var pageState = $('#content').css("display");
|
159
|
+
var pageVisible = (pageState == 'block') ? true : false;
|
160
|
+
var j1CoreFinished = (j1.getState() === 'finished') ? true : false;
|
161
161
|
|
162
162
|
if (j1CoreFinished && pageVisible) {
|
163
|
-
var vjs_player
|
164
|
-
var appliedOnce
|
163
|
+
var vjs_player = document.getElementById("#{video_id}");
|
164
|
+
var appliedOnce = false;
|
165
165
|
|
166
166
|
// add|skip captions (on poster image)
|
167
167
|
if ('#{caption_enabled}' === 'true') {
|
@@ -172,6 +172,34 @@ Asciidoctor::Extensions.register do
|
|
172
172
|
videojs("#{video_id}").ready(function() {
|
173
173
|
var vjsPlayer = this;
|
174
174
|
|
175
|
+
// add custom progressControlSilder
|
176
|
+
// -----------------------------------------------------------
|
177
|
+
|
178
|
+
// create customControlContainer for progressControlSilder|time (display) elements
|
179
|
+
const customProgressContainer = vjsPlayer.controlBar.addChild('Component', {
|
180
|
+
el: videojs.dom.createEl('div', {
|
181
|
+
className: 'vjs-theme-uno custom-progressbar-container'
|
182
|
+
})
|
183
|
+
});
|
184
|
+
|
185
|
+
// move progressControlSlider into customControlContainer
|
186
|
+
const progressControlSlider = vjsPlayer.controlBar.progressControl;
|
187
|
+
if (progressControlSlider) {
|
188
|
+
customProgressContainer.el().appendChild(progressControlSlider.el());
|
189
|
+
}
|
190
|
+
|
191
|
+
// move currentTimeDisplay BEFORE the progressControlSilder
|
192
|
+
const currentTimeDisplay = vjsPlayer.controlBar.currentTimeDisplay;
|
193
|
+
if (currentTimeDisplay) {
|
194
|
+
customProgressContainer.el().insertBefore(currentTimeDisplay.el(), progressControlSlider.el());
|
195
|
+
}
|
196
|
+
|
197
|
+
// move the durationDisplay AFTER the progressControlSilder
|
198
|
+
const durationDisplay = vjsPlayer.controlBar.durationDisplay;
|
199
|
+
if (durationDisplay) {
|
200
|
+
customProgressContainer.el().appendChild(durationDisplay.el());
|
201
|
+
}
|
202
|
+
|
175
203
|
// add|skip playbackRates
|
176
204
|
//
|
177
205
|
if (videojsConfig.playbackRates.enabled) {
|
@@ -234,15 +262,7 @@ Asciidoctor::Extensions.register do
|
|
234
262
|
forward: piSkipButtons.forward,
|
235
263
|
});
|
236
264
|
}
|
237
|
-
|
238
|
-
|
239
|
-
// TODO:
|
240
|
-
// -----------------------------------------------------------
|
241
|
-
// Check if plugin ZoomButtons possible to be used for
|
242
|
-
// this extension. Disabled for now.
|
243
|
-
// ------------------------------------------------------------
|
244
|
-
piZoomButtons.enabled = false;
|
245
|
-
|
265
|
+
|
246
266
|
// add|skip zoomButtons plugin
|
247
267
|
//
|
248
268
|
if (piZoomButtons.enabled && vjsPlayerType === 'native') {
|
@@ -276,7 +296,7 @@ Asciidoctor::Extensions.register do
|
|
276
296
|
var scrollOffset = (window.innerWidth >= 720) ? -130 : -110;
|
277
297
|
|
278
298
|
// scroll page to the players top position
|
279
|
-
//
|
299
|
+
// ------------------------------------------------------------
|
280
300
|
window.scrollTo(0, targetDivPosition + scrollOffset);
|
281
301
|
|
282
302
|
}); // END EventListener 'click'
|