j1-template 2024.3.15 → 2024.3.17
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/assets/data/amplitude.html +139 -68
- data/assets/data/banner.html +1 -1
- data/assets/data/cookieconsent.html +1 -1
- data/assets/data/docsearch.html +1 -1
- data/assets/data/fab.html +1 -1
- data/assets/data/footer.html +1 -1
- data/assets/data/galeries.html +1 -1
- data/assets/data/gallery_customizer.html +1 -1
- data/assets/data/gemini-ui.html +1 -1
- data/assets/data/iframes.html +1 -1
- data/assets/data/masonry.html +1 -1
- data/assets/data/masterslider.html +1 -1
- data/assets/data/menu.html +1 -1
- data/assets/data/mmenu.html +1 -1
- data/assets/data/mmenu_sidebar.html +1 -1
- data/assets/data/mmenu_toc.html +1 -1
- data/assets/data/panel.html +5 -4
- data/assets/data/quicklinks.html +1 -1
- data/assets/data/rtext_resizer.html +1 -1
- data/assets/data/slick.html +1 -1
- data/assets/data/speak2me.html +1 -1
- data/assets/data/swiper.html +313 -0
- data/assets/theme/j1/adapter/js/amplitude.30.js +1177 -0
- data/assets/theme/j1/adapter/js/amplitude.js +241 -191
- data/assets/theme/j1/adapter/js/j1.js +3 -3
- data/assets/theme/j1/adapter/js/masonry.js +2 -2
- data/assets/theme/j1/adapter/js/masterslider.js +2 -1
- data/assets/theme/j1/adapter/js/swiper.js +231 -0
- data/assets/theme/j1/adapter/js/videojs.js +212 -0
- data/assets/theme/j1/core/css/themes/unolight/bootstrap.css +7 -4
- data/assets/theme/j1/core/css/themes/unolight/bootstrap.css.map +1 -1
- data/assets/theme/j1/core/css/themes/unolight/bootstrap.min.css +1 -1
- data/assets/theme/j1/core/css/themes/unolight/bootstrap.min.css.map +1 -1
- data/assets/theme/j1/core/js/template.js +4 -0
- data/assets/theme/j1/core/js/template.min.js +2 -2
- data/assets/theme/j1/core/js/template.min.js.map +1 -1
- data/assets/theme/j1/modules/amplitudejs/css/theme/uno/dark/amplitude.css +94 -4
- data/assets/theme/j1/modules/amplitudejs/css/theme/uno/dark/amplitude.min.css +1 -1
- data/assets/theme/j1/modules/amplitudejs/css/theme/uno/dark/player/compact.css +3 -2
- data/assets/theme/j1/modules/amplitudejs/css/theme/uno/dark/player/compact.min.css +1 -1
- data/assets/theme/j1/modules/amplitudejs/css/theme/uno/dark/player/large.css +72 -10
- data/assets/theme/j1/modules/amplitudejs/css/theme/uno/dark/player/large.min.css +2 -1
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/artist.svg +78 -0
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/mute.svg +52 -20
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/next.svg +20 -39
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/now-playing.svg +24 -38
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/playlist-hide.svg +85 -0
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/playlist-music.svg +85 -0
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/playlist-show.svg +85 -0
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/playlist.svg +85 -0
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/previous.svg +18 -37
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/skip-backward.svg +33 -30
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/skip-forward.svg +33 -29
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/small/next.svg +55 -14
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/small/previous.svg +56 -14
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/volume.svg +38 -21
- data/assets/theme/j1/modules/amplitudejs/js/amplitude.map +20 -20
- data/assets/theme/j1/modules/amplitudejs/js/tech/ytp.15.js +1594 -0
- data/assets/theme/j1/modules/amplitudejs/js/tech/ytp.js +1617 -89
- data/assets/theme/j1/modules/amplitudejs/js/visualizations/bar.js +1 -1
- data/assets/theme/j1/modules/amplitudejs/js/visualizations/circular-equalizer.js +31 -1
- data/assets/theme/j1/modules/amplitudejs/js/visualizations/frequency-analyzer.js +1 -1
- data/assets/theme/j1/modules/amplitudejs/js/visualizations/michael-bromley.js +1 -1
- data/assets/theme/j1/modules/amplitudejs/js/visualizations/template.js +1 -1
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-video.js +206 -122
- data/assets/theme/j1/modules/photoswipe/.version_5.4.4 +6 -0
- data/assets/theme/j1/modules/photoswipe/LICENSE +21 -0
- data/assets/theme/j1/modules/photoswipe/README.md +32 -0
- data/assets/theme/j1/modules/photoswipe/css/org/photoswipe-dynamic-caption-plugin.umd.min.js +5 -0
- data/assets/theme/j1/modules/photoswipe/css/org/photoswipe.css +420 -0
- data/assets/theme/j1/modules/photoswipe/css/photoswipe-caption-plugin.css +67 -0
- data/assets/theme/j1/modules/photoswipe/css/photoswipe-caption-plugin.min.css +16 -0
- data/assets/theme/j1/modules/photoswipe/css/photoswipe.css +376 -0
- data/assets/theme/j1/modules/photoswipe/css/photoswipe.min.css +17 -0
- data/assets/theme/j1/modules/photoswipe/css/scss/photoswipe.scss +427 -0
- data/assets/theme/j1/modules/photoswipe/example/photoswipe-caption-plugin.html +237 -0
- data/assets/theme/j1/modules/photoswipe/example/test-gallery.html +36 -0
- data/assets/theme/j1/modules/photoswipe/js/README.md +43 -0
- data/assets/theme/j1/modules/photoswipe/js/photoswipe-caption-plugin.min.js +5 -0
- data/assets/theme/j1/modules/photoswipe/js/photoswipe-core.min.js +18 -0
- data/assets/theme/j1/modules/photoswipe/js/photoswipe-lightbox.min.js +18 -0
- data/assets/theme/j1/modules/swiper/.version_1.2.0 +15 -0
- data/assets/theme/j1/modules/swiper/LICENSE +20 -0
- data/assets/theme/j1/modules/swiper/README.md +95 -0
- data/assets/theme/j1/modules/swiper/css/swiper-bundle.css +740 -0
- data/assets/theme/j1/modules/swiper/css/swiper-bundle.min..css +17 -0
- data/assets/theme/j1/modules/swiper/css/theme/uno.css +249 -0
- data/assets/theme/j1/modules/swiper/css/theme/uno.min.css +154 -0
- data/assets/theme/j1/modules/swiper/js/swiper-bundle.js +9785 -0
- data/assets/theme/j1/modules/swiper/js/swiper-bundle.min.js +17 -0
- data/assets/theme/j1/modules/swiper/swiperjs.com-demos.url +2 -0
- data/assets/theme/j1/modules/videojs/assets/icons/custom-icons/next.svg +82 -0
- data/assets/theme/j1/modules/videojs/css/font/README.md +151 -0
- data/assets/theme/j1/modules/videojs/css/font/VideoJS.svg +150 -0
- data/assets/theme/j1/modules/videojs/css/font/video-js-cdn.css +2012 -0
- data/assets/theme/j1/modules/videojs/css/plugins/controls/skipbuttons.0.css +32 -0
- data/assets/theme/j1/modules/videojs/css/plugins/controls/skipbuttons.1.css +31 -0
- data/assets/theme/j1/modules/videojs/css/plugins/controls/skipbuttons.css +31 -0
- data/assets/theme/j1/modules/videojs/css/plugins/controls/skipbuttons.min.css +21 -0
- data/assets/theme/j1/modules/videojs/css/themes/uno.css +14 -3
- data/assets/theme/j1/modules/videojs/css/themes/uno.min.css +1 -1
- data/assets/theme/j1/modules/videojs/css/videojs.css +1 -0
- data/assets/theme/j1/modules/videojs/js/plugins/controls/autocaption/LICENSE +13 -0
- data/assets/theme/j1/modules/videojs/js/plugins/controls/autocaption/README.md +75 -0
- data/assets/theme/j1/modules/videojs/js/plugins/controls/autocaption/autocaption.js +149 -0
- data/assets/theme/j1/modules/videojs/js/plugins/controls/autocaption/autocaption.min.js +21 -0
- data/assets/theme/j1/modules/videojs/js/plugins/controls/hotkeys/README.md +76 -30
- data/assets/theme/j1/modules/videojs/js/plugins/controls/hotkeys/hotkeys.js +64 -53
- data/assets/theme/j1/modules/videojs/js/plugins/controls/hotkeys/hotkeys.min.js +1 -1
- data/assets/theme/j1/modules/videojs/js/plugins/controls/skipbuttons/README.md +133 -0
- data/assets/theme/j1/modules/videojs/js/plugins/controls/skipbuttons/skipbuttons.js +137 -0
- data/assets/theme/j1/modules/videojs/js/plugins/controls/skipbuttons/skipbuttons.min.js +21 -0
- data/assets/theme/j1/modules/videojs/js/plugins/controls/zoom/zoom.js +15 -12
- data/assets/theme/j1/modules/videojs/js/plugins/players/yt/youtube.js +43 -16
- data/lib/j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/3.3/fastfilereaderext.so +0 -0
- data/lib/j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/3.3/rubyeventmachine.so +0 -0
- data/lib/j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/3.4/fastfilereaderext.so +0 -0
- data/lib/j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/3.4/rubyeventmachine.so +0 -0
- data/lib/j1/version.rb +1 -1
- data/lib/j1_app/j1_auth_manager/config.rb +0 -4
- data/lib/starter_web/Gemfile +45 -22
- data/lib/starter_web/README.md +5 -5
- data/lib/starter_web/_config.yml +4 -6
- data/lib/starter_web/_data/modules/amplitude.yml +308 -363
- data/lib/starter_web/_data/modules/defaults/amplitude.yml +60 -35
- data/lib/starter_web/_data/modules/defaults/gallery.yml +42 -0
- data/lib/starter_web/_data/modules/defaults/slick.yml +1 -1
- data/lib/starter_web/_data/modules/defaults/swiper.yml +515 -0
- data/lib/starter_web/_data/modules/defaults/videojs.yml +107 -0
- data/lib/starter_web/_data/modules/gallery.yml +30 -14
- data/lib/starter_web/_data/modules/masonry.yml +15 -0
- data/lib/starter_web/_data/modules/swiper.yml +227 -0
- data/lib/starter_web/_data/modules/videojs.yml +57 -0
- data/lib/starter_web/_data/resources.yml +50 -16
- data/lib/starter_web/_data/templates/feed.xml +1 -1
- data/lib/starter_web/_includes/tables/jekyll_variables.asciidoc +1 -0
- data/lib/starter_web/_plugins/asciidoctor/amplitude-block.rb +1 -0
- data/lib/starter_web/_plugins/asciidoctor/dailymotion-block.rb +4 -1
- data/lib/starter_web/_plugins/asciidoctor/videojs-block.rb +141 -24
- data/lib/starter_web/_plugins/asciidoctor/vimeo-block.rb +4 -1
- data/lib/starter_web/_plugins/asciidoctor/wistia-block.rb +313 -0
- data/lib/starter_web/_plugins/asciidoctor/youtube-block.rb +192 -17
- data/lib/starter_web/_plugins/index/lunr.rb +1 -1
- data/lib/starter_web/assets/video/poster/youtube/faelle_des_bnd/der_unverzichtbare_feind.jpg +0 -0
- data/lib/starter_web/assets/video/poster/youtube/faelle_des_bnd/ein_diener_vieler_herren.jpg +0 -0
- data/lib/starter_web/assets/video/poster/youtube/the_piano/the-piano.jpg +0 -0
- data/lib/starter_web/package.json +1 -1
- data/lib/starter_web/pages/public/_includes/attributes.asciidoc +45 -0
- data/lib/starter_web/pages/public/_includes/documents/photoswipe/200_photoswipe_parameters.asciidoc +510 -0
- data/lib/starter_web/pages/public/_includes/documents/photoswipe/210_photoswipe_lightbox_parameters.asciidoc +98 -0
- data/lib/starter_web/pages/public/_includes/documents/photoswipe/300_caption_plugin_for_photoSwipe.asciidoc +327 -0
- data/lib/starter_web/pages/public/_includes/documents/swiper/100_swiper_features.asciidoc +50 -0
- data/lib/starter_web/pages/public/_includes/documents/swiper/100_swiper_html_layout.asciidoc +122 -0
- data/lib/starter_web/pages/public/_includes/documents/swiper/100_swiper_initialization.asciidoc +53 -0
- data/lib/starter_web/pages/public/_includes/documents/swiper/110_swiper_common_options.asciidoc +43 -0
- data/lib/starter_web/pages/public/_includes/documents/swiper/200_swiper_parameters_a_k.asciidoc +994 -0
- data/lib/starter_web/pages/public/_includes/documents/swiper/200_swiper_parameters_l_o.asciidoc +473 -0
- data/lib/starter_web/pages/public/_includes/documents/swiper/200_swiper_parameters_p_s.asciidoc +700 -0
- data/lib/starter_web/pages/public/_includes/documents/swiper/200_swiper_parameters_t_z.asciidoc +413 -0
- data/lib/starter_web/pages/public/_includes/documents/swiper/300_swiper_instance_properties.asciidoc +873 -0
- data/lib/starter_web/pages/public/_includes/documents/swiper/400_swiper_modules.asciidoc +2514 -0
- data/lib/starter_web/pages/public/_includes/documents/swiper/500_swiper_methods.asciidoc +989 -0
- data/lib/starter_web/pages/public/_includes/documents/swiper/600_swiper_events.asciidoc +1534 -0
- data/lib/starter_web/pages/public/amplitude_yt_tester.adoc +89 -62
- data/lib/starter_web/pages/public/manuals/integrations/amplitudejs/amplitudejs-api.adoc +1 -1
- data/lib/starter_web/pages/public/manuals/integrations/videojs/youtube-api.adoc +1638 -0
- data/lib/starter_web/pages/public/photoswipe_api.adoc +150 -0
- data/lib/starter_web/pages/public/swiper_api.adoc +128 -0
- data/lib/starter_web/pages/public/swiper_tester.adoc +973 -0
- data/lib/starter_web/pages/public/tools/previewer/preview_bootstrap_theme.adoc +5 -6
- data/lib/starter_web/pages/public/tools/previewer/preview_videojs.adoc +203 -0
- data/lib/starter_web/pages/{tour → public/tour}/modal_extentions.adoc +12 -5
- data/lib/starter_web/pages/{tour → public/tour}/play_audio.adoc +63 -15
- data/lib/starter_web/pages/{tour → public/tour}/play_video.adoc +79 -40
- data/lib/starter_web/pages/{tour → public/tour}/present_images.adoc +5 -5
- metadata +114 -41
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/_pause.svg +0 -19
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/_play.svg +0 -18
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/show-playlist.svg +0 -15
- data/assets/theme/j1/modules/jqueryScrollbar/LICENSE +0 -20
- data/assets/theme/j1/modules/jqueryScrollbar/README.md +0 -28
- data/assets/theme/j1/modules/jqueryScrollbar/css/scrollbar.css +0 -939
- data/assets/theme/j1/modules/jqueryScrollbar/css/scrollbar.min.css +0 -20
- data/assets/theme/j1/modules/jqueryScrollbar/js/scrollbar.js +0 -851
- data/assets/theme/j1/modules/jqueryScrollbar/js/scrollbar.min.js +0 -36
- data/assets/theme/j1/modules/jqueryScrollbar/sass/scrollbar.scss +0 -806
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-video.0.js +0 -794
- /data/lib/starter_web/pages/{tour → public/tour}/_includes/attributes.asciidoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/100_gistblock.asciidoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/410_bottom_info.asciidoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/410_bottom_left_warning.asciidoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/410_bottom_right_danger.asciidoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/410_central_success.asciidoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/410_full_height_left_info.asciidoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/410_full_height_right_success.asciidoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/410_table_bs_modal_examples.asciidoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/410_top_info.asciidoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/410_top_left_info.asciidoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/410_top_right_success.asciidoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/419_advanced_modals_demo.asciidoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/tables/bs_modal_examples.asciidoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/themes_bootstrap.asciidoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/themes_rouge.asciidoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/asciidoc_extensions.adoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/bootstrap_themes.adoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/highlghter_rouge.adoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/icon_fonts.adoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/quicksearch.adoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/responsive_tables.adoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/typography.adoc +0 -0
@@ -85,7 +85,7 @@ resource_options:
|
|
85
85
|
:indicators: true
|
86
86
|
:indicators_alerts: true
|
87
87
|
:indicators_badges: true
|
88
|
-
:scrollbars:
|
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
|
-
|
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
|
-
|
2173
|
-
|
2174
|
-
|
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::[]
|
@@ -41,15 +41,22 @@ resource_options:
|
|
41
41
|
// Enable the Liquid Preprocessor
|
42
42
|
:page-liquid:
|
43
43
|
|
44
|
-
//
|
45
|
-
//
|
46
|
-
|
44
|
+
// Attribute settings for page content control (e.g includes)
|
45
|
+
//
|
46
|
+
:documentdir: _includes/documents
|
47
|
+
|
48
|
+
// Attribute settings for page section control
|
49
|
+
//
|
47
50
|
:time-num--string: 5-10
|
48
51
|
:time-en--string: Minutes
|
49
52
|
:time-en--description: to read
|
50
53
|
:time-de--string: Minuten
|
51
54
|
:time-de--description: Lesezeit
|
52
55
|
|
56
|
+
// Additiona page attributes
|
57
|
+
// -----------------------------------------------------------------------------
|
58
|
+
// :page--attr: <attr-value>
|
59
|
+
|
53
60
|
// Load Liquid procedures
|
54
61
|
// -----------------------------------------------------------------------------
|
55
62
|
{% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
|
@@ -77,7 +84,7 @@ messages get the full user's attention.
|
|
77
84
|
</div>
|
78
85
|
++++
|
79
86
|
|
80
|
-
// Include sub-documents (
|
87
|
+
// Include sub-documents (hidden content)
|
81
88
|
// -----------------------------------------------------------------------------
|
82
89
|
include::{documentdir}/419_advanced_modals_demo.asciidoc[]
|
83
90
|
|
@@ -95,7 +102,7 @@ For more information on how to use Bootstrap’s JavaScript modal
|
|
95
102
|
plugin, refer to: link:{url-bs-docs--components-modal}[Bootstrap Docs, {browser-window--new}].
|
96
103
|
====
|
97
104
|
|
98
|
-
//
|
105
|
+
// Include sub-documents (table for BS Modal examples)
|
99
106
|
include::{documentdir}/410_table_bs_modal_examples.asciidoc[]
|
100
107
|
|
101
108
|
|
@@ -33,7 +33,7 @@ permalink: /pages/public/tour/present_audio/
|
|
33
33
|
resources: [ amplitudejs ]
|
34
34
|
resource_options:
|
35
35
|
- toccer:
|
36
|
-
collapseDepth:
|
36
|
+
collapseDepth: 3
|
37
37
|
- attic:
|
38
38
|
slides:
|
39
39
|
- url: /assets/image/modules/attics/1920x1280/alexey-ruban.jpg
|
@@ -90,6 +90,34 @@ the visual and functional aspects of a player's audio control elements.
|
|
90
90
|
|
91
91
|
// Include sub-documents (if any)
|
92
92
|
// -----------------------------------------------------------------------------
|
93
|
+
|
94
|
+
// [role="mt-5"]
|
95
|
+
// == AmplitudeJS Video (Youtube)
|
96
|
+
|
97
|
+
// The example below demonstrates playing only the *Audio* track from YouTube
|
98
|
+
// Video using an AmplitudJS player. The J1 template uses the video *plugin* ytp
|
99
|
+
// to extend the native functionality of the AmplitudeJS API to playback YouTube
|
100
|
+
// files for the audio part.
|
101
|
+
|
102
|
+
// [role="mt-4 mb-5"]
|
103
|
+
// [CAUTION]
|
104
|
+
// ====
|
105
|
+
// Playing audio tracks is currently supported only for videos from YouTube (YT).
|
106
|
+
// The YT plugin *ytp* embeds a YouTube (iframe) player and mimics the AmplitudeJS
|
107
|
+
// player buttons and controls to manage a *playlist* of videos the same as known
|
108
|
+
// for native audio files.
|
109
|
+
// ====
|
110
|
+
|
111
|
+
// .Manon Mélodie · TuneCore 2024
|
112
|
+
// amplitude::manon_melodie_yt_large[role="mt-4 mb-4"]
|
113
|
+
|
114
|
+
// [NOTE]
|
115
|
+
// ====
|
116
|
+
// AmplitudeJS YT Player can only be used with the J1 Template. Currently, only
|
117
|
+
// AJS players of type *large * are supported.
|
118
|
+
// ====
|
119
|
+
|
120
|
+
|
93
121
|
[role="mt-5"]
|
94
122
|
== HTML 5 Audio
|
95
123
|
|
@@ -102,7 +130,7 @@ audio::/assets/audio/sound-effects/ambient-piano.mp3[role="mt-4 mb-5"]
|
|
102
130
|
|
103
131
|
|
104
132
|
[role="mt-5"]
|
105
|
-
== AmplitudeJS Audio
|
133
|
+
== AmplitudeJS (AJS) Audio
|
106
134
|
|
107
135
|
The J1 Template implements custom players based on the (default) theme Uno.
|
108
136
|
The color scheme used matches the look and feel of the template to preserve
|
@@ -124,7 +152,7 @@ mobile devices.
|
|
124
152
|
|
125
153
|
|
126
154
|
[role="mt-5"]
|
127
|
-
|
155
|
+
=== Mini Player
|
128
156
|
|
129
157
|
In the context of complex components on a web page, like an audio player,
|
130
158
|
a mini player refers to a minimized version of full players. It typically
|
@@ -146,7 +174,7 @@ lorem:sentences[5]
|
|
146
174
|
|
147
175
|
|
148
176
|
[role="mt-5"]
|
149
|
-
|
177
|
+
=== Compact Player
|
150
178
|
|
151
179
|
The design of a *Compact player* is an efficient approach that involves
|
152
180
|
condensing the player controls and display elements into a smaller area.
|
@@ -163,14 +191,9 @@ amplitude::free_emancipator_compact[role="mt-3 mb-5"]
|
|
163
191
|
.Royalty Free Music · Disco 80th
|
164
192
|
amplitude::free_disco_compact[role="mt-3 mb-5"]
|
165
193
|
|
166
|
-
lorem:sentences[5]
|
167
|
-
|
168
|
-
.Spontanorama 2024 (compact)
|
169
|
-
amplitude::spontanorama_2024_compact[role="mt-4 mb-5"]
|
170
|
-
|
171
194
|
|
172
195
|
[role="mt-5"]
|
173
|
-
|
196
|
+
=== Large Player
|
174
197
|
|
175
198
|
A complex component, like an audio player on a web page, typically refers
|
176
199
|
to a design or layout that minimizes the component's space while maintaining
|
@@ -184,15 +207,40 @@ no need to open other widgets.
|
|
184
207
|
.Emancipator · From Dusk To Dawn
|
185
208
|
amplitude::free_emancipator_large[role="mt-4 mb-5"]
|
186
209
|
|
187
|
-
lorem:sentences[5]
|
188
|
-
|
189
210
|
.Royalty Free Music · Disco 80th
|
190
211
|
amplitude::free_disco_large[role="mt-4 mb-5"]
|
191
212
|
|
192
|
-
lorem:sentences[5]
|
213
|
+
// lorem:sentences[5]
|
214
|
+
|
215
|
+
// .Spontanorama 2024 (large)
|
216
|
+
// amplitude::spontanorama_2024_large[role="mt-4 mb-5"]
|
217
|
+
|
218
|
+
|
219
|
+
// [role="mt-5"]
|
220
|
+
// == AmplitudeJS Video (Youtube)
|
221
|
+
|
222
|
+
// The example below demonstrates playing only the *Audio* track from YouTube
|
223
|
+
// Video using an AmplitudJS player. The J1 template uses the video *plugin* ytp
|
224
|
+
// to extend the native functionality of the AmplitudeJS API to playback YouTube
|
225
|
+
// files for the audio part.
|
226
|
+
|
227
|
+
// [role="mt-4 mb-5"]
|
228
|
+
// [CAUTION]
|
229
|
+
// ====
|
230
|
+
// Playing audio tracks is currently supported only for videos from YouTube (YT).
|
231
|
+
// The YT plugin *ytp* embeds a YouTube (iframe) player and mimics the AmplitudeJS
|
232
|
+
// player buttons and controls to manage a *playlist* of videos the same as known
|
233
|
+
// for native audio files.
|
234
|
+
// ====
|
235
|
+
|
236
|
+
// .Manon Mélodie · TuneCore 2024
|
237
|
+
// amplitude::manon_melodie_yt_large[role="mt-4 mb-4"]
|
193
238
|
|
194
|
-
|
195
|
-
|
239
|
+
// [NOTE]
|
240
|
+
// ====
|
241
|
+
// AmplitudeJS YT Player can only be used with the J1 Template. Currently, only
|
242
|
+
// AJS players of type *large * are supported.
|
243
|
+
// ====
|
196
244
|
|
197
245
|
|
198
246
|
[role="mt-5"]
|
@@ -31,6 +31,7 @@ regenerate: false
|
|
31
31
|
permalink: /pages/public/tour/present_video/
|
32
32
|
|
33
33
|
resources: [
|
34
|
+
amplitudejs,
|
34
35
|
gallery, lightgallery, masonry,
|
35
36
|
videojs, vimeo-player
|
36
37
|
]
|
@@ -39,24 +40,8 @@ resource_options:
|
|
39
40
|
collapseDepth: 3
|
40
41
|
- attic:
|
41
42
|
slides:
|
42
|
-
|
43
|
-
|
44
|
-
alt: Broadway Underground
|
45
|
-
title: Video Player
|
46
|
-
tagline: Playback Video
|
47
|
-
# Broadway Underground - FAYETTE ST
|
48
|
-
- url: /assets/video/headers/present_videos/underground-broadway.mp4
|
49
|
-
alt: Broadway Underground Video
|
50
|
-
title: Video Player
|
51
|
-
tagline: Playback Video
|
52
|
-
isVideo: true
|
53
|
-
loop: false
|
54
|
-
duration: 6000
|
55
|
-
# Broadway Underground - still image (animate random)
|
56
|
-
- url: /assets/video/headers/present_videos/still/underground-broadway.jpg
|
57
|
-
alt: Broadway Underground
|
58
|
-
title: Video Player
|
59
|
-
tagline: Playback Video
|
43
|
+
- url: /assets/image/modules/attics/lianhao-1920x1280.jpg
|
44
|
+
alt: Playback Video
|
60
45
|
---
|
61
46
|
|
62
47
|
// Page Initializer
|
@@ -73,6 +58,18 @@ resource_options:
|
|
73
58
|
:time-de--string: Minuten
|
74
59
|
:time-de--description: Lesezeit
|
75
60
|
|
61
|
+
|
62
|
+
// Attribute settings for section control
|
63
|
+
//
|
64
|
+
:ytp_audio: false
|
65
|
+
:ytp_rhythm: true
|
66
|
+
:ytp_sky_elements: true
|
67
|
+
:dm_video: false
|
68
|
+
:vm_video: true
|
69
|
+
:masonry: true
|
70
|
+
:dm_gallery: true
|
71
|
+
:vm_gallery: true
|
72
|
+
|
76
73
|
// Load Liquid procedures
|
77
74
|
// -----------------------------------------------------------------------------
|
78
75
|
{% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
|
@@ -130,12 +127,40 @@ without loading *external players*.
|
|
130
127
|
|
131
128
|
++++
|
132
129
|
<div class="video-title">
|
133
|
-
<i class="mdib mdib-
|
130
|
+
<i class="mdib mdib-video mdib-24px mr-2"></i>
|
134
131
|
Peck Pocketed · MP4 Video
|
135
132
|
</div>
|
136
133
|
++++
|
137
134
|
video::/assets/video//html5/peck_pocketed.mp4[poster="/assets/video/poster/html5/peck_pocketed.jpg", opts="" role="mt-1 mb-5"]
|
138
135
|
|
136
|
+
ifeval::[{ytp_audio} == true]
|
137
|
+
[role="mt-5"]
|
138
|
+
== AmplitudeJS Video (Youtube)
|
139
|
+
|
140
|
+
The example below demonstrates playing only the *Audio* track from YouTube
|
141
|
+
Video using an AmplitudJS player. The J1 template uses the video *plugin* ytp
|
142
|
+
to extend the native functionality of the AmplitudeJS API to playback YouTube
|
143
|
+
files for the audio part.
|
144
|
+
|
145
|
+
[role="mt-4 mb-5"]
|
146
|
+
[CAUTION]
|
147
|
+
====
|
148
|
+
Playing audio tracks is currently supported only for videos from YouTube (YT).
|
149
|
+
The YT plugin *ytp* embeds a YouTube (iframe) player and mimics the AmplitudeJS
|
150
|
+
player buttons and controls to manage a *playlist* of videos the same as known
|
151
|
+
for native audio files.
|
152
|
+
====
|
153
|
+
|
154
|
+
.Manon Mélodie · TuneCore 2024
|
155
|
+
amplitude::manon_melodie_yt_large[role="mt-4 mb-4"]
|
156
|
+
|
157
|
+
[NOTE]
|
158
|
+
====
|
159
|
+
AmplitudeJS YT Player can only be used with the J1 Template. Currently, only
|
160
|
+
AJS players of type *large * are supported.
|
161
|
+
====
|
162
|
+
endif::[]
|
163
|
+
|
139
164
|
|
140
165
|
[role="mt-5"]
|
141
166
|
== VideoJS
|
@@ -151,7 +176,7 @@ Playback Technology. With the help of *plugins*, it is possible to present
|
|
151
176
|
better user experience.
|
152
177
|
|
153
178
|
[role="mt-4"]
|
154
|
-
===
|
179
|
+
=== Native Video
|
155
180
|
|
156
181
|
VideoJS provides a flexible and customizable platform for displaying and
|
157
182
|
controlling MPEG 4 video content on websites and web applications.
|
@@ -171,22 +196,30 @@ history of AGT, only a few *Goldern Buzzers* were given. In 2024, this is
|
|
171
196
|
different - for good reasons. See a compilation on YouTube of the very best
|
172
197
|
auditions ever.
|
173
198
|
|
174
|
-
.
|
199
|
+
.Best Auditions · AGT 2024
|
175
200
|
youtube::4VSBJU52UvM[poster="//img.youtube.com/vi/4VSBJU52UvM/maxresdefault.jpg" role="mt-4 mb-5"]
|
176
201
|
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
202
|
+
ifeval::[{ytp_rhythm} == true]
|
203
|
+
Dog Dancing is presented quite often on stage. Like AGT season 18, Adrian Stoica
|
204
|
+
presented his dog Hurricane https://www.youtube.com/watch?v=ENGRnUN1UKQ)[Youtube, {browser-window--new}].
|
205
|
+
But see Roni Sagi - an Israeli dog trainer - and her dog Rhythm. This is Dog
|
206
|
+
Traing the next level.
|
181
207
|
|
182
|
-
.Roni Sagi & Rhythm
|
208
|
+
.Roni Sagi & Rhythm, ALL Performances · AGT 2024
|
183
209
|
youtube::1J2qz6B-PFY[poster="//img.youtube.com/vi/1J2qz6B-PFY/maxresdefault.jpg" role="mt-4 mb-5"]
|
210
|
+
endif::[]
|
211
|
+
|
212
|
+
ifeval::[{ytp_sky_elements} == true]
|
213
|
+
Sky Elements uses the night sky as a canvas on which anything is possible.
|
214
|
+
A large group of Drones is painting lights in the sky to reflect the most
|
215
|
+
captivating narratives.
|
184
216
|
|
185
|
-
|
186
|
-
|
217
|
+
.Sky Elements, ALL Performances · AGT 2024
|
218
|
+
youtube::cN8IrZUhPtc[poster="//img.youtube.com/vi/cN8IrZUhPtc/maxresdefault.jpg" role="mt-4 mb-5"]
|
219
|
+
endif::[]
|
187
220
|
|
188
221
|
|
189
|
-
|
222
|
+
ifeval::[{dm_video} == true]
|
190
223
|
[role="mt-4"]
|
191
224
|
=== Dailymotion
|
192
225
|
|
@@ -197,9 +230,9 @@ video.
|
|
197
230
|
|
198
231
|
.Beginner Mat Pilates · SELF Channel
|
199
232
|
dailymotion::x87ycik[poster="/assets/video/poster/dailymotion/pilates.jpg" role="mt-4 mb-5"]
|
200
|
-
|
201
|
-
|
233
|
+
endif::[]
|
202
234
|
|
235
|
+
ifeval::[{vm_video} == true]
|
203
236
|
[role="mt-4"]
|
204
237
|
=== Vimeo
|
205
238
|
|
@@ -210,7 +243,7 @@ showcase their videos. Vimeo is known for its emphasis on high-quality
|
|
210
243
|
video and creative expression.
|
211
244
|
|
212
245
|
.Kick It Old School · Forever 21
|
213
|
-
vimeo::179528528[poster="/assets/video/poster/vimeo/kick_it_old_school.jpg" role="mt-4 mb-
|
246
|
+
vimeo::179528528[poster="/assets/video/poster/vimeo/kick_it_old_school.jpg" role="mt-4 mb-4"]
|
214
247
|
// vimeo::179528528[poster="auto" role="mt-4 mb-5"]
|
215
248
|
// vimeo::179528528[role="mt-4 mb-5"]
|
216
249
|
|
@@ -220,7 +253,7 @@ vimeo::179528528[poster="/assets/video/poster/vimeo/kick_it_old_school.jpg" role
|
|
220
253
|
For the *VJS Vimeo Tech*, native vjs controls (controllbar) are currently
|
221
254
|
*NOT* supported. Instead, the controllbar of the Vimeo Player is shown.
|
222
255
|
====
|
223
|
-
|
256
|
+
endif::[]
|
224
257
|
|
225
258
|
[role="mt-5"]
|
226
259
|
== Galleries of Video
|
@@ -247,6 +280,7 @@ how to use lightGallery for *commercial* websites and projects.
|
|
247
280
|
Find below examples of video galleries of locally stored (MP4) video resources
|
248
281
|
and video content provided online.
|
249
282
|
|
283
|
+
ifeval::[{masonry} == true]
|
250
284
|
[role="mt-4"]
|
251
285
|
=== Masonry
|
252
286
|
|
@@ -254,7 +288,7 @@ Masonry for J1 Template is a great tool for creating dynamic video galleries.
|
|
254
288
|
The module makes creating a gallery to display videos of different types easy.
|
255
289
|
|
256
290
|
.Mixed Video · Masonry + LightGallery
|
257
|
-
masonry::mixed_video_example[role="mt-4 mb-
|
291
|
+
masonry::mixed_video_example[role="mt-4 mb-4"]
|
258
292
|
|
259
293
|
[role="mb-5"]
|
260
294
|
.More about Masonry
|
@@ -263,14 +297,16 @@ masonry::mixed_video_example[role="mt-4 mb-5"]
|
|
263
297
|
Find more on how the Masonry module can be used on the
|
264
298
|
link:{url-j1-masonry-previewer}[Masonry Preview, {browser-window--new}] page.
|
265
299
|
====
|
300
|
+
endif::[]
|
266
301
|
|
267
302
|
[role="mt-4"]
|
268
303
|
[[local-video-2]]
|
269
|
-
=== Local
|
304
|
+
=== Local Video
|
270
305
|
|
271
306
|
Videos created by a digicam or a mobile can be played by J1 Template using
|
272
307
|
the lightGallery integration. Present videos you have made at it's best.
|
273
308
|
|
309
|
+
[role="mb-5"]
|
274
310
|
[NOTE]
|
275
311
|
====
|
276
312
|
The current file *size* of local video media files is limited to *50 MegaByte*.
|
@@ -282,10 +318,10 @@ HD 720p (1280x720 pixel).
|
|
282
318
|
.Local MP4 Video · Justified Gallery + LightGallery
|
283
319
|
gallery::jg_video_html5[role="mt-4 mb-5"]
|
284
320
|
|
321
|
+
ifeval::[{yt_gallery} == true]
|
285
322
|
[role="mt-4"]
|
286
323
|
=== YouTube
|
287
324
|
|
288
|
-
[role="mb-4"]
|
289
325
|
The community at link:{url-youtube--home}[YouTube, {browser-window--new}]
|
290
326
|
is large, with over 1 billion users that watch hundreds of millions of
|
291
327
|
hours of content every day. The number of YouTube channels is enormous.
|
@@ -297,7 +333,7 @@ new studio album *The Tortured Poets Department: The Anthology*, released on
|
|
297
333
|
April 19, 2024.
|
298
334
|
|
299
335
|
.Taylor Swift - The Tortured Poets Department · Justified Gallery + LightGallery
|
300
|
-
gallery::jg_video_online_taylor_swift[role="mt-
|
336
|
+
gallery::jg_video_online_taylor_swift[role="mt-4 mb-4"]
|
301
337
|
|
302
338
|
[role="mb-5"]
|
303
339
|
[TIP]
|
@@ -305,7 +341,9 @@ gallery::jg_video_online_taylor_swift[role="mt-5 mb-4"]
|
|
305
341
|
An *anthology* is a collection of selected texts or, in a broader sense,
|
306
342
|
a thematic compilation of literary or musical works.
|
307
343
|
====
|
344
|
+
endif::[]
|
308
345
|
|
346
|
+
ifeval::[{vm_gallery} == true]
|
309
347
|
[role="mt-4"]
|
310
348
|
=== Vimeo
|
311
349
|
|
@@ -331,7 +369,9 @@ without advertising.
|
|
331
369
|
|
332
370
|
.Forever 21 · Justified Gallery + LightGallery
|
333
371
|
gallery::jg_video_online_vimeo[role="mb-5"]
|
372
|
+
endif::[]
|
334
373
|
|
374
|
+
ifeval::[{dm_gallery} == true]
|
335
375
|
[role="mt-4"]
|
336
376
|
=== Dailymotion
|
337
377
|
|
@@ -346,7 +386,7 @@ every video.
|
|
346
386
|
|
347
387
|
.SELF Chanel · Justified Gallery + LightGallery
|
348
388
|
gallery::jg_video_online_dailymotion[role="mt-4 mb-5"]
|
349
|
-
|
389
|
+
endif::[]
|
350
390
|
|
351
391
|
[role="mt-5"]
|
352
392
|
== What next
|
@@ -368,5 +408,4 @@ something like images. To see how text could be presented is great for modern
|
|
368
408
|
responsive websites.
|
369
409
|
|
370
410
|
[role="mb-7"]
|
371
|
-
Find out how it works and go for:
|
372
|
-
link:{url-tour--typography}[Typography], then.
|
411
|
+
Find out how it works and go for link:{url-tour--typography}[Typography], then.
|