j1-template 2024.3.24 → 2024.3.25

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 (168) hide show
  1. checksums.yaml +4 -4
  2. data/assets/data/apps/amplitudehtml +1147 -0
  3. data/assets/data/apps/gallery.html +342 -0
  4. data/assets/data/{masonry.html → apps/masonry.html} +22 -9
  5. data/assets/data/apps/swiper.html +901 -0
  6. data/assets/data/masonry_app.html +521 -0
  7. data/assets/theme/j1/modules/lightGallery/css/theme/uno/uno.css +21 -13
  8. data/assets/theme/j1/modules/lightGallery/css/theme/uno/uno.min.css +1 -2
  9. data/assets/theme/j1/modules/lightGallery/js/lightgallery.js +14 -13
  10. data/assets/theme/j1/modules/lightGallery/js/lightgallery.min.js +1 -1
  11. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-video.js +265 -226
  12. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-video.min.js +1 -1
  13. data/assets/theme/j1/modules/videojs/css/themes/uno.css +12 -2
  14. data/assets/theme/j1/modules/videojs/css/videojs.css +2 -3
  15. data/assets/theme/j1/modules/videojs/css/videojs.min.css +1 -1
  16. data/assets/theme/j1/modules/videojs/plugins/controls/zoom/css/zoom.css +55 -55
  17. data/assets/theme/j1/modules/videojs/plugins/controls/zoom/css/zoom.min.css +2 -1
  18. data/assets/theme/j1/modules/videojs/plugins/controls/zoom/js/zoom.js +590 -382
  19. data/assets/theme/j1/modules/videojs/plugins/controls/zoom/js/zoom.min.js +1 -1
  20. data/assets/theme/j1/modules/videojs/plugins/j1_core/template.min.js +31 -0
  21. data/assets/theme/j1/modules/videojs/plugins/players/dm/!examples/{simple.html → index.html} +11 -10
  22. data/assets/theme/j1/modules/videojs/plugins/players/dm/js/dailymotion.0.js +647 -0
  23. data/assets/theme/j1/modules/videojs/plugins/players/dm/js/dailymotion.1.js +653 -0
  24. data/assets/theme/j1/modules/videojs/plugins/players/vm/!examples/{player → iframe_api}/index.html +3 -3
  25. data/assets/theme/j1/modules/videojs/plugins/players/vm/!examples/{index.html → videojs_api/index.html} +7 -3
  26. data/assets/theme/j1/modules/videojs/plugins/players/vm/api/js/v2.21.0/vimeo.js +3562 -0
  27. data/assets/theme/j1/modules/videojs/plugins/players/vm/api/js/v2.21.0/vimeo.min.js +36 -0
  28. data/assets/theme/j1/modules/videojs/plugins/players/vm/api/js/vimeo.js +451 -1849
  29. data/assets/theme/j1/modules/videojs/plugins/players/vm/api/js/vimeo.min.js +2 -14
  30. data/assets/theme/j1/modules/videojs/plugins/players/vm/js/LICENSE +21 -0
  31. data/assets/theme/j1/modules/videojs/plugins/players/vm/js/README.md +54 -0
  32. data/assets/theme/j1/modules/videojs/plugins/players/vm/js/old/vimeo.js +666 -0
  33. data/assets/theme/j1/modules/videojs/plugins/players/vm/js/old/vimeo.min.js +28 -0
  34. data/assets/theme/j1/modules/videojs/plugins/players/vm/js/vimeo.js +2318 -548
  35. data/assets/theme/j1/modules/videojs/plugins/players/vm/js/vimeo.min.js +12 -18
  36. data/assets/theme/j1/modules/videojs/plugins/players/yt/!examples/{simple.html → index.html} +15 -6
  37. data/assets/theme/j1/modules/videojs/plugins/players/yt/js/youtube.js +12 -5
  38. data/assets/theme/j1/modules/videojs/plugins/players/yt/js/youtube.min.js +1 -1
  39. data/lib/j1/version.rb +1 -1
  40. data/lib/starter_web/Gemfile +1 -1
  41. data/lib/starter_web/README.md +5 -5
  42. data/lib/starter_web/_config.yml +2 -2
  43. data/lib/starter_web/_data/blocks/banner.yml +1 -1
  44. data/lib/starter_web/_data/j1_config.yml +1 -1
  45. data/lib/starter_web/_data/layouts/home.yml +1 -1
  46. data/lib/starter_web/_data/modules/authentication.yml +1 -2
  47. data/lib/starter_web/_data/modules/defaults/masonry.yml +1 -1
  48. data/lib/starter_web/_data/modules/gallery.yml +35 -24
  49. data/lib/starter_web/_data/modules/log4javascript.yml +1 -1
  50. data/lib/starter_web/_data/modules/masonry.yml +30 -14
  51. data/lib/starter_web/_data/modules/navigator.yml +1 -1
  52. data/lib/starter_web/_data/modules/navigator_menu.yml +12 -8
  53. data/lib/starter_web/_data/templates/feed.xml +1 -1
  54. data/lib/starter_web/_plugins/asciidoctor/dailymotion-block.rb +206 -24
  55. data/lib/starter_web/_plugins/index/lunr.rb +1 -1
  56. data/lib/starter_web/assets/image/module/attic/1920x1280/admin-dashboard-bootstrap.jpg +0 -0
  57. data/lib/starter_web/assets/image/module/attic/1920x1280/alexander-redl.jpg +0 -0
  58. data/lib/starter_web/assets/image/module/attic/1920x1280/alexander-shatov.jpg +0 -0
  59. data/lib/starter_web/assets/image/module/attic/1920x1280/alexey-ruban.jpg +0 -0
  60. data/lib/starter_web/assets/image/module/attic/1920x1280/andrea-badino.jpg +0 -0
  61. data/lib/starter_web/assets/image/module/attic/1920x1280/bootstrap-modal.jpg +0 -0
  62. data/lib/starter_web/assets/image/module/attic/1920x1280/bp-miller.jpg +0 -0
  63. data/lib/starter_web/assets/image/module/attic/1920x1280/brad-neathery.jpg +0 -0
  64. data/lib/starter_web/assets/image/module/attic/1920x1280/brigitta-schneiter.jpg +0 -0
  65. data/lib/starter_web/assets/image/module/attic/1920x1280/build-with-gemini.jpg +0 -0
  66. data/lib/starter_web/assets/image/module/attic/1920x1280/clem-onojeghuo.jpg +0 -0
  67. data/lib/starter_web/assets/image/module/attic/1920x1280/eleni-afiontzi.jpg +0 -0
  68. data/lib/starter_web/assets/image/module/attic/1920x1280/fly-d.jpg +0 -0
  69. data/lib/starter_web/assets/image/module/attic/1920x1280/guillaume-bolduc.jpg +0 -0
  70. data/lib/starter_web/assets/image/module/attic/1920x1280/ideas-start-here-1920x1280.jpg +0 -0
  71. data/lib/starter_web/assets/image/module/attic/1920x1280/isaac-davis.jpg +0 -0
  72. data/lib/starter_web/assets/image/module/attic/1920x1280/j1-launch.jpg +0 -0
  73. data/lib/starter_web/assets/image/module/attic/1920x1280/j1-mockup.jpg +0 -0
  74. data/lib/starter_web/assets/image/module/attic/1920x1280/john-schnobrich-2.jpg +0 -0
  75. data/lib/starter_web/assets/image/module/attic/1920x1280/josep-martins.jpg +0 -0
  76. data/lib/starter_web/assets/image/module/attic/1920x1280/josh-liu.jpg +0 -0
  77. data/lib/starter_web/assets/image/module/attic/1920x1280/kelly-sikkemal.jpg +0 -0
  78. data/lib/starter_web/assets/image/module/attic/1920x1280/kira-auf-der-heide.jpg +0 -0
  79. data/lib/starter_web/assets/image/module/attic/1920x1280/kristopher-roller.jpg +0 -0
  80. data/lib/starter_web/assets/image/module/attic/1920x1280/markus-spiske.jpg +0 -0
  81. data/lib/starter_web/assets/image/module/attic/1920x1280/martin-sanchez.jpg +0 -0
  82. data/lib/starter_web/assets/image/module/attic/1920x1280/material_symbols.jpg +0 -0
  83. data/lib/starter_web/assets/image/module/attic/1920x1280/matthaeus.jpg +0 -0
  84. data/lib/starter_web/assets/image/module/attic/1920x1280/melanie-deziel.jpg +0 -0
  85. data/lib/starter_web/assets/image/module/attic/1920x1280/nasa.jpg +0 -0
  86. data/lib/starter_web/assets/image/module/attic/1920x1280/quino-al-2.jpg +0 -0
  87. data/lib/starter_web/assets/image/module/attic/1920x1280/stories-ink-tattoo-care.jpg +0 -0
  88. data/lib/starter_web/assets/image/module/attic/1920x1280/towfiqu-barbhuiya.jpg +0 -0
  89. data/lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1.adoc.erb +1 -1
  90. data/lib/starter_web/collections/posts/public/featured/_posts/2022-02-01-about-j1.adoc +2 -2
  91. data/lib/starter_web/collections/posts/public/featured/_posts/2023-10-18-url-types.adoc +2 -2
  92. data/lib/starter_web/config.ru +1 -1
  93. data/lib/starter_web/dot.gitattributes +1 -1
  94. data/lib/starter_web/index.html +8 -8
  95. data/lib/starter_web/package.json +1 -1
  96. data/lib/starter_web/pages/public/about/features.adoc +5 -5
  97. data/lib/starter_web/pages/public/about/reporting_issues.adoc +5 -5
  98. data/lib/starter_web/pages/public/about/site.adoc +14 -10
  99. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/000_intro.adoc +1 -1
  100. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/100_converter.adoc +1 -1
  101. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/200_themes.adoc +1 -1
  102. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/documentation.adoc +1 -1
  103. data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/multi.adoc +1 -1
  104. data/lib/starter_web/pages/public/asciidoc_skeletons/simple-document/simple.adoc +1 -1
  105. data/lib/starter_web/pages/public/blog/navigator/archive/allview.html +1 -1
  106. data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +1 -1
  107. data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +1 -1
  108. data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +1 -1
  109. data/lib/starter_web/pages/public/blog/navigator/index.html +1 -1
  110. data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_biography.adoc +1 -1
  111. data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_fantasy.adoc +1 -1
  112. data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_romance.adoc +1 -1
  113. data/lib/starter_web/pages/public/learn/bookshelf/jekyll_collections.adoc +1 -1
  114. data/lib/starter_web/pages/public/learn/bookshelf/viewer_all_books.adoc +1 -1
  115. data/lib/starter_web/pages/public/learn/where_to_go.adoc +1 -1
  116. data/lib/starter_web/pages/public/legal/en/100_copyright.adoc +3 -3
  117. data/lib/starter_web/pages/public/legal/en/200_impress.adoc +3 -3
  118. data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +3 -3
  119. data/lib/starter_web/pages/public/legal/en/400_comment_policy.adoc +3 -3
  120. data/lib/starter_web/pages/public/panels/intro_panel/panel.adoc +1 -4
  121. data/lib/starter_web/pages/public/plans/plans.adoc +1 -1
  122. data/lib/starter_web/pages/public/tools/previewer/preview_bootstrap_theme.adoc +1 -1
  123. data/lib/starter_web/pages/public/tools/tester/videojs_macro_tester.adoc +116 -43
  124. data/lib/starter_web/pages/public/tour/_includes/documents/419_advanced_modals_demo.asciidoc +1 -1
  125. data/lib/starter_web/pages/public/tour/video_data.adoc +28 -22
  126. metadata +25 -49
  127. data/assets/theme/j1/modules/videojs/plugins/players/dm/!examples/dailymotion-controls.html +0 -18
  128. data/assets/theme/j1/modules/videojs/plugins/players/dm/!examples/dailymotion-javascript.html +0 -28
  129. data/assets/theme/j1/modules/videojs/plugins/players/dm/!examples/dailymotion-playlist.html +0 -19
  130. data/assets/theme/j1/modules/videojs/plugins/players/dm/!examples/global-parameters.html +0 -30
  131. data/assets/theme/j1/modules/videojs/plugins/players/dm/!examples/switch.html +0 -39
  132. data/assets/theme/j1/modules/videojs/plugins/players/yt/!examples/global-parameters.html +0 -34
  133. data/assets/theme/j1/modules/videojs/plugins/players/yt/!examples/switch.html +0 -39
  134. data/assets/theme/j1/modules/videojs/plugins/players/yt/!examples/youtube-controls.html +0 -20
  135. data/assets/theme/j1/modules/videojs/plugins/players/yt/!examples/youtube-javascript.html +0 -29
  136. data/assets/theme/j1/modules/videojs/plugins/players/yt/!examples/youtube-list.html +0 -21
  137. data/assets/theme/j1/modules/videojs/plugins/players/yt/!examples/youtube-playlist.html +0 -21
  138. data/lib/starter_web/assets/image/module/attic/1920x1280/j1-content-mockup-2.jpg +0 -0
  139. data/lib/starter_web/assets/image/module/attic/1920x1280/j1-content-mockup-3.jpg +0 -0
  140. data/lib/starter_web/assets/image/module/attic/1920x1280/j1-starter-mockup-1.jpg +0 -0
  141. data/lib/starter_web/assets/image/module/attic/admin-dashboard-bootstrap-1280x600.jpg +0 -0
  142. data/lib/starter_web/assets/image/module/attic/alice-donovan-rouse-2.jpg +0 -0
  143. data/lib/starter_web/assets/image/module/attic/building-blocks-1920x1280.jpg +0 -0
  144. data/lib/starter_web/assets/image/module/attic/christina-1920x1280.jpg +0 -0
  145. data/lib/starter_web/assets/image/module/attic/franck-1920x1280.jpg +0 -0
  146. data/lib/starter_web/assets/image/module/attic/giammarco-boscaro-1920x1280.jpg +0 -0
  147. data/lib/starter_web/assets/image/module/attic/jessica-ruscello-1920x1280.jpg +0 -0
  148. data/lib/starter_web/assets/image/module/attic/joanna-kosinska-1920x1280.jpg +0 -0
  149. data/lib/starter_web/assets/image/module/attic/leon-1920x1280.jpg +0 -0
  150. data/lib/starter_web/assets/image/module/attic/lianhao-1920x1280.jpg +0 -0
  151. data/lib/starter_web/assets/image/module/attic/library-1920x1280.jpg +0 -0
  152. data/lib/starter_web/assets/image/module/attic/markus-krisetya-1920x1280.jpg +0 -0
  153. data/lib/starter_web/assets/image/module/attic/markus-spiske-1920x1280.jpg +0 -0
  154. data/lib/starter_web/assets/image/module/attic/markus-spiske4-1920x1280.jpg +0 -0
  155. data/lib/starter_web/assets/image/module/attic/matthaeus-1920x1280.jpg +0 -0
  156. data/lib/starter_web/assets/image/module/attic/matthew-dockery-1920x1280.jpg +0 -0
  157. data/lib/starter_web/assets/image/module/attic/no-time-1920x1280.jpg +0 -0
  158. data/lib/starter_web/assets/image/module/attic/rirri-1920x1280.jpg +0 -0
  159. data/lib/starter_web/assets/image/module/attic/shubham-dhage-1920x1280.jpg +0 -0
  160. data/lib/starter_web/assets/image/module/attic/shutterstock_sponsor-1920x1280.jpg +0 -0
  161. data/lib/starter_web/assets/image/module/attic/sigmund-1920x1280.jpg +0 -0
  162. data/lib/starter_web/assets/image/module/attic/szabo-viktor-1920x1280.jpg +0 -0
  163. data/lib/starter_web/assets/image/module/attic/themes-1920x1280-bw.jpg +0 -0
  164. data/lib/starter_web/assets/image/module/attic/tldr-1920x800.jpg +0 -0
  165. data/lib/starter_web/assets/image/module/attic/vladislav-klapin-1920x1280.jpg +0 -0
  166. data/lib/starter_web/assets/image/module/attic/yellow-cactus-1920x1280.jpg +0 -0
  167. /data/assets/theme/j1/modules/videojs/plugins/players/vm/{LICENSE → js/old/LICENSE} +0 -0
  168. /data/assets/theme/j1/modules/videojs/plugins/players/vm/{README.md → js/old/README.md} +0 -0
