j1-template 2024.3.26 → 2024.3.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/assets/data/banner.html +3 -1
- data/assets/theme/j1/adapter/js/masonry.js +6 -8
- data/assets/theme/j1/adapter/js/videojs.js +8 -6
- data/assets/theme/j1/core/js/template.js +28 -1
- data/assets/theme/j1/core/js/template.min.js +4 -4
- data/assets/theme/j1/modules/lightGallery/js/lightgallery.js +4 -2
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-autoplay.js +6 -3
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-comment.js +6 -3
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-fullscreen.js +6 -3
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-hash.js +6 -3
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-medium-zoom.js +6 -3
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-pager.js +6 -3
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-relative-caption.js +6 -3
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-rotate.js +6 -4
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-share.js +6 -3
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-thumbnail.js +6 -3
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-video.js +232 -100
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-video.min.js +1 -1
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-vimeo-thumbnail.js +6 -3
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-zoom.js +6 -3
- data/assets/theme/j1/modules/videojs/css/themes/uno.css +1 -2
- data/assets/theme/j1/modules/videojs/plugins/players/yt/js/youtube.js +21 -6
- data/assets/theme/j1/modules/videojs/plugins/players/yt/js/youtube.min.js +1 -1
- data/lib/j1/version.rb +1 -1
- data/lib/starter_web/README.md +5 -5
- data/lib/starter_web/_config.yml +1 -1
- data/lib/starter_web/_data/blocks/banner.yml +29 -18
- data/lib/starter_web/_data/blocks/panel.yml +79 -124
- data/lib/starter_web/_data/modules/blog_navigator.yml +1 -1
- data/lib/starter_web/_data/modules/defaults/blog_navigator.yml +2 -2
- data/lib/starter_web/_data/modules/gallery.yml +145 -19
- data/lib/starter_web/_data/modules/masonry.yml +9 -10
- data/lib/starter_web/_data/templates/feed.xml +1 -1
- data/lib/starter_web/_includes/attributes.asciidoc +2 -1
- data/lib/starter_web/_plugins/index/lunr.rb +1 -1
- data/lib/starter_web/assets/image/module/attic/1920x1280/nick-fewings.jpg +0 -0
- data/lib/starter_web/assets/image/module/attic/1920x1280/no-revisions.jpg +0 -0
- data/lib/starter_web/assets/image/module/attic/1920x1280/wolfgang-weiser.jpg +0 -0
- data/lib/starter_web/assets/image/page/features/example-content-1280x800.jpg +0 -0
- data/lib/starter_web/assets/image/page/features/google-lighthouse-1080x300.jpg +0 -0
- data/lib/starter_web/assets/image/page/features/google-lighthouse-scores.jpg +0 -0
- data/lib/starter_web/assets/image/page/features/master-header-1280x600.jpg +0 -0
- data/lib/starter_web/assets/image/page/features/nav-module-1280x300.jpg +0 -0
- data/lib/starter_web/assets/image/page/features/teaser-banner-1280x600.jpg +0 -0
- data/lib/starter_web/assets/image/page/features/tts-1280x500.jpg +0 -0
- data/lib/starter_web/assets/video/tracks/html5/peck_pocketed/captions/video.vtt +2 -3
- data/lib/starter_web/assets/video/tracks/html5/peck_pocketed/chapters/video.vtt +4 -6
- data/lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1.adoc.erb +18 -20
- data/lib/starter_web/collections/posts/public/featured/_posts/2021-01-01-about-cookies.adoc +6 -7
- data/lib/starter_web/collections/posts/public/featured/_posts/{2023-10-18-url-types.adoc → 2022-10-18-url-types.adoc} +7 -4
- data/lib/starter_web/collections/posts/public/featured/_posts/{2021-02-01-static-site-generators.adoc → 2023-02-01-static-site-generators.adoc} +5 -6
- data/lib/starter_web/collections/posts/public/featured/_posts/{2022-02-01-about-j1.adoc → 2024-02-01-about-j1.adoc} +4 -5
- data/lib/starter_web/index.html +17 -73
- data/lib/starter_web/package.json +1 -1
- data/lib/starter_web/pages/public/features/{general.adoc → core-features.adoc} +92 -47
- data/lib/starter_web/pages/public/features/{template.adoc → theme-features.adoc} +313 -195
- data/lib/starter_web/pages/public/tools/tester/app_tester_amplitudejs_yt.adoc +2 -2
- data/lib/starter_web/pages/public/tools/tester/app_tester_swiperjs.adoc +10 -15
- data/lib/starter_web/pages/public/tools/tester/videojs_macro_tester.adoc +107 -102
- data/lib/starter_web/pages/public/tour/asciidoc_extensions.adoc +13 -21
- data/lib/starter_web/pages/public/tour/audio_data.adoc +2 -2
- data/lib/starter_web/pages/public/tour/icon_fonts.adoc +1 -1
- data/lib/starter_web/pages/public/tour/image_data.adoc +138 -234
- data/lib/starter_web/pages/public/tour/responsive_tables.adoc +1 -1
- data/lib/starter_web/pages/public/tour/video_data.adoc +74 -85
- metadata +12 -9
- data/lib/starter_web/assets/image/module/attic/cookies-1920x1200.jpg +0 -0
- data/lib/starter_web/pages/public/tour/modal_extentions.adoc +0 -126
@@ -4,7 +4,7 @@ title_extention: YouTube Video
|
|
4
4
|
tagline: YouTube Video
|
5
5
|
|
6
6
|
date: 2024-09-21
|
7
|
-
|
7
|
+
last_modified: 2025-06-22
|
8
8
|
|
9
9
|
description: >
|
10
10
|
The J1 Template support playing video on web pages
|
@@ -17,7 +17,7 @@ keywords: >
|
|
17
17
|
quicktime, silverlight
|
18
18
|
|
19
19
|
categories: [ Tester ]
|
20
|
-
tags: [
|
20
|
+
tags: [ AmpltitudeJS, YouTube ]
|
21
21
|
|
22
22
|
image:
|
23
23
|
path: /assets/image/module/attic/1920x1280/markus-spiske.jpg
|
@@ -1,5 +1,5 @@
|
|
1
1
|
---
|
2
|
-
title: J1 SwiperJS
|
2
|
+
title: J1 SwiperJS App
|
3
3
|
title_extention: Selected Examples
|
4
4
|
tagline: Selected Examples
|
5
5
|
date: 2025-02-10
|
@@ -78,7 +78,6 @@ devices. SwiperJS-based sliders are intended to be displayed at their best on
|
|
78
78
|
all types of websites, such as those viewed on desktop computers, tablets, or
|
79
79
|
smartphones.
|
80
80
|
|
81
|
-
|
82
81
|
[role="mt-4"]
|
83
82
|
== What SwiperJS Apps are
|
84
83
|
|
@@ -201,7 +200,7 @@ used on *desktop* computers.
|
|
201
200
|
|
202
201
|
This Thumb Slider uses minified images that are placed to control the (main)
|
203
202
|
slider at the *top* or the *bottom*. This swiper type creates a thumbed Swiper
|
204
|
-
that uses *two
|
203
|
+
that uses *two lines*, which takes up a *lot of space* but can render the
|
205
204
|
sliders' images *optimally*.
|
206
205
|
|
207
206
|
.Extendend Swiper · Layout Thumb Top
|
@@ -214,13 +213,13 @@ swiper::thumb_slider_top[role="mb-5"]
|
|
214
213
|
|
215
214
|
A more **mobile**-friendly version of a Thunb slider is created by placing the
|
216
215
|
minified images for the slider side-by-side on the *right* or the *left*. This
|
217
|
-
swiper use just a *single
|
218
|
-
as required for the
|
216
|
+
swiper use just a *single line* in the page, but *minifies* the presented images
|
217
|
+
as required for the line *heigth* specified.
|
219
218
|
|
220
219
|
[role="mb-5"]
|
221
220
|
[TIP]
|
222
221
|
====
|
223
|
-
Adding a *Lightbox* to a *single-
|
222
|
+
Adding a *Lightbox* to a *single-line* swiper allows users to *enlarge* the
|
224
223
|
presented *images*.
|
225
224
|
====
|
226
225
|
|
@@ -404,15 +403,11 @@ swiper::neighbor_slider[role="mb-5"]
|
|
404
403
|
[role="mt-5"]
|
405
404
|
==== Layout Panorama
|
406
405
|
|
407
|
-
The layout
|
408
|
-
|
409
|
-
|
410
|
-
|
411
|
-
|
412
|
-
====
|
413
|
-
The effect is great for slides connected in terms of content to give the user
|
414
|
-
a panoramic view impression.
|
415
|
-
====
|
406
|
+
The *Panorama* layout in SwiperJS sliders is used to create a 3D-like
|
407
|
+
panoramic effect, where the slides are animated as they swipe, creating
|
408
|
+
a continuous, curved panorama. The layout creates an immersive sense of
|
409
|
+
depth and movement, which is especially beneficial when presenting wide
|
410
|
+
images, landscapes, or other visual content with a large aspect ratio.
|
416
411
|
|
417
412
|
.Extendend Swiper · Layout Panorama
|
418
413
|
swiper::swiper_image_panorama[role="mt-4 mb-5"]
|
@@ -1,10 +1,10 @@
|
|
1
1
|
---
|
2
2
|
title: VideoJS
|
3
|
-
title_extention: Custom
|
4
|
-
tagline: Custom
|
3
|
+
title_extention: Custom video player
|
4
|
+
tagline: Custom video player
|
5
5
|
|
6
6
|
date: 2025-06-05
|
7
|
-
last_modified: 2025-06-
|
7
|
+
last_modified: 2025-06-22
|
8
8
|
|
9
9
|
description: >
|
10
10
|
Test the VideoJS ADOC Macro for
|
@@ -16,7 +16,7 @@ keywords: >
|
|
16
16
|
videojs
|
17
17
|
|
18
18
|
categories: [ Tester ]
|
19
|
-
tags: [
|
19
|
+
tags: [ VideoJS, YouTube ]
|
20
20
|
|
21
21
|
image:
|
22
22
|
path: /assets/image/module/attic/markus-spiske-1920x1280.jpg
|
@@ -49,7 +49,10 @@ resource_options:
|
|
49
49
|
|
50
50
|
// Attribute settings for section control
|
51
51
|
//
|
52
|
-
:
|
52
|
+
:videojs--youtube-video: true
|
53
|
+
:videojs--masonry: false
|
54
|
+
:videojs--local-video: true
|
55
|
+
:videojs--over-youtube: false
|
53
56
|
|
54
57
|
// Set (local) page attributes here
|
55
58
|
// -----------------------------------------------------------------------------
|
@@ -67,119 +70,135 @@ resource_options:
|
|
67
70
|
// Page content
|
68
71
|
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
69
72
|
[role="dropcap"]
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
+
VideoJS is a *free-to-use* open-source JavaScript framework for building
|
74
|
+
custom video players for the web. Implementing VideoJS for the J1 Template
|
75
|
+
supports local video and several platforms, such as YouTube, Vimeo, Wistia,
|
76
|
+
or Dailymotion, for presenting videos *online*.
|
77
|
+
|
73
78
|
|
74
79
|
// Include sub-documents (if any)
|
75
80
|
// -----------------------------------------------------------------------------
|
76
|
-
// [role="mt-5"]
|
77
|
-
// == Local Video
|
78
81
|
|
79
|
-
//
|
80
|
-
//
|
82
|
+
// .Vimeo Video · The Present
|
83
|
+
// // 137221158 152985022
|
84
|
+
// ++++
|
85
|
+
// <iframe
|
86
|
+
// width="930" height="640"
|
87
|
+
// src="https://player.vimeo.com/video/152985022"
|
88
|
+
// frameborder="0"
|
89
|
+
// allowfullscreen>
|
90
|
+
// </iframe>
|
91
|
+
// ++++
|
81
92
|
|
82
|
-
// .Local Video over VideoJS · Justified Gallery + LightGallery
|
83
|
-
// gallery::jg_video_html5[role="mb-4"]
|
84
93
|
|
94
|
+
// .Dailymotion Video · Blödsinn
|
95
|
+
// // x7vn9g2
|
96
|
+
// ++++
|
97
|
+
// <iframe
|
98
|
+
// width="930" height="640"
|
99
|
+
// src="https://www.dailymotion.com/embed/video/x8oz6w2"
|
100
|
+
// frameborder="0"
|
101
|
+
// allowfullscreen>
|
102
|
+
// </iframe>
|
103
|
+
// ++++
|
85
104
|
|
86
|
-
// == Masonry
|
87
105
|
|
88
|
-
//
|
89
|
-
//
|
106
|
+
// .Wistia Video · Blödsinn
|
107
|
+
// ++++
|
108
|
+
// <iframe
|
109
|
+
// width="930" height="640"
|
110
|
+
// src="https://fast.wistia.net/embed/iframe/zs8hlyi5xz"
|
111
|
+
// allowtransparency="true"
|
112
|
+
// frameborder="0"
|
113
|
+
// scrolling="no"
|
114
|
+
// class="wistia_embed" name="wistia_embed"
|
115
|
+
// allowfullscreen>
|
116
|
+
// </iframe>
|
117
|
+
// ++++
|
90
118
|
|
91
|
-
|
92
|
-
|
119
|
+
ifeval::[{videojs--local-video} == true]
|
120
|
+
[role="mt-5"]
|
121
|
+
== Local Video
|
93
122
|
|
123
|
+
Videos created by a digicam or a mobile can be played by J1 Template using
|
124
|
+
the lightGallery integration. Present videos you have made at it's best.
|
94
125
|
|
95
|
-
|
96
|
-
|
126
|
+
.Local (MP4) Video · Justified Gallery + LightGallery
|
127
|
+
gallery::jg_video_html5[role="mb-4"]
|
128
|
+
endif::[]
|
97
129
|
|
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
130
|
|
102
|
-
|
103
|
-
|
131
|
+
ifeval::[{videojs--masonry} == true]
|
132
|
+
[role="mt-5"]
|
133
|
+
== Masonry
|
104
134
|
|
135
|
+
Masonry for J1 Template is a great tool for creating dynamic video galleries.
|
136
|
+
The module makes creating a gallery to display videos of different types easy.
|
105
137
|
|
106
|
-
|
107
|
-
|
138
|
+
.Mixed Video · Masonry + LightGallery
|
139
|
+
masonry::mixed_video_example[role="mb-4"]
|
140
|
+
endif::[]
|
108
141
|
|
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
142
|
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
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
|
-
// ++++
|
143
|
+
ifeval::[{videojs--youtube-video} == true]
|
144
|
+
[role="mt-5"]
|
145
|
+
== lightGallery (YouTube)
|
146
|
+
|
147
|
+
The galley maker *justifiedGallery* in combination with the *lightbox*
|
148
|
+
lightGallery is a great toolset for creating dynamic video galleries.
|
149
|
+
The module combinati0n makes creating a gallery to access videos easy.
|
150
|
+
|
151
|
+
.YouTube Video · justifiedGallery + LightGallery
|
152
|
+
gallery::jg_video_youtube_james_and_adele[role="mb-4"]
|
153
|
+
|
154
|
+
|
155
|
+
.NPR Tiny Desk Concerts · Latin
|
156
|
+
gallery::tdc_latin[role="mb-5"]
|
157
|
+
endif::[]
|
147
158
|
|
159
|
+
|
160
|
+
ifeval::[{videojs--over-youtube} == true]
|
148
161
|
[role="mt-5"]
|
149
|
-
== VideoJS Player over
|
162
|
+
== VideoJS Player over YouTube
|
150
163
|
|
151
|
-
|
152
|
-
|
153
|
-
|
164
|
+
YouTube is a popular online video-sharing platform that allows users to
|
165
|
+
upload, view, share, and comment on videos. The platform provides services
|
166
|
+
for people and organizations to publish various video content.
|
154
167
|
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
168
|
+
++++
|
169
|
+
<style>
|
170
|
+
|
171
|
+
/* -----------------------------------------------------------------------------
|
172
|
+
styles moved to VJS theme uno at:
|
173
|
+
assets/theme/j1/modules/videojs/css/themes/uno.css
|
174
|
+
*/
|
175
|
+
|
176
|
+
</style>
|
177
|
+
++++
|
159
178
|
|
160
179
|
++++
|
161
180
|
<div class="video-title">
|
162
181
|
<i class="mdib mdib-video mdib-24px mr-2"></i>
|
163
|
-
|
182
|
+
The Breathtaking Beauty of Nature
|
164
183
|
</div>
|
165
184
|
|
166
185
|
<div class="mb-8">
|
167
186
|
<video
|
168
|
-
id="
|
187
|
+
id="2rtQOsWaAXc"
|
169
188
|
class="video-js vjs-theme-uno"
|
170
189
|
controls
|
171
190
|
width="640"
|
172
191
|
height="360"
|
173
|
-
poster="/
|
174
|
-
aria-label="
|
192
|
+
poster="//img.youtube.com/vi/IUN664s7N-c/maxresdefault.jpg" alt="Beauty of Nature"
|
193
|
+
aria-label="The Breathtaking Beauty of Nature"
|
175
194
|
data-setup='{
|
176
195
|
"fluid" : true,
|
177
196
|
"techOrder": [
|
178
|
-
"
|
197
|
+
"youtube", "html5"
|
179
198
|
],
|
180
199
|
"sources": [{
|
181
|
-
"type": "video/
|
182
|
-
"src": "//
|
200
|
+
"type": "video/youtube",
|
201
|
+
"src": "//youtube.com/watch?v=IUN664s7N-c"
|
183
202
|
}],
|
184
203
|
"controlBar": {
|
185
204
|
"pictureInPictureToggle": false,
|
@@ -192,18 +211,6 @@ every video.
|
|
192
211
|
</div>
|
193
212
|
++++
|
194
213
|
|
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
|
-
|
207
214
|
++++
|
208
215
|
<script>
|
209
216
|
|
@@ -247,7 +254,7 @@ $(function() {
|
|
247
254
|
// create div|caption container
|
248
255
|
const newDiv = document.createElement('div');
|
249
256
|
newDiv.classList.add('caption');
|
250
|
-
newDiv.textContent = '
|
257
|
+
newDiv.textContent = 'The Breathtaking Beauty of Nature';
|
251
258
|
|
252
259
|
// insert div|caption container AFTER the image
|
253
260
|
image.parentNode.insertBefore(newDiv, image.nextSibling);
|
@@ -265,17 +272,15 @@ $(function() {
|
|
265
272
|
var j1CoreFinished = (j1.getState() === 'finished') ? true : false;
|
266
273
|
|
267
274
|
if (j1CoreFinished && pageVisible) {
|
268
|
-
|
269
|
-
const vjs_player = document.getElementById('vid_x887s09');
|
275
|
+
const vjs_player = document.getElementById("2rtQOsWaAXc");
|
270
276
|
|
271
277
|
// add captions (on poster image)
|
272
|
-
|
273
|
-
|
274
|
-
|
278
|
+
addCaptionAfterImage('//img.youtube.com/vi/IUN664s7N-c/maxresdefault.jpg');
|
279
|
+
|
275
280
|
// scroll page to the players top position
|
276
281
|
// -----------------------------------------------------------------------
|
277
282
|
vjs_player.addEventListener('click', function(event) {
|
278
|
-
const targetDiv = document.getElementById("
|
283
|
+
const targetDiv = document.getElementById("2rtQOsWaAXc");
|
279
284
|
const targetDivPosition = targetDiv.offsetTop;
|
280
285
|
const scrollOffset = (window.innerWidth >= 720) ? -130 : -110;
|
281
286
|
|
@@ -290,12 +295,12 @@ $(function() {
|
|
290
295
|
// customize the yt player created
|
291
296
|
// ---------------------------------------------------------------------------
|
292
297
|
var dependencies_met_vjs_player_exist = setInterval(function(options) {
|
293
|
-
var vjsPlayerExist = document.getElementById("
|
298
|
+
var vjsPlayerExist = document.getElementById("2rtQOsWaAXc") ? true : false;
|
294
299
|
|
295
300
|
if (vjsPlayerExist) {
|
296
301
|
|
297
302
|
// apply player customization on 'player ready'
|
298
|
-
videojs("
|
303
|
+
videojs("2rtQOsWaAXc").ready(function() {
|
299
304
|
const vjsPlayer = this;
|
300
305
|
|
301
306
|
// create customControlContainer for progressControlSilder|time (display) elements
|
@@ -367,4 +372,4 @@ $(function() {
|
|
367
372
|
|
368
373
|
</script>
|
369
374
|
++++
|
370
|
-
|
375
|
+
endif::[]
|
@@ -797,26 +797,18 @@ include::{documentdir}/100_gistblock.asciidoc[]
|
|
797
797
|
[role="mt-5"]
|
798
798
|
== What next
|
799
799
|
|
800
|
-
|
801
|
-
|
802
|
-
|
803
|
-
|
804
|
-
|
805
|
-
|
806
|
-
|
807
|
-
|
808
|
-
|
809
|
-
|
810
|
-
|
811
|
-
|
812
|
-
J1 Template supports a rich set of *advanced Bootstrap Modals* that add
|
813
|
-
dialogs to your web pages for user notifications. The advanced Modals
|
814
|
-
highlight important information to your visitors. The dialogs are positioned
|
815
|
-
over everything else in the document so that messages get the full user's
|
816
|
-
attention.
|
800
|
+
Bootstrap is a helpful framework that offers a complete set of styles to
|
801
|
+
create excellent responsive designs. In the sense that all can be improved,
|
802
|
+
responsive tables supported by Bootstrap should get some enhancement to
|
803
|
+
display on low-resolution devices or smaller window sizes better.
|
804
|
+
|
805
|
+
The theme Jekyll One supports a new design for responsive tables but based
|
806
|
+
on Bootstrap. The approach used by J1 Template is based on CSS styles on
|
807
|
+
top of the classic Bootstrap tags for simplicity and portability to be viewed
|
808
|
+
best on all devices and browsers. Responsive tables help to read this
|
809
|
+
important information on mobiles a lot - this feature is what is meant to be
|
810
|
+
fully responsive!
|
817
811
|
|
818
812
|
[role="mb-7"]
|
819
|
-
|
820
|
-
link:{url-tour--
|
821
|
-
the possibilities of the *extended* Bootstrap features provided by J1 Template
|
822
|
-
for your new website.
|
813
|
+
Check out from here what
|
814
|
+
link:{url-tour--responsive-tables}[Responsive Tables] can do.
|
@@ -753,4 +753,4 @@ Asciidoc block elements. I'm sure, you'll love it.
|
|
753
753
|
|
754
754
|
[role="mb-7"]
|
755
755
|
Check the more J1 Template offer and go for
|
756
|
-
link:{url-tour--asciidoc-extensions}[Asciidoc Extensions] made for J1
|
756
|
+
link:{url-tour--asciidoc-extensions}[Asciidoc Extensions] made for J1.
|