j1-template 2024.3.14 → 2024.3.16

Sign up to get free protection for your applications and to get access to all the features.
Files changed (139) hide show
  1. checksums.yaml +4 -4
  2. data/assets/data/amplitude.html +111 -58
  3. data/assets/data/cookieconsent.html +8 -8
  4. data/assets/data/panel.html +4 -3
  5. data/assets/data/speak2me.html +11 -11
  6. data/assets/data/translator.html +29 -29
  7. data/assets/theme/j1/adapter/js/amplitude.js +112 -88
  8. data/assets/theme/j1/adapter/js/j1.js +4 -4
  9. data/assets/theme/j1/adapter/js/masonry.js +2 -2
  10. data/assets/theme/j1/adapter/js/themes.js +42 -4
  11. data/assets/theme/j1/adapter/js/videojs.js +212 -0
  12. data/assets/theme/j1/core/css/icon-fonts/mdib.css +24 -4
  13. data/assets/theme/j1/core/css/icon-fonts/mdib.css.map +1 -1
  14. data/assets/theme/j1/core/css/icon-fonts/mdib.min.css +1 -1
  15. data/assets/theme/j1/core/css/icon-fonts/mdib.min.css.map +1 -1
  16. data/assets/theme/j1/core/css/themes/unolight/bootstrap.css +9 -6
  17. data/assets/theme/j1/core/css/themes/unolight/bootstrap.css.map +1 -1
  18. data/assets/theme/j1/core/css/themes/unolight/bootstrap.min.css +1 -1
  19. data/assets/theme/j1/core/css/themes/unolight/bootstrap.min.css.map +1 -1
  20. data/assets/theme/j1/core/js/template.js +262 -275
  21. data/assets/theme/j1/core/js/template.min.js +7 -7
  22. data/assets/theme/j1/core/js/template.min.js.map +1 -1
  23. data/assets/theme/j1/modules/amplitudejs/css/theme/uno/dark/amplitude.css +131 -24
  24. data/assets/theme/j1/modules/amplitudejs/css/theme/uno/dark/amplitude.min.css +1 -1
  25. data/assets/theme/j1/modules/amplitudejs/css/theme/uno/dark/player/compact.css +102 -76
  26. data/assets/theme/j1/modules/amplitudejs/css/theme/uno/dark/player/compact.min.css +1 -1
  27. data/assets/theme/j1/modules/amplitudejs/css/theme/uno/dark/player/large.css +109 -78
  28. data/assets/theme/j1/modules/amplitudejs/css/theme/uno/dark/player/large.min.css +1 -1
  29. data/assets/theme/j1/modules/amplitudejs/icons/player/dark/artist.svg +78 -0
  30. data/assets/theme/j1/modules/amplitudejs/icons/player/dark/mute.svg +52 -20
  31. data/assets/theme/j1/modules/amplitudejs/icons/player/dark/next.svg +20 -39
  32. data/assets/theme/j1/modules/amplitudejs/icons/player/dark/now-playing.svg +24 -38
  33. data/assets/theme/j1/modules/amplitudejs/icons/player/dark/playlist-hide.svg +85 -0
  34. data/assets/theme/j1/modules/amplitudejs/icons/player/dark/playlist-music.svg +85 -0
  35. data/assets/theme/j1/modules/amplitudejs/icons/player/dark/playlist-show.svg +85 -0
  36. data/assets/theme/j1/modules/amplitudejs/icons/player/dark/playlist.svg +85 -0
  37. data/assets/theme/j1/modules/amplitudejs/icons/player/dark/previous.svg +18 -37
  38. data/assets/theme/j1/modules/amplitudejs/icons/player/dark/skip-backward.svg +33 -30
  39. data/assets/theme/j1/modules/amplitudejs/icons/player/dark/skip-forward.svg +33 -29
  40. data/assets/theme/j1/modules/amplitudejs/icons/player/dark/small/next.svg +55 -14
  41. data/assets/theme/j1/modules/amplitudejs/icons/player/dark/small/previous.svg +56 -14
  42. data/assets/theme/j1/modules/amplitudejs/icons/player/dark/volume.svg +38 -21
  43. data/assets/theme/j1/modules/amplitudejs/js/amplitude.map +20 -20
  44. data/assets/theme/j1/modules/amplitudejs/js/tech/youtube_example.js +211 -0
  45. data/assets/theme/j1/modules/gemini/js/gemini.js.map +1 -1
  46. data/assets/theme/j1/modules/jquery/js/jquery.min.map +1 -1
  47. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-video.js +206 -122
  48. data/assets/theme/j1/modules/videojs/assets/icons/custom-icons/next.svg +82 -0
  49. data/assets/theme/j1/modules/videojs/css/font/README.md +151 -0
  50. data/assets/theme/j1/modules/videojs/css/font/VideoJS.svg +150 -0
  51. data/assets/theme/j1/modules/videojs/css/font/video-js-cdn.css +2012 -0
  52. data/assets/theme/j1/modules/videojs/css/plugins/controls/skipbuttons.0.css +32 -0
  53. data/assets/theme/j1/modules/videojs/css/plugins/controls/skipbuttons.1.css +31 -0
  54. data/assets/theme/j1/modules/videojs/css/plugins/controls/skipbuttons.css +31 -0
  55. data/assets/theme/j1/modules/videojs/css/plugins/controls/skipbuttons.min.css +21 -0
  56. data/assets/theme/j1/modules/videojs/css/themes/uno.css +14 -3
  57. data/assets/theme/j1/modules/videojs/css/themes/uno.min.css +1 -1
  58. data/assets/theme/j1/modules/videojs/css/videojs.css +1 -0
  59. data/assets/theme/j1/modules/videojs/js/plugins/controls/autocaption/LICENSE +13 -0
  60. data/assets/theme/j1/modules/videojs/js/plugins/controls/autocaption/README.md +75 -0
  61. data/assets/theme/j1/modules/videojs/js/plugins/controls/autocaption/autocaption.js +149 -0
  62. data/assets/theme/j1/modules/videojs/js/plugins/controls/autocaption/autocaption.min.js +21 -0
  63. data/assets/theme/j1/modules/videojs/js/plugins/controls/hotkeys/README.md +76 -30
  64. data/assets/theme/j1/modules/videojs/js/plugins/controls/hotkeys/hotkeys.js +64 -53
  65. data/assets/theme/j1/modules/videojs/js/plugins/controls/hotkeys/hotkeys.min.js +1 -1
  66. data/assets/theme/j1/modules/videojs/js/plugins/controls/skipbuttons/README.md +133 -0
  67. data/assets/theme/j1/modules/videojs/js/plugins/controls/skipbuttons/skipbuttons.js +137 -0
  68. data/assets/theme/j1/modules/videojs/js/plugins/controls/skipbuttons/skipbuttons.min.js +21 -0
  69. data/assets/theme/j1/modules/videojs/js/plugins/controls/zoom/zoom.js +15 -12
  70. data/assets/theme/j1/modules/videojs/js/plugins/players/dm/dailymotion.js +2 -2
  71. data/assets/theme/j1/modules/videojs/js/plugins/players/yt/youtube.js +43 -16
  72. data/lib/j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/3.3/fastfilereaderext.so +0 -0
  73. data/lib/j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/3.3/rubyeventmachine.so +0 -0
  74. data/lib/j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/3.4/fastfilereaderext.so +0 -0
  75. data/lib/j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/3.4/rubyeventmachine.so +0 -0
  76. data/lib/j1/version.rb +1 -1
  77. data/lib/j1_app/j1_auth_manager/config.rb +0 -4
  78. data/lib/starter_web/Gemfile +45 -22
  79. data/lib/starter_web/README.md +5 -5
  80. data/lib/starter_web/_config.yml +4 -6
  81. data/lib/starter_web/_data/modules/amplitude.yml +67 -37
  82. data/lib/starter_web/_data/modules/defaults/amplitude.yml +1 -0
  83. data/lib/starter_web/_data/modules/defaults/gallery.yml +42 -0
  84. data/lib/starter_web/_data/modules/defaults/videojs.yml +107 -0
  85. data/lib/starter_web/_data/modules/gallery.yml +30 -14
  86. data/lib/starter_web/_data/modules/lazyLoader.yml +8 -8
  87. data/lib/starter_web/_data/modules/masonry.yml +15 -0
  88. data/lib/starter_web/_data/modules/masterslider.yml +6 -6
  89. data/lib/starter_web/_data/modules/videojs.yml +57 -0
  90. data/lib/starter_web/_data/resources.yml +9 -26
  91. data/lib/starter_web/_data/templates/feed.xml +1 -1
  92. data/lib/starter_web/_includes/tables/jekyll_variables.asciidoc +1 -0
  93. data/lib/starter_web/_plugins/asciidoctor/carousel-block.rb +2 -1
  94. data/lib/starter_web/_plugins/asciidoctor/dailymotion-block.rb +4 -1
  95. data/lib/starter_web/_plugins/asciidoctor/lightbox-block.rb +1 -1
  96. data/lib/starter_web/_plugins/asciidoctor/masterslider-block.rb +1 -1
  97. data/lib/starter_web/_plugins/asciidoctor/slick-block.rb +2 -1
  98. data/lib/starter_web/_plugins/asciidoctor/videojs-block.rb +145 -24
  99. data/lib/starter_web/_plugins/asciidoctor/vimeo-block.rb +4 -1
  100. data/lib/starter_web/_plugins/asciidoctor/wistia-block.rb +313 -0
  101. data/lib/starter_web/_plugins/asciidoctor/youtube-block.rb +192 -17
  102. data/lib/starter_web/_plugins/index/lunr.rb +1 -1
  103. data/lib/starter_web/assets/audio/cover/spontanorama/spontanorama.jpg +0 -0
  104. data/lib/starter_web/assets/audio/cover/spontanorama/src/spontanorama.png +0 -0
  105. data/lib/starter_web/assets/audio/cover/spontanorama/src/spontanorama.psd +0 -0
  106. data/lib/starter_web/package.json +1 -1
  107. data/lib/starter_web/pages/public/amplitude_yt_tester.adoc +20 -7
  108. data/lib/starter_web/pages/public/manuals/integrations/amplitudejs/amplitudejs-api.adoc +1 -1
  109. data/lib/starter_web/pages/public/manuals/integrations/videojs/youtube-api.adoc +1638 -0
  110. data/lib/starter_web/pages/public/tools/previewer/preview_bootstrap_theme.adoc +5 -6
  111. data/lib/starter_web/pages/public/tools/previewer/preview_videojs.adoc +203 -0
  112. data/lib/starter_web/pages/public/tour/asciidoc_extensions.adoc +1 -1
  113. data/lib/starter_web/pages/public/tour/bootstrap_themes.adoc +1 -1
  114. data/lib/starter_web/pages/public/tour/highlghter_rouge.adoc +1 -1
  115. data/lib/starter_web/pages/public/tour/modal_extentions.adoc +1 -1
  116. data/lib/starter_web/pages/public/tour/play_audio.adoc +30 -29
  117. data/lib/starter_web/pages/public/tour/play_video.adoc +65 -39
  118. data/lib/starter_web/pages/public/tour/present_images.adoc +17 -16
  119. data/lib/starter_web/pages/public/tour/quicksearch.adoc +1 -1
  120. data/lib/starter_web/pages/public/tour/responsive_tables.adoc +1 -1
  121. data/lib/starter_web/pages/public/tour/typography.adoc +1 -1
  122. metadata +37 -20
  123. data/assets/data/amplitude.28.html +0 -887
  124. data/assets/data/amplitude.29.html +0 -923
  125. data/assets/theme/j1/adapter/js/amplitude.23.js +0 -1165
  126. data/assets/theme/j1/adapter/js/amplitude.24.js +0 -1164
  127. data/assets/theme/j1/adapter/js/amplitude.25.js +0 -1268
  128. data/assets/theme/j1/modules/amplitudejs/icons/player/dark/_pause.svg +0 -19
  129. data/assets/theme/j1/modules/amplitudejs/icons/player/dark/_play.svg +0 -18
  130. data/assets/theme/j1/modules/amplitudejs/icons/player/dark/show-playlist.svg +0 -15
  131. data/assets/theme/j1/modules/jqueryScrollbar/LICENSE +0 -20
  132. data/assets/theme/j1/modules/jqueryScrollbar/README.md +0 -28
  133. data/assets/theme/j1/modules/jqueryScrollbar/css/scrollbar.css +0 -939
  134. data/assets/theme/j1/modules/jqueryScrollbar/css/scrollbar.min.css +0 -20
  135. data/assets/theme/j1/modules/jqueryScrollbar/js/scrollbar.js +0 -851
  136. data/assets/theme/j1/modules/jqueryScrollbar/js/scrollbar.min.js +0 -36
  137. data/assets/theme/j1/modules/jqueryScrollbar/sass/scrollbar.scss +0 -806
  138. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-video.0.js +0 -794
  139. data/lib/starter_web/_data/modules/lazyLoader.0.yml +0 -118