@@ -1,7 +1,7 @@
1
1
  ---
2
- title: VideoJS over YT
3
- title_extention: Custom progressControlSlider
4
- tagline: Custom progressControlSlider
2
+ title: VideoJS
3
+ title_extention: Custom VJS Players
4
+ tagline: Custom VJS Players
5
5
 
6
6
  date: 2025-06-05
7
7
  last_modified: 2025-06-08
@@ -28,7 +28,7 @@ regenerate: false
28
28
  personalization: true
29
29
  permalink: /pages/public/tester/videojs_yt/
30
30
 
31
- resources: [ gallery, lightgallery, videojs ]
31
+ resources: [ gallery, lightgallery, masonry, videojs ]
32
32
  resource_options:
33
33
  - toccer:
34
34
  collapseDepth: 3
@@ -73,55 +73,113 @@ websites, mobile web apps, and mobile native/hybrid apps.
73
73
 
74
74
  // Include sub-documents (if any)
75
75
  // -----------------------------------------------------------------------------
76
- [role="mt-4"]
77
- == lightGallery (YouTube)
78
-
79
- The galley maker *justifiedGallery* in combination with the *lightbox*
80
- lightGallery is a great toolset for creating dynamic video galleries.
81
- The module combinati0n makes creating a gallery to access videos easy.
82
-
83
- .YouTube Video · justifiedGallery + LightGallery
84
- gallery::jg_video_youtube_james_and_adele[role="mb-4"]
85
-
86
-
87
- == VideoJS Player over YouTube
88
-
89
- lorem:sentences[3]
90
-
91
- ++++
92
- <style>
93
-
94
- /* -----------------------------------------------------------------------------
95
- styles moved to VJS theme uno at:
96
- assets/theme/j1/modules/videojs/css/themes/uno.css
97
- */
98
-
99
- </style>
100
- ++++
76
+ // [role="mt-5"]
77
+ // == Local Video
78
+
79
+ // Videos created by a digicam or a mobile can be played by J1 Template using
80
+ // the lightGallery integration. Present videos you have made at it's best.
81
+
82
+ // .Local Video over VideoJS · Justified Gallery + LightGallery
83
+ // gallery::jg_video_html5[role="mb-4"]
84
+
85
+
86
+ // == Masonry
87
+
88
+ // Masonry for J1 Template is a great tool for creating dynamic video galleries.
89
+ // The module makes creating a gallery to display videos of different types easy.
90
+
91
+ // .Mixed Video · Masonry + LightGallery
92
+ // masonry::mixed_video_example[role="mb-4"]
93
+
94
+
95
+ // [role="mt-4"]
96
+ // == lightGallery (YouTube)
97
+
98
+ // The galley maker *justifiedGallery* in combination with the *lightbox*
99
+ // lightGallery is a great toolset for creating dynamic video galleries.
100
+ // The module combinati0n makes creating a gallery to access videos easy.
101
+
102
+ // .YouTube Video · justifiedGallery + LightGallery
103
+ // gallery::jg_video_youtube_james_and_adele[role="mb-4"]
104
+
105
+
106
+ // [role="mt-5"]
107
+ // == VideoJS Player over YouTube
108
+
109
+ // YouTube is a popular online video-sharing platform that allows users to
110
+ // upload, view, share, and comment on videos. The platform provides services
111
+ // for people and organizations to publish various video content.
112
+
113
+ // ++++
114
+ // <div class="video-title">
115
+ // <i class="mdib mdib-video mdib-24px mr-2"></i>
116
+ // The Breathtaking Beauty of Nature
117
+ // </div>
118
+
119
+ // <div class="mb-8">
120
+ // <video
121
+ // id="vid_2rtQOsWaAXc"
122
+ // class="video-js vjs-theme-uno"
123
+ // controls
124
+ // width="640"
125
+ // height="360"
126
+ // poster="//img.youtube.com/vi/IUN664s7N-c/maxresdefault.jpg" alt="Beauty of Nature"
127
+ // aria-label="The Breathtaking Beauty of Nature"
128
+ // data-setup='{
129
+ // "fluid" : true,
130
+ // "techOrder": [
131
+ // "youtube", "html5"
132
+ // ],
133
+ // "sources": [{
134
+ // "type": "video/youtube",
135
+ // "src": "//youtube.com/watch?v=IUN664s7N-c"
136
+ // }],
137
+ // "controlBar": {
138
+ // "pictureInPictureToggle": false,
139
+ // "volumePanel": {
140
+ // "inline": false
141
+ // }
142
+ // }
143
+ // }'
144
+ // ></video>
145
+ // </div>
146
+ // ++++
147
+
148
+ [role="mt-5"]
149
+ == VideoJS Player over Dailymotion
150
+
151
+ link:{url-dailymotion--home}[Dailymotion, {browser-window--new}] is a
152
+ video-sharing platform. The platform is available worldwide in 180+
153
+ languages, featuring websites for their video content.
154
+
155
+ The platform is a *monetization* solution that allows allows to directly
156
+ connect to high-quality advertisers through a proprietary Advertising system.
157
+ Like YouTube, videos can be watched for free, but ads are shown on each and
158
+ every video.
101
159
 
102
160
  ++++
103
161
  <div class="video-title">
104
162
  <i class="mdib mdib-video mdib-24px mr-2"></i>
105
- The Breathtaking Beauty of Nature
163
+ Morning Energy
106
164
  </div>
107
165
 
108
166
  <div class="mb-8">
109
167
  <video
110
- id="2rtQOsWaAXc"
168
+ id="vid_x887s09"
111
169
  class="video-js vjs-theme-uno"
112
170
  controls
113
171
  width="640"
114
172
  height="360"
115
- poster="//img.youtube.com/vi/IUN664s7N-c/maxresdefault.jpg" alt="Beauty of Nature"
116
- aria-label="The Breathtaking Beauty of Nature"
173
+ poster="/assets/video/poster/dailymotion/meditation.jpg" alt="Morning Energy"
174
+ aria-label="Morning Energy"
117
175
  data-setup='{
118
176
  "fluid" : true,
119
177
  "techOrder": [
120
- "youtube", "html5"
178
+ "dailymotion", "html5"
121
179
  ],
122
180
  "sources": [{
123
- "type": "video/youtube",
124
- "src": "//youtube.com/watch?v=IUN664s7N-c"
181
+ "type": "video/dailymotion",
182
+ "src": "//dai.ly/x887s09"
125
183
  }],