@@ -85,7 +85,7 @@ resource_options:
85
85
  :indicators: true
86
86
  :indicators_alerts: true
87
87
  :indicators_badges: true
88
- :scrollbars: false
88
+ :scrollbars: true
89
89
  :progress: true
90
90
  :progress_basic: true
91
91
  :progress_contextual_alternatives: true
@@ -2119,7 +2119,7 @@ browser.
2119
2119
  }
2120
2120
  ----
2121
2121
 
2122
- For the following flavours are implemented.
2122
+ The following scrollers are available for the J1 Template.
2123
2123
 
2124
2124
  [subs="attributes"]
2125
2125
  ++++
@@ -2169,10 +2169,9 @@ For the following flavours are implemented.
2169
2169
  </div>
2170
2170
 
2171
2171
  <!-- script>
2172
- <!-- NOTE: $.browser.webkit does NOT exists !!! -->
2173
- if (!$.browser.webkit) {
2174
- $('.wrapper').html('<p>Sorry! Non webkit browser detected. Scrollbars <b>not</b> displayed :</p>');
2175
- }
2172
+ if (!$.browser.webkit) {
2173
+ $('.wrapper').html('<p>Sorry! Non webkit browser detected. Scrollbars <b>not</b> displayed :</p>');
2174
+ }
2176
2175
  </script -->
2177
2176
  ++++
2178
2177
  endif::[]
@@ -0,0 +1,203 @@
1
+ ---
2
+ title: VideoJS
3
+ title_extention: Custom Video Players
4
+ tagline: Custom Video Players
5
+
6
+ date: 2024-11-10
7
+ #last_modified: 2024-01-01
8
+
9
+ description: >
10
+ The J1 Template support playing video on web pages
11
+ by HTML5 Video, the new standard of HTML to show
12
+ videos on web pages.
13
+ keywords: >
14
+ open source, free, template, jekyll, jekyllone, web,
15
+ sites, static, jamstack, bootstrap,
16
+ html, html5, video, support, flash player,
17
+ quicktime, silverlight
18
+
19
+ categories: [ Previewer ]
20
+ tags: [ Module, Video ]
21
+
22
+ image:
23
+ path: /assets/image/icons/videojs/videojs-poster.png
24
+ width: 1920
25
+ height: 1280
26
+
27
+ regenerate: false
28
+ personalization: true
29
+ permalink: /pages/public/tools/previewer/videojs/
30
+
31
+ resources: [ videojs ]
32
+ resource_options:
33
+ - attic:
34
+ slides:
35
+ - url: /assets/image/icons/videojs/videojs-poster.png
36
+ alt: VideoJS Poster
37
+ ---
38
+
39
+ // Page Initializer
40
+ // =============================================================================
41
+ // Enable the Liquid Preprocessor
42
+ :page-liquid:
43
+
44
+ // Set (local) page attributes here
45
+ // -----------------------------------------------------------------------------
46
+ // :page--attr: <attr-value>
47
+ // :images-dir: {imagesdir}/pages/roundtrip/100_present_images
48
+
49
+ // Attributes for section control
50
+ //
51
+ :vjs_plugin_info: true
52
+ :native_video: false
53
+ :yt_video: false
54
+ :vm_video: false
55
+ :wt_video: true
56
+
57
+ // Load Liquid procedures
58
+ // -----------------------------------------------------------------------------
59
+ {% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
60
+
61
+ // Load page attributes
62
+ // -----------------------------------------------------------------------------
63
+ {% include {{load_attributes}} scope="global" %}
64
+
65
+
66
+ // Page content
67
+ // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
68
+ [role="dropcap"]
69
+ The J1 Template support playing audio on web pages by HTML5 Video, the new
70
+ standard of HTML to show videos on webpages. Modern browsers support the
71
+ audio tag `<audio>` for the new HTML5 audio audio standard.
72
+
73
+ // Include sub-documents (if any)
74
+ // -----------------------------------------------------------------------------
75
+
76
+ ifeval::[{vjs_plugin_info} == true]
77
+ [role="mt-5"]
78
+ == VJS Plugins
79
+
80
+ The J1 Template provides a collection of plugins to enhance VJS players, such
81
+ as by providing useful functions like additional buttons or advanced keyboard
82
+ support to control a player by defined keys (hotkeys).
83
+
84
+ [role="mt-4"]
85
+ === hotKeys
86
+
87
+ The *hotkeys* plugin for Video.js enables *keyboard hotkeys* when the
88
+ *player has focus*.
89
+
90
+ * `Space bar` toggles play|pause.
91
+ * `Right|Left Arrow keys` seek the video forwards and back.
92
+ * Up and Down Arrow keys increase and decrease the volume.
93
+ * `M key` toggles mute/unmute.
94
+ * `F key` toggles fullscreen off and on. Does not work in Internet Explorer,
95
+ it seems to be a limitation where scripts cannot request fullscreen without
96
+ a mouse click:
97
+ * Double-clicking with the mouse toggles fullscreen off and on.
98
+ * `Number keys` from *1-9* skip to a percentage of the video:
99
+ 1 is `10%` and 9 is `90%`.
100
+
101
+ [role="mt-4"]
102
+ === skipbuttons
103
+
104
+ The plugin *skipbuttons* add *VJS seek buttons* to the control bar. These
105
+ buttons allow the user to skip forward or back by a configured number of
106
+ seconds.
107
+
108
+
109
+ [role="mt-4"]
110
+ === zoomButtons
111
+
112
+ Adds a zoom button to player controlbar.
113
+
114
+ endif::[]
115
+
116
+ ifeval::[{build_in_video} == true]
117
+ [role="mt-4"]
118
+ == Built-in Player
119
+
120
+ All modern browsers universally support the video tag `<video>`. This tag
121
+ offers an out-of-the-box framework for decoding and displaying video content
122
+ without loading *external players*.
123
+
124
+ .MP4 Video, Peck Pocketed
125
+ video::/assets/video/html5/peck_pocketed.mp4[poster="/assets/video/poster/html5/peck_pocketed.jpg", opts="" role="mt-4 mb-5"]
126
+ endif::[]
127
+
128
+
129
+ [role="mt-5"]
130
+ == VJS Players
131
+
132
+ VideoJS is a *free-to-use* open-source JavaScript framework for building
133
+ custom video players for the web. Implementing VideoJS for the J1 Template
134
+ supports local video and several platforms, such as YouTube, Vimeo, Wistia,
135
+ or Dailymotion, for presenting videos *online*.
136
+
137
+ For *online sources*, VideoJS uses plugins, such as the so-called VJS
138
+ Playback Technology. With the help of *plugins*, it is possible to present
139
+ *different media* using the *same player*, the same look and feel for a
140
+ better user experience.
141
+
142
+ ifeval::[{native_video} == true]
143
+ [role="mt-4"]
144
+ === Native Video
145
+
146
+ VideoJS provides a flexible and customizable platform for displaying and
147
+ controlling MPEG 4 video content on websites and web applications.
148
+
149
+ .Rolling Wild · MP4 Video
150
+ videojs::/assets/video//html5/rolling_wild.mp4[poster="/assets/video/poster/html5/rolling_wild.jpg", opts="" role="mt-4 mb-5"]
151
+ endif::[]
152
+
153
+
154
+ ifeval::[{yt_video} == true]
155
+ [role="mt-4"]
156
+ === YouTube
157
+
158
+ YouTube is a popular online video-sharing platform that allows users to
159
+ upload, view, share, and comment on videos. The platform provides services
160
+ for people and organizations to publish various video content.
161
+
162
+ .Fortnight (feat. Post Malone, Official Music Video) · Taylor Swift
163
+ // youtube::q3zqJs7JUCQ[start="00:01:00" poster="//img.youtube.com/vi/q3zqJs7JUCQ/maxresdefault.jpg" role="mt-4 mb-5"]
164
+ youtube::q3zqJs7JUCQ[poster="//img.youtube.com/vi/q3zqJs7JUCQ/maxresdefault.jpg"]
165
+ endif::[]
166
+
167
+ ifeval::[{wt_video} == true]
168
+ [role="mt-5"]
169
+ === Wistia
170
+
171
+ Wistia is a marketing software and video hosting platform for business-to-business
172
+ marketers. Free or paid plans are available. While Wistia may not be the
173
+ *Big Man on Campus*, like Vimeo, still brings valuable functionality and
174
+ should be considered a viable video platform.
175
+
176
+ .Platform Intro
177
+ // wistia::29b0fbf547[poster="/assets/video/poster/wistia/wistia-black.jpg" role="mt-4 mb-4"]
178
+ wistia::29b0fbf547[poster="auto" role="mt-4 mb-4"]
179
+ // wistia::29b0fbf547[role="mt-4 mb-4"]
180
+ endif::[]
181
+
182
+ ifeval::[{vm_video} == true]
183
+ [role="mt-5"]
184
+ == Vimeo
185
+
186
+ Vimeo is an sharing platform that allows users to upload, share, and view
187
+ video content. It was founded in 2004 by a group of filmmakers and has
188
+ since grown into a popular platform for individuals and businesses to
189
+ showcase their videos.
190
+
191
+ .Forever 21 - Kick It Old School
192
+ vimeo::179528528[poster="/assets/video/poster/vimeo/kick_it_old_school.jpg" role="mt-4 mb-5"]
193
+ // vimeo::179528528[poster="auto" role="mt-4 mb-5"]
194
+ // vimeo::179528528[role="mt-4 mb-5"]
195
+
196
+ [role="mb-7"]
197
+ .Video controls
198
+ [CAUTION]
199
+ ====
200
+ For the *VJS Vimeo Tech*, native vjs controls (controllbar) are currently
201
+ *NOT* supported. Instead, the controllbar of the Vimeo Player is shown.
202
+ ====
203
+ endif::[]
@@ -31,7 +31,7 @@ permalink: /pages/public/tour/asciidoc_extensions/
31
31
 
32
32
  resources: [
33
33
  gallery, iconify, lightbox,
34
- lightgallery, rouge, videojs
34
+ lightgallery, videojs
35
35
  ]
36
36
  resource_options:
37
37
  - attic:
@@ -28,7 +28,7 @@ image:
28
28
  regenerate: false
29
29
  permalink: /pages/public/tour/themes/
30
30
 
31
- resources: [ lightbox, rouge ]
31
+ resources: [ lightbox ]
32
32
  resource_options:
33
33
  - attic:
34
34
  slides:
@@ -27,7 +27,7 @@ image:
27
27
  regenerate: true
28
28
  permalink: /pages/public/tour/rouge/
29
29
 
30
- resources: [ rouge ]
30
+ resources: []
31
31
  resource_options:
32
32
  - attic:
33
33
  slides:
@@ -28,7 +28,7 @@ image:
28
28
  regenerate: false
29
29
  permalink: /pages/public/tour/modals/
30
30
 
31
- resources: [ rouge ]
31
+ resources: []
32
32
  resource_options:
33
33
  - attic:
34
34
  slides:
@@ -148,23 +148,14 @@ lorem:sentences[5]
148
148
  [role="mt-5"]
149
149
  == Compact Player
150
150
 
151
- A complex component like an audio player on a web page, *compact*
152
- typically refers to a design or layout that minimizes the component's
153
- space while maintaining its functionality and usability.
154
-
155
- ////
156
- The *compact design* for an audio player is an efficient approach that
157
- involves condensing the player controls and display elements into a smaller
158
- area. It uses icons or symbols instead of text labels where possible, and
159
- possibly hides less frequently used features behind menus or dropdowns to
160
- reduce clutter, thereby instilling confidence in its effectiveness.
161
-
162
- A *compact* design allows the audio player to fit neatly within the web
163
- page's layout without overwhelming or dominating the content around it.
164
- The design aims to balance functionality and space efficiency, ensuring
165
- users can easily access and control the audio playback without sacrificing
166
- too much screen space.
167
- ////
151
+ The design of a *Compact player* is an efficient approach that involves
152
+ condensing the player controls and display elements into a smaller area.
153
+ It allows the audio player to fit neatly within the web page's layout without
154
+ overwhelming or dominating the content around it.
155
+
156
+ The player aims to balance functionality and space efficiency, ensuring users
157
+ can easily access and control the audio playback without sacrificing too much
158
+ screen space or placing multiple players side-by-side.
168
159
 
169
160
  .Emancipator · From Dusk To Dawn
170
161
  amplitude::free_emancipator_compact[role="mt-3 mb-5"]
@@ -172,36 +163,46 @@ amplitude::free_emancipator_compact[role="mt-3 mb-5"]
172
163
  .Royalty Free Music · Disco 80th
173
164
  amplitude::free_disco_compact[role="mt-3 mb-5"]
174
165
 
175
- lorem:sentences[5]
176
-
177
166
 
178
167
  [role="mt-5"]
179
168
  == Large Player
180
169
 
181
- lorem:sentences[5]
170
+ A complex component, like an audio player on a web page, typically refers
171
+ to a design or layout that minimizes the component's space while maintaining
172
+ its functionality and usability.
173
+
174
+ The large design provides the full functionality of an audio player to ensure
175
+ users can easily control audio playback. The player behaves similarly to a
176
+ compact player, but all controls are displayed in a single window; there is
177
+ no need to open other widgets.
182
178
 
183
179
  .Emancipator · From Dusk To Dawn
184
- amplitude::free_emancipator_large[role="mt-3 mb-5"]
180
+ amplitude::free_emancipator_large[role="mt-4 mb-5"]
185
181
 
186
182
  .Royalty Free Music · Disco 80th
187
- amplitude::free_disco_large[role="mt-3 mb-5"]
183
+ amplitude::free_disco_large[role="mt-4 mb-5"]
184
+
185
+ // lorem:sentences[5]
186
+
187
+ // .Spontanorama 2024 (large)
188
+ // amplitude::spontanorama_2024_large[role="mt-4 mb-5"]
188
189
 
189
190
 
190
191
  [role="mt-5"]
191
192
  == What next
192
193
 
193
194
  I hope, you've enjoyed exploring the possibilities J1 offers for playing
194
- digital audio content. But much, much more can the J1 do for your web in
195
- terms of multimedia.
195
+ digital audio content. But much, much more can the J1 Templte do for your
196
+ web in terms of multimedia.
196
197
 
197
- The J1 Template support playing video on web pages by using the
198
- HTML5 video support, the new standard of HTML. HTML5 implements a
199
- pure HTML way to show play video on the web. Modern browsers
200
- support the the video tag `<video>` for the current HTML5 standard.
198
+ The Template support playing video on web pages by using the *HTML5* video
199
+ support, the new standard of HTML. It implements a pure HTML way to playback
200
+ videos on the web. All Modern browsers support the the HTML video tag `<video>`
201
+ for the current HTML standard.
201
202
 
202
203
  The previous proprietary de facto standard software like a Flash Player,
203
204
  Quicktime, or Silverlight is no longer needed as the Theme JekyllOne provides
204
205
  HTML5 video for local content and from online sources on the Internet.
205
206
 
206
- [role="mb-7"]
207
+ [role="mb-8"]
207
208
  Incredible? See the next example page link:{url-tour--present-video}[Video Player].
@@ -25,37 +25,22 @@ image:
25
25
  width: 1920
26
26
  height: 1280
27
27
 
28
+ compress: false
28
29
  personalization: true
29
30
  regenerate: false
30
31
  permalink: /pages/public/tour/present_video/
31
32
 
32
33
  resources: [
33
34
  gallery, lightgallery, masonry,
34
- rouge, videojs, vimeo-player
35
+ videojs, vimeo-player
35
36
  ]
36
37
  resource_options:
37
38
  - toccer:
38
39
  collapseDepth: 3
39
40
  - attic:
40
41
  slides:
41
- # Broadway Underground - still image (animate default)
42
- - url: /assets/video/headers/present_videos/still/underground-broadway.jpg
43
- alt: Broadway Underground
44
- title: Video Player
45
- tagline: Playback Video
46
- # Broadway Underground - FAYETTE ST
47
- - url: /assets/video/headers/present_videos/underground-broadway.mp4
48
- alt: Broadway Underground Video
49
- title: Video Player
50
- tagline: Playback Video
51
- isVideo: true
52
- loop: false
53
- duration: 6000
54
- # Broadway Underground - still image (animate random)
55
- - url: /assets/video/headers/present_videos/still/underground-broadway.jpg
56
- alt: Broadway Underground
57
- title: Video Player
58
- tagline: Playback Video
42
+ - url: /assets/image/modules/attics/lianhao-1920x1280.jpg
43
+ alt: Playback Video
59
44
  ---
60
45
 
61
46
  // Page Initializer
@@ -72,6 +57,17 @@ resource_options:
72
57
  :time-de--string: Minuten
73
58
  :time-de--description: Lesezeit
74
59
 
60
+
61
+ // Attribute settings for section control
62
+ //
63
+ :ytp_rhythm: true
64
+ :ytp_sky_elements: true
65
+ :dm_video: false
66
+ :vm_video: true
67
+ :masonry: true
68
+ :dm_gallery: true
69
+ :vm_gallery: true
70
+
75
71
  // Load Liquid procedures
76
72
  // -----------------------------------------------------------------------------
77
73
  {% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
@@ -115,8 +111,7 @@ a built-in multimedia framework for decoding and displaying video content.
115
111
  Two types of video sources are supported:
116
112
 
117
113
  * Video files from local folders (your webspace)
118
- * Video files from Online sources (on the Internet) like YouTube, Wistia,
119
- Dailymotion etc.
114
+ * Video files from online sources (on the Internet) like YouTube, Vimeo, etc.
120
115
 
121
116
  Standalone video players embedded in websites are software components that
122
117
  integrate and play video sources directly within a page or application. These
@@ -130,7 +125,7 @@ without loading *external players*.
130
125
 
131
126
  ++++
132
127
  <div class="video-title">
133
- <i class="mdib mdib-youtube-tv mdib-24px mr-2"></i>
128
+ <i class="mdib mdib-video mdib-24px mr-2"></i>
134
129
  Peck Pocketed · MP4 Video
135
130
  </div>
136
131
  ++++
@@ -138,7 +133,7 @@ video::/assets/video//html5/peck_pocketed.mp4[poster="/assets/video/poster/html5
138
133
 
139
134
 
140
135
  [role="mt-5"]
141
- == VideoJS Player
136
+ == VideoJS
142
137
 
143
138
  VideoJS is a *free-to-use* open-source JavaScript framework for building
144
139
  custom video players for the web. Implementing VideoJS for the J1 Template
@@ -151,7 +146,7 @@ Playback Technology. With the help of *plugins*, it is possible to present
151
146
  better user experience.
152
147
 
153
148
  [role="mt-4"]
154
- === Local Video
149
+ === Native Video
155
150
 
156
151
  VideoJS provides a flexible and customizable platform for displaying and
157
152
  controlling MPEG 4 video content on websites and web applications.
@@ -166,12 +161,35 @@ YouTube is a popular online video-sharing platform that allows users to
166
161
  upload, view, share, and comment on videos. The platform provides services
167
162
  for people and organizations to publish various video content.
168
163
 
169
- .Best Auditions · AGT 2024
164
+ The season 19 (2024) of _America's Got Talent_ (AGT) is special. In the long
165
+ history of AGT, only a few *Goldern Buzzers* were given. In 2024, this is
166
+ different - for good reasons. See a compilation on YouTube of the very best
167
+ auditions ever.
168
+
169
+ .Best Auditions · AGT 2024
170
170
  youtube::4VSBJU52UvM[poster="//img.youtube.com/vi/4VSBJU52UvM/maxresdefault.jpg" role="mt-4 mb-5"]
171
171
 
172
- // .Fortnight (feat. Post Malone, Official Music Video) · Taylor Swift
173
- // youtube::q3zqJs7JUCQ[poster="//img.youtube.com/vi/q3zqJs7JUCQ/maxresdefault.jpg" role="mt-4 mb-5"]
172
+ ifeval::[{ytp_rhythm} == true]
173
+ Dog Dancing is presented quite often on stage. Like AGT season 18, Adrian Stoica
174
+ presented his dog Hurricane https://www.youtube.com/watch?v=ENGRnUN1UKQ)[Youtube, {browser-window--new}].
175
+ But see Roni Sagi - an Israeli dog trainer - and her dog Rhythm. This is Dog
176
+ Traing the next level.
177
+
178
+ .Roni Sagi & Rhythm, ALL Performances · AGT 2024
179
+ youtube::1J2qz6B-PFY[poster="//img.youtube.com/vi/1J2qz6B-PFY/maxresdefault.jpg" role="mt-4 mb-5"]
180
+ endif::[]
181
+
182
+ ifeval::[{ytp_sky_elements} == true]
183
+ Sky Elements uses the night sky as a canvas on which anything is possible.
184
+ A large group of Drones is painting lights in the sky to reflect the most
185
+ captivating narratives.
186
+
187
+ .Sky Elements, ALL Performances · AGT 2024
188
+ youtube::cN8IrZUhPtc[poster="//img.youtube.com/vi/cN8IrZUhPtc/maxresdefault.jpg" role="mt-4 mb-5"]
189
+ endif::[]
174
190
 
191
+
192
+ ifeval::[{dm_video} == true]
175
193
  [role="mt-4"]
176
194
  === Dailymotion
177
195
 
@@ -182,18 +200,20 @@ video.
182
200
 
183
201
  .Beginner Mat Pilates · SELF Channel
184
202
  dailymotion::x87ycik[poster="/assets/video/poster/dailymotion/pilates.jpg" role="mt-4 mb-5"]
203
+ endif::[]
185
204
 
205
+ ifeval::[{vm_video} == true]
186
206
  [role="mt-4"]
187
207
  === Vimeo
188
-
208
+
189
209
  Vimeo is an sharing platform that allows users to upload, share, and view
190
210
  video content. It was founded in 2004 by a group of filmmakers and has
191
211
  since grown into a popular platform for individuals and businesses to
192
- showcase their videos. Vimeo is known for its emphasis on high-quality videos
193
- and creative expression.
212
+ showcase their videos. Vimeo is known for its emphasis on high-quality
213
+ video and creative expression.
194
214
 
195
215
  .Kick It Old School · Forever 21
196
- vimeo::179528528[poster="/assets/video/poster/vimeo/kick_it_old_school.jpg" role="mt-4 mb-5"]
216
+ vimeo::179528528[poster="/assets/video/poster/vimeo/kick_it_old_school.jpg" role="mt-4 mb-4"]
197
217
  // vimeo::179528528[poster="auto" role="mt-4 mb-5"]
198
218
  // vimeo::179528528[role="mt-4 mb-5"]
199
219
 
@@ -203,7 +223,7 @@ vimeo::179528528[poster="/assets/video/poster/vimeo/kick_it_old_school.jpg" role
203
223
  For the *VJS Vimeo Tech*, native vjs controls (controllbar) are currently
204
224
  *NOT* supported. Instead, the controllbar of the Vimeo Player is shown.
205
225
  ====
206
-
226
+ endif::[]
207
227
 
208
228
  [role="mt-5"]
209
229
  == Galleries of Video
@@ -230,6 +250,7 @@ how to use lightGallery for *commercial* websites and projects.
230
250
  Find below examples of video galleries of locally stored (MP4) video resources
231
251
  and video content provided online.
232
252
 
253
+ ifeval::[{masonry} == true]
233
254
  [role="mt-4"]
234
255
  === Masonry
235
256
 
@@ -237,7 +258,7 @@ Masonry for J1 Template is a great tool for creating dynamic video galleries.
237
258
  The module makes creating a gallery to display videos of different types easy.
238
259
 
239
260
  .Mixed Video · Masonry + LightGallery
240
- masonry::mixed_video_example[role="mt-4 mb-5"]
261
+ masonry::mixed_video_example[role="mt-4 mb-4"]
241
262
 
242
263
  [role="mb-5"]
243
264
  .More about Masonry
@@ -246,14 +267,16 @@ masonry::mixed_video_example[role="mt-4 mb-5"]
246
267
  Find more on how the Masonry module can be used on the
247
268
  link:{url-j1-masonry-previewer}[Masonry Preview, {browser-window--new}] page.
248
269
  ====
270
+ endif::[]
249
271
 
250
272
  [role="mt-4"]
251
273
  [[local-video-2]]
252
- === Local video
274
+ === Local Video
253
275
 
254
276
  Videos created by a digicam or a mobile can be played by J1 Template using
255
277
  the lightGallery integration. Present videos you have made at it's best.
256
278
 
279
+ [role="mb-5"]
257
280
  [NOTE]
258
281
  ====
259
282
  The current file *size* of local video media files is limited to *50 MegaByte*.
@@ -265,10 +288,10 @@ HD 720p (1280x720 pixel).
265
288
  .Local MP4 Video · Justified Gallery + LightGallery
266
289
  gallery::jg_video_html5[role="mt-4 mb-5"]
267
290
 
291
+ ifeval::[{yt_gallery} == true]
268
292
  [role="mt-4"]
269
293
  === YouTube
270
294
 
271
- [role="mb-4"]
272
295
  The community at link:{url-youtube--home}[YouTube, {browser-window--new}]
273
296
  is large, with over 1 billion users that watch hundreds of millions of
274
297
  hours of content every day. The number of YouTube channels is enormous.
@@ -280,7 +303,7 @@ new studio album *The Tortured Poets Department: The Anthology*, released on
280
303
  April 19, 2024.
281
304
 
282
305
  .Taylor Swift - The Tortured Poets Department · Justified Gallery + LightGallery
283
- gallery::jg_video_online_taylor_swift[role="mt-5 mb-4"]
306
+ gallery::jg_video_online_taylor_swift[role="mt-4 mb-4"]
284
307
 
285
308
  [role="mb-5"]
286
309
  [TIP]
@@ -288,7 +311,9 @@ gallery::jg_video_online_taylor_swift[role="mt-5 mb-4"]
288
311
  An *anthology* is a collection of selected texts or, in a broader sense,
289
312
  a thematic compilation of literary or musical works.
290
313
  ====
314
+ endif::[]
291
315
 
316
+ ifeval::[{vm_gallery} == true]
292
317
  [role="mt-4"]
293
318
  === Vimeo
294
319
 
@@ -314,7 +339,9 @@ without advertising.
314
339
 
315
340
  .Forever 21 · Justified Gallery + LightGallery
316
341
  gallery::jg_video_online_vimeo[role="mb-5"]
342
+ endif::[]
317
343
 
344
+ ifeval::[{dm_gallery} == true]
318
345
  [role="mt-4"]
319
346
  === Dailymotion
320
347
 
@@ -329,7 +356,7 @@ every video.
329
356
 
330
357
  .SELF Chanel · Justified Gallery + LightGallery
331
358
  gallery::jg_video_online_dailymotion[role="mt-4 mb-5"]
332
-
359
+ endif::[]
333
360
 
334
361
  [role="mt-5"]
335
362
  == What next
@@ -351,5 +378,4 @@ something like images. To see how text could be presented is great for modern
351
378
  responsive websites.
352
379
 
353
380
  [role="mb-7"]
354
- Find out how it works and go for:
355
- link:{url-tour--typography}[Typography], then.
381
+ Find out how it works and go for link:{url-tour--typography}[Typography], then.