126
184
  "controlBar": {
127
185
  "pictureInPictureToggle": false,
@@ -134,6 +192,18 @@ lorem:sentences[3]
134
192
  </div>
135
193
  ++++
136
194
 
195
+
196
+ ++++
197
+ <style>
198
+
199
+ /* -----------------------------------------------------------------------------
200
+ styles moved to VJS theme uno at:
201
+ assets/theme/j1/modules/videojs/css/themes/uno.css
202
+ */
203
+
204
+ </style>
205
+ ++++
206
+
137
207
  ++++
138
208
  <script>
139
209
 
@@ -177,7 +247,7 @@ $(function() {
177
247
  // create div|caption container
178
248
  const newDiv = document.createElement('div');
179
249
  newDiv.classList.add('caption');
180
- newDiv.textContent = 'The Breathtaking Beauty of Nature';
250
+ newDiv.textContent = 'Morning Energy';
181
251
 
182
252
  // insert div|caption container AFTER the image
183
253
  image.parentNode.insertBefore(newDiv, image.nextSibling);
@@ -195,15 +265,17 @@ $(function() {
195
265
  var j1CoreFinished = (j1.getState() === 'finished') ? true : false;
196
266
 
197
267
  if (j1CoreFinished && pageVisible) {
198
- const vjs_player = document.getElementById("2rtQOsWaAXc");
268
+ // const vjs_player = document.getElementById("vid_2rtQOsWaAXc");
269
+ const vjs_player = document.getElementById('vid_x887s09');
199
270
 
200
271
  // add captions (on poster image)
201
- addCaptionAfterImage('//img.youtube.com/vi/IUN664s7N-c/maxresdefault.jpg');
202
-
272
+ // naddCaptionAfterImage('//img.youtube.com/vi/IUN664s7N-c/maxresdefault.jpg');
273
+ addCaptionAfterImage('/assets/video/poster/dailymotion/meditation.jpg');
274
+
203
275
  // scroll page to the players top position
204
276
  // -----------------------------------------------------------------------
205
277
  vjs_player.addEventListener('click', function(event) {
206
- const targetDiv = document.getElementById("2rtQOsWaAXc");
278
+ const targetDiv = document.getElementById("vid_x887s09");
207
279
  const targetDivPosition = targetDiv.offsetTop;
208
280
  const scrollOffset = (window.innerWidth >= 720) ? -130 : -110;
209
281
 
@@ -218,12 +290,12 @@ $(function() {
218
290
  // customize the yt player created
219
291
  // ---------------------------------------------------------------------------
220
292
  var dependencies_met_vjs_player_exist = setInterval(function(options) {
221
- var vjsPlayerExist = document.getElementById("2rtQOsWaAXc") ? true : false;
293
+ var vjsPlayerExist = document.getElementById("vid_x887s09") ? true : false;
222
294
 
223
295
  if (vjsPlayerExist) {
224
296
 
225
297
  // apply player customization on 'player ready'
226
- videojs("2rtQOsWaAXc").ready(function() {
298
+ videojs("vid_x887s09").ready(function() {
227
299
  const vjsPlayer = this;
228
300
 
229
301
  // create customControlContainer for progressControlSilder|time (display) elements
@@ -295,3 +367,4 @@ $(function() {
295
367
 
296
368
  </script>
297
369
  ++++
370
+
@@ -83,7 +83,7 @@
83
83
  </div>
84
84
  <!-- Body -->
85
85
  <div class="modal-body">
86
- <img src="/assets/image/module/attic/admin-dashboard-bootstrap-1280x600.jpg" alt="admin-dashboard-bootstrap" class="img-fluid">
86
+ <img src="/assets/image/module/attic/1920x1280/admin-dashboard-bootstrap.jpg" alt="admin-dashboard-bootstrap" class="img-fluid">
87
87
  <div class="text-center">
88
88
  <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Nesciunt vero illo error eveniet cum.</p>
89
89
  </div>
@@ -66,7 +66,8 @@ resource_options:
66
66
  // Attribute settings for section control
67
67
  //
68
68
  :ytp_audio: false
69
- :ytp_rhythm: true
69
+ :ytp_best_2024: false
70
+ :ytp_rhythm: false
70
71
  :ytp_sky_elements: true
71
72
  :dm_video: false
72
73
  :vm_video: true
@@ -133,7 +134,7 @@ without loading *external players*.
133
134
  ++++
134
135
  <div class="video-title">
135
136
  <i class="mdib mdib-video mdib-24px mr-2"></i>
136
- Peck Pocketed · MP4 Video
137
+ Peck Pocketed · Local Video over HTML5 Video
137
138
  </div>
138
139
  ++++
139
140
 
@@ -141,14 +142,14 @@ video::/assets/video//html5/peck_pocketed.mp4[poster="/assets/video/poster/html5
141
142
 
142
143
  ifeval::[{ytp_audio} == true]
143
144
  [role="mt-5"]
144
- == AmplitudeJS Video (Youtube)
145
+ == AmplitudeJS (over YouTube Video)
145
146
 
146
147
  The example below demonstrates playing only the *Audio* track from YouTube
147
148
  Video using an AmplitudJS player. The J1 template uses the video *plugin* ytp
148
149
  to extend the native functionality of the AmplitudeJS API to playback YouTube
149
150
  files for the audio part.
150
151
 
151
- [role="mt-4 mb-5"]
152
+ [role="mt-4 mb-4"]
152
153
  [CAUTION]
153
154
  ====
154
155
  Playing audio tracks is currently supported only for videos from YouTube (YT).
@@ -157,8 +158,8 @@ player buttons and controls to manage a *playlist* of videos the same as known
157
158
  for native audio files.
158
159
  ====
159
160
 
160
- .Manon Mélodie · TuneCore 2024
161
- amplitude::manon_melodie_yt_large[role="mt-4 mb-4"]
161
+ .Manon Mélodie · YouTube 2025
162
+ amplitude::manon_melodie_yt_large[role="mb-4"]
162
163
 
163
164
  [NOTE]
164
165
  ====
@@ -169,7 +170,7 @@ endif::[]
169
170
 
170
171
 
171
172
  [role="mt-5"]
172
- == J1 VideoJS
173
+ == VideoJS
173
174
 
174
175
  VideoJS is a *free-to-use* open-source JavaScript framework for building
175
176
  custom video players for the web. Implementing VideoJS for the J1 Template
@@ -181,29 +182,34 @@ Playback Technology. With the help of *plugins*, it is possible to present
181
182
  *different media* using the *same player*, the same look and feel for a
182
183
  better user experience.
183
184
 
184
- [role="mt-4"]
185
+ [role="mt-5"]
185
186
  === Native Video
186
187
 
187
188
  VideoJS provides a flexible and customizable platform for displaying and
188
189
  controlling MPEG 4 video content on websites and web applications.
189
190
 
190
- .Rolling Wild · MP4 Video
191
- videojs::/assets/video//html5/rolling_wild.mp4[poster="/assets/video/poster/html5/rolling_wild.jpg", opts="" role="mb-5"]
191
+ .Peck Pocketed · Local Video over VideoJS
192
+ videojs::/assets/video//html5/peck_pocketed.mp4[poster="/assets/video/poster/html5/peck_pocketed.jpg", opts="" role="mb-5"]
192
193
 
193
- [role="mt-4"]
194
+ // .Rolling Wild · MP4 Video (over VideoJS)
195
+ // videojs::/assets/video//html5/rolling_wild.mp4[poster="/assets/video/poster/html5/rolling_wild.jpg", opts="" role="mb-5"]
196
+
197
+ [role="mt-5"]
194
198
  === YouTube
195
199
 
196
200
  YouTube is a popular online video-sharing platform that allows users to
197
201
  upload, view, share, and comment on videos. The platform provides services
198
202
  for people and organizations to publish various video content.
199
203
 
204
+ ifeval::[{ytp_best_2024} == true]
200
205
  The season 19 (2024) of _America's Got Talent_ (AGT) is special. In the long
201
206
  history of AGT, only a few *Goldern Buzzers* were given. In 2024, this is
202
207
  different - for good reasons. See a compilation on YouTube of the very best
203
208
  auditions ever.
204
209
 
205
- .Best Auditions · AGT 2024
210
+ .Best Auditions · AGT 2024
206
211
  youtube::4VSBJU52UvM[poster="//img.youtube.com/vi/4VSBJU52UvM/maxresdefault.jpg" role="mb-4"]
212
+ endif::[]
207
213
 
208
214
  ifeval::[{ytp_rhythm} == true]
209
215
  Dog Dancing is presented quite often on stage. Like AGT season 18, Adrian Stoica
@@ -211,7 +217,7 @@ presented his dog Hurricane https://www.youtube.com/watch?v=ENGRnUN1UKQ)[Youtube
211
217
  But see Roni Sagi - an Israeli dog trainer - and her dog Rhythm. This is Dog
212
218
  Traing the next level.
213
219
 
214
- .Roni Sagi & Rhythm, ALL Performances · AGT 2024
220
+ .Roni Sagi & Rhythm · AGT 2024
215
221
  youtube::1J2qz6B-PFY[poster="//img.youtube.com/vi/1J2qz6B-PFY/maxresdefault.jpg" role="mb-4"]
216
222
  endif::[]
217
223
 
@@ -220,13 +226,13 @@ Sky Elements uses the night sky as a canvas on which anything is possible.
220
226
  A large group of Drones is painting lights in the sky to reflect the most
221
227
  captivating narratives.
222
228
 
223
- .Sky Elements, ALL Performances · AGT 2024
229
+ .Sky Elements · AGT 2024
224
230
  youtube::cN8IrZUhPtc[poster="//img.youtube.com/vi/cN8IrZUhPtc/maxresdefault.jpg" role="mb-4"]
225
231
  endif::[]
226
232
 
227
233
 
228
234
  ifeval::[{dm_video} == true]
229
- [role="mt-4"]
235
+ [role="mt-5"]
230
236
  === Dailymotion
231
237
 
232
238
  The Dailymotion platform is a monetization solution directly connecting to
@@ -239,7 +245,7 @@ dailymotion::x87ycik[poster="/assets/video/poster/dailymotion/pilates.jpg" role=
239
245
  endif::[]
240
246
 
241
247
  ifeval::[{vm_video} == true]
242
- [role="mt-4"]
248
+ [role="mt-5"]
243
249
  === Vimeo
244
250
 
245
251
  Vimeo is an sharing platform that allows users to upload, share, and view
@@ -287,7 +293,7 @@ Find below examples of video galleries of locally stored (MP4) video resources
287
293
  *and* video content provided online.
288
294
 
289
295
  ifeval::[{masonry} == true]
290
- [role="mt-4"]
296
+ [role="mt-5"]
291
297
  === Masonry
292
298
 
293
299
  Masonry for J1 Template is a great tool for creating dynamic video galleries.
@@ -307,7 +313,7 @@ endif::[]
307
313
 
308
314
 
309
315
  ifeval::[{lightGallery} == true]
310
- [role="mt-4"]
316
+ [role="mt-5"]
311
317
  === lightGallery (YouTube)
312
318
 
313
319
  The galley maker *justifiedGallery* in combination with the *lightbox*
@@ -319,7 +325,7 @@ gallery::jg_video_youtube_james_and_adele[role="mb-4"]
319
325
  endif::[]
320
326
 
321
327
 
322
- [role="mt-4"]
328
+ [role="mt-5"]
323
329
  [[local-video-2]]
324
330
  === Local Video
325
331
 
@@ -340,7 +346,7 @@ gallery::jg_video_html5[role="mb-4"]
340
346
 
341
347
 
342
348
  ifeval::[{yt_gallery} == true]
343
- [role="mt-4"]
349
+ [role="mt-5"]
344
350
  === YouTube
345
351
 
346
352
  The community at link:{url-youtube--home}[YouTube, {browser-window--new}]
@@ -365,7 +371,7 @@ a thematic compilation of literary or musical works.
365
371
  endif::[]
366
372
 
367
373
  ifeval::[{vm_gallery} == true]
368
- [role="mt-4"]
374
+ [role="mt-5"]
369
375
  === Vimeo
370
376
 
371
377
  [role="mb-4"]
@@ -393,7 +399,7 @@ gallery::jg_video_online_vimeo[role="mb-4"]
393
399
  endif::[]
394
400
 
395
401
  ifeval::[{dm_gallery} == true]
396
- [role="mt-4"]
402
+ [role="mt-5"]
397
403
  === Dailymotion
398
404
 
399
405
  link:{url-dailymotion--home}[Dailymotion, {browser-window--new}] is a
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: j1-template
3
3
  version: !ruby/object:Gem::Version
4
- version: 2024.3.24
4
+ version: 2024.3.25
5
5
  platform: ruby
6
6
  authors:
7
7
  - juergen_jekyll_one
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-06-13 00:00:00.000000000 Z
11
+ date: 2025-06-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -309,6 +309,10 @@ files:
309
309
  - _layouts/post.html
310
310
  - _layouts/raw.html
311
311
  - assets/data/amplitude_app.html
312
+ - assets/data/apps/amplitudehtml
313
+ - assets/data/apps/gallery.html
314
+ - assets/data/apps/masonry.html
315
+ - assets/data/apps/swiper.html
312
316
  - assets/data/authclient.html
313
317
  - assets/data/banner.html
314
318
  - assets/data/carousel.json
@@ -324,7 +328,7 @@ files:
324
328
  - assets/data/iso-639-language-codes-flags.json
325
329
  - assets/data/iso-639-language-codes.json
326
330
  - assets/data/j1_config.json
327
- - assets/data/masonry.html
331
+ - assets/data/masonry_app.html
328
332
  - assets/data/masterslider.html
329
333
  - assets/data/mdi_icons.json
330
334
  - assets/data/mdil_icons.json
@@ -1819,12 +1823,8 @@ files:
1819
1823
  - assets/theme/j1/modules/videojs/plugins/controls/zoom/css/zoom.min.css
1820
1824
  - assets/theme/j1/modules/videojs/plugins/controls/zoom/js/zoom.js
1821
1825
  - assets/theme/j1/modules/videojs/plugins/controls/zoom/js/zoom.min.js
1822
- - assets/theme/j1/modules/videojs/plugins/players/dm/!examples/dailymotion-controls.html
1823
- - assets/theme/j1/modules/videojs/plugins/players/dm/!examples/dailymotion-javascript.html
1824
- - assets/theme/j1/modules/videojs/plugins/players/dm/!examples/dailymotion-playlist.html
1825
- - assets/theme/j1/modules/videojs/plugins/players/dm/!examples/global-parameters.html
1826
- - assets/theme/j1/modules/videojs/plugins/players/dm/!examples/simple.html
1827
- - assets/theme/j1/modules/videojs/plugins/players/dm/!examples/switch.html
1826
+ - assets/theme/j1/modules/videojs/plugins/j1_core/template.min.js
1827
+ - assets/theme/j1/modules/videojs/plugins/players/dm/!examples/index.html
1828
1828
  - assets/theme/j1/modules/videojs/plugins/players/dm/LICENSE
1829
1829
  - assets/theme/j1/modules/videojs/plugins/players/dm/README.md
1830
1830
  - assets/theme/j1/modules/videojs/plugins/players/dm/api/LICENSE
@@ -1832,10 +1832,12 @@ files:
1832
1832
  - assets/theme/j1/modules/videojs/plugins/players/dm/api/js/dailymotion.sdk.js
1833
1833
  - assets/theme/j1/modules/videojs/plugins/players/dm/api/js/dailymotion.sdk.min.js
1834
1834
  - assets/theme/j1/modules/videojs/plugins/players/dm/icon/scalable/dailymotion.svg
1835
+ - assets/theme/j1/modules/videojs/plugins/players/dm/js/dailymotion.0.js
1836
+ - assets/theme/j1/modules/videojs/plugins/players/dm/js/dailymotion.1.js
1835
1837
  - assets/theme/j1/modules/videojs/plugins/players/dm/js/dailymotion.js
1836
1838
  - assets/theme/j1/modules/videojs/plugins/players/dm/js/dailymotion.min.js
1837
- - assets/theme/j1/modules/videojs/plugins/players/vm/!examples/index.html
1838
- - assets/theme/j1/modules/videojs/plugins/players/vm/!examples/player/index.html
1839
+ - assets/theme/j1/modules/videojs/plugins/players/vm/!examples/iframe_api/index.html
1840
+ - assets/theme/j1/modules/videojs/plugins/players/vm/!examples/videojs_api/index.html
1839
1841
  - assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.0.js
1840
1842
  - assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.1.js
1841
1843
  - assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.3.js
@@ -1843,14 +1845,20 @@ files:
1843
1845
  - assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.5.js
1844
1846
  - assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.6.js
1845
1847
  - assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.7.js
1846
- - assets/theme/j1/modules/videojs/plugins/players/vm/LICENSE
1847
- - assets/theme/j1/modules/videojs/plugins/players/vm/README.md
1848
1848
  - assets/theme/j1/modules/videojs/plugins/players/vm/api/README.md
1849
1849
  - assets/theme/j1/modules/videojs/plugins/players/vm/api/css/embed.player.css
1850
1850
  - assets/theme/j1/modules/videojs/plugins/players/vm/api/css/embed.player.uno.css
1851
1851
  - assets/theme/j1/modules/videojs/plugins/players/vm/api/css/player.css
1852
+ - assets/theme/j1/modules/videojs/plugins/players/vm/api/js/v2.21.0/vimeo.js
1853
+ - assets/theme/j1/modules/videojs/plugins/players/vm/api/js/v2.21.0/vimeo.min.js
1852
1854
  - assets/theme/j1/modules/videojs/plugins/players/vm/api/js/vimeo.js
1853
1855
  - assets/theme/j1/modules/videojs/plugins/players/vm/api/js/vimeo.min.js
1856
+ - assets/theme/j1/modules/videojs/plugins/players/vm/js/LICENSE
1857
+ - assets/theme/j1/modules/videojs/plugins/players/vm/js/README.md
1858
+ - assets/theme/j1/modules/videojs/plugins/players/vm/js/old/LICENSE
1859
+ - assets/theme/j1/modules/videojs/plugins/players/vm/js/old/README.md
1860
+ - assets/theme/j1/modules/videojs/plugins/players/vm/js/old/vimeo.js
1861
+ - assets/theme/j1/modules/videojs/plugins/players/vm/js/old/vimeo.min.js
1854
1862
  - assets/theme/j1/modules/videojs/plugins/players/vm/js/vimeo.js
1855
1863
  - assets/theme/j1/modules/videojs/plugins/players/vm/js/vimeo.min.js
1856
1864
  - assets/theme/j1/modules/videojs/plugins/players/wt/!unused/wistia.0.js
@@ -1860,13 +1868,7 @@ files:
1860
1868
  - assets/theme/j1/modules/videojs/plugins/players/wt/api/js/wistia.min.js
1861
1869
  - assets/theme/j1/modules/videojs/plugins/players/wt/js/wistia.js
1862
1870
  - assets/theme/j1/modules/videojs/plugins/players/wt/js/wistia.min.js
1863
- - assets/theme/j1/modules/videojs/plugins/players/yt/!examples/global-parameters.html
1864
- - assets/theme/j1/modules/videojs/plugins/players/yt/!examples/simple.html
1865
- - assets/theme/j1/modules/videojs/plugins/players/yt/!examples/switch.html
1866
- - assets/theme/j1/modules/videojs/plugins/players/yt/!examples/youtube-controls.html
1867
- - assets/theme/j1/modules/videojs/plugins/players/yt/!examples/youtube-javascript.html
1868
- - assets/theme/j1/modules/videojs/plugins/players/yt/!examples/youtube-list.html
1869
- - assets/theme/j1/modules/videojs/plugins/players/yt/!examples/youtube-playlist.html
1871
+ - assets/theme/j1/modules/videojs/plugins/players/yt/!examples/index.html
1870
1872
  - assets/theme/j1/modules/videojs/plugins/players/yt/!v3.0.0/youtube.js
1871
1873
  - assets/theme/j1/modules/videojs/plugins/players/yt/!v3.0.0/youtube.min.js
1872
1874
  - assets/theme/j1/modules/videojs/plugins/players/yt/LICENSE
@@ -2433,6 +2435,7 @@ files:
2433
2435
  - lib/starter_web/assets/image/icon/videojs/videojs-logo.png
2434
2436
  - lib/starter_web/assets/image/icon/videojs/videojs-poster.png
2435
2437
  - lib/starter_web/assets/image/module/attic/!info/!readme
2438
+ - lib/starter_web/assets/image/module/attic/1920x1280/admin-dashboard-bootstrap.jpg
2436
2439
  - lib/starter_web/assets/image/module/attic/1920x1280/alexander-redl.jpg
2437
2440
  - lib/starter_web/assets/image/module/attic/1920x1280/alexander-shatov.jpg
2438
2441
  - lib/starter_web/assets/image/module/attic/1920x1280/alexey-ruban.jpg
@@ -2449,9 +2452,8 @@ files:
2449
2452
  - lib/starter_web/assets/image/module/attic/1920x1280/guillaume-bolduc.jpg
2450
2453
  - lib/starter_web/assets/image/module/attic/1920x1280/ideas-start-here-1920x1280.jpg
2451
2454
  - lib/starter_web/assets/image/module/attic/1920x1280/isaac-davis.jpg
2452
- - lib/starter_web/assets/image/module/attic/1920x1280/j1-content-mockup-2.jpg
2453
- - lib/starter_web/assets/image/module/attic/1920x1280/j1-content-mockup-3.jpg
2454
- - lib/starter_web/assets/image/module/attic/1920x1280/j1-starter-mockup-1.jpg
2455
+ - lib/starter_web/assets/image/module/attic/1920x1280/j1-launch.jpg
2456
+ - lib/starter_web/assets/image/module/attic/1920x1280/j1-mockup.jpg
2455
2457
  - lib/starter_web/assets/image/module/attic/1920x1280/john-schnobrich-2.jpg
2456
2458
  - lib/starter_web/assets/image/module/attic/1920x1280/josep-martins.jpg
2457
2459
  - lib/starter_web/assets/image/module/attic/1920x1280/josh-liu.jpg
@@ -2469,38 +2471,12 @@ files:
2469
2471
  - lib/starter_web/assets/image/module/attic/1920x1280/quino-al-2.jpg
2470
2472
  - lib/starter_web/assets/image/module/attic/1920x1280/stories-ink-tattoo-care.jpg
2471
2473
  - lib/starter_web/assets/image/module/attic/1920x1280/towfiqu-barbhuiya.jpg
2472
- - lib/starter_web/assets/image/module/attic/admin-dashboard-bootstrap-1280x600.jpg
2473
- - lib/starter_web/assets/image/module/attic/alice-donovan-rouse-2.jpg
2474
- - lib/starter_web/assets/image/module/attic/building-blocks-1920x1280.jpg
2475
- - lib/starter_web/assets/image/module/attic/christina-1920x1280.jpg
2476
2474
  - lib/starter_web/assets/image/module/attic/cookies-1920x1200.jpg
2477
- - lib/starter_web/assets/image/module/attic/franck-1920x1280.jpg
2478
- - lib/starter_web/assets/image/module/attic/giammarco-boscaro-1920x1280.jpg
2479
- - lib/starter_web/assets/image/module/attic/jessica-ruscello-1920x1280.jpg
2480
- - lib/starter_web/assets/image/module/attic/joanna-kosinska-1920x1280.jpg
2481
2475
  - lib/starter_web/assets/image/module/attic/katie-moum-1920x1280.jpg
2482
- - lib/starter_web/assets/image/module/attic/leon-1920x1280.jpg
2483
- - lib/starter_web/assets/image/module/attic/lianhao-1920x1280.jpg
2484
- - lib/starter_web/assets/image/module/attic/library-1920x1280.jpg
2485
2476
  - lib/starter_web/assets/image/module/attic/lunr-1280x800.jpg
2486
2477
  - lib/starter_web/assets/image/module/attic/machine-generator-1920x1280.jpg
2487
- - lib/starter_web/assets/image/module/attic/markus-krisetya-1920x1280.jpg
2488
- - lib/starter_web/assets/image/module/attic/markus-spiske-1920x1280.jpg
2489
- - lib/starter_web/assets/image/module/attic/markus-spiske4-1920x1280.jpg
2490
- - lib/starter_web/assets/image/module/attic/matthaeus-1920x1280.jpg
2491
- - lib/starter_web/assets/image/module/attic/matthew-dockery-1920x1280.jpg
2492
- - lib/starter_web/assets/image/module/attic/no-time-1920x1280.jpg
2493
2478
  - lib/starter_web/assets/image/module/attic/placeholder/1x1.png
2494
2479
  - lib/starter_web/assets/image/module/attic/placeholder/transparent-1920x1280.png
2495
- - lib/starter_web/assets/image/module/attic/rirri-1920x1280.jpg
2496
- - lib/starter_web/assets/image/module/attic/shubham-dhage-1920x1280.jpg
2497
- - lib/starter_web/assets/image/module/attic/shutterstock_sponsor-1920x1280.jpg
2498
- - lib/starter_web/assets/image/module/attic/sigmund-1920x1280.jpg
2499
- - lib/starter_web/assets/image/module/attic/szabo-viktor-1920x1280.jpg
2500
- - lib/starter_web/assets/image/module/attic/themes-1920x1280-bw.jpg
2501
- - lib/starter_web/assets/image/module/attic/tldr-1920x800.jpg
2502
- - lib/starter_web/assets/image/module/attic/vladislav-klapin-1920x1280.jpg
2503
- - lib/starter_web/assets/image/module/attic/yellow-cactus-1920x1280.jpg
2504
2480
  - lib/starter_web/assets/image/module/carousel/!info/!readme
2505
2481
  - lib/starter_web/assets/image/module/carousel/cats/cat-1.jpg
2506
2482
  - lib/starter_web/assets/image/module/carousel/cats/cat-2.jpg
@@ -1,18 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <link type="text/css" rel="stylesheet" href="../../../../css/videojs.min.css" />
5
- </head>
6
- <body>
7
- <video
8
- id="vid1"
9
- class="video-js vjs-default-skin"
10
- width="640" height="264"
11
- data-setup='{ "techOrder": ["dailymotion"], "sources": [{ "type": "video/dailymotion", "src": "https://www.dailymotion.com/watch?v=xjS6SftYQaQ"}], "dailymotion": { "dmControls": true } }'
12
- >
13
- </video>
14
-
15
- <script src="../../../../js/video.js"></script>
16
- <script src="../js/dailymotion.js"></script>
17
- </body>
18
- </html>
@@ -1,28 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <link type="text/css" rel="stylesheet" href="../../../../css/videojs.min.css" />
5
- </head>
6
- <body>
7
- <video
8
- id="vid1"
9
- class="video-js vjs-default-skin"
10
- controls
11
- width="640" height="264"
12
- data-setup='{ "techOrder": ["dailymotion"], "sources": [{ "type": "video/dailymotion", "src": "https://www.dailymotion.com/video/x7t3la2"}] }'
13
- >
14
- </video>
15
-
16
- <script src="../../../../js/video.js"></script>
17
- <script src="../js/dailymotion.js"></script>
18
-
19
- <script>
20
- // An example of playing with the Video.js javascript API
21
- // You can look at the doc there: http://docs.videojs.com/docs/guides/api.html
22
- videojs('vid1').ready(function() {
23
- var myPlayer = this;
24
- myPlayer.src({ type: 'video/dailymotion', src: 'https://www.dailymotion.com/video/x7ya2i9' });
25
- });
26
- </script>
27
- </body>
28
- </html>
@@ -1,19 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <link type="text/css" rel="stylesheet" href="../../../../css/videojs.min.css" />
5
- </head>
6
- <body>
7
- <video
8
- id="vid1"
9
- class="video-js vjs-default-skin"
10
- width="640" height="264"
11
- controls
12
- data-setup='{ "techOrder": ["dailymotion"], "sources": [{ "type": "video/dailymotion", "src": "https://www.dailymotion.com/video/x7t3la2?playlist=x6lgtp"}] }'
13
- >
14
- </video>
15
-
16
- <script src="../../../../js/video.js"></script>
17
- <script src="../js/dailymotion.js"></script>
18
- </body>
19
- </html>