j1-template 2024.3.27 → 2024.3.29

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 (69) hide show
  1. checksums.yaml +4 -4
  2. data/assets/data/banner.html +3 -1
  3. data/assets/theme/j1/adapter/js/masonry.js +6 -8
  4. data/assets/theme/j1/core/js/template.js +28 -1
  5. data/assets/theme/j1/core/js/template.min.js +4 -4
  6. data/assets/theme/j1/modules/lightGallery/js/lightgallery.js +4 -2
  7. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-autoplay.js +6 -3
  8. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-comment.js +6 -3
  9. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-fullscreen.js +6 -3
  10. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-hash.js +6 -3
  11. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-medium-zoom.js +6 -3
  12. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-pager.js +6 -3
  13. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-relative-caption.js +6 -3
  14. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-rotate.js +6 -4
  15. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-share.js +6 -3
  16. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-thumbnail.js +6 -3
  17. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-video.js +113 -76
  18. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-video.min.js +1 -2
  19. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-vimeo-thumbnail.js +6 -3
  20. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-zoom.js +6 -3
  21. data/assets/theme/j1/modules/swiperjs/js/modules/layoutPanorama.min.js +1 -1
  22. data/assets/theme/j1/modules/videojs/plugins/players/yt/js/youtube.js +21 -6
  23. data/assets/theme/j1/modules/videojs/plugins/players/yt/js/youtube.min.js +1 -1
  24. data/lib/j1/version.rb +1 -1
  25. data/lib/starter_web/README.md +5 -5
  26. data/lib/starter_web/_config.yml +1 -1
  27. data/lib/starter_web/_data/blocks/banner.yml +29 -18
  28. data/lib/starter_web/_data/blocks/panel.yml +79 -124
  29. data/lib/starter_web/_data/modules/blog_navigator.yml +1 -1
  30. data/lib/starter_web/_data/modules/defaults/blog_navigator.yml +2 -2
  31. data/lib/starter_web/_data/modules/gallery.yml +145 -19
  32. data/lib/starter_web/_data/modules/masonry.yml +9 -10
  33. data/lib/starter_web/_data/templates/feed.xml +1 -1
  34. data/lib/starter_web/_includes/attributes.asciidoc +2 -1
  35. data/lib/starter_web/_plugins/index/lunr.rb +1 -1
  36. data/lib/starter_web/assets/image/module/attic/1920x1280/nick-fewings.jpg +0 -0
  37. data/lib/starter_web/assets/image/module/attic/1920x1280/no-revisions.jpg +0 -0
  38. data/lib/starter_web/assets/image/module/attic/1920x1280/wolfgang-weiser.jpg +0 -0
  39. data/lib/starter_web/assets/image/page/features/example-content-1280x800.jpg +0 -0
  40. data/lib/starter_web/assets/image/page/features/google-lighthouse-1080x300.jpg +0 -0
  41. data/lib/starter_web/assets/image/page/features/google-lighthouse-scores.jpg +0 -0
  42. data/lib/starter_web/assets/image/page/features/master-header-1280x600.jpg +0 -0
  43. data/lib/starter_web/assets/image/page/features/nav-module-1280x300.jpg +0 -0
  44. data/lib/starter_web/assets/image/page/features/teaser-banner-1280x600.jpg +0 -0
  45. data/lib/starter_web/assets/image/page/features/tts-1280x500.jpg +0 -0
  46. data/lib/starter_web/assets/video/tracks/html5/peck_pocketed/captions/video.vtt +2 -3
  47. data/lib/starter_web/assets/video/tracks/html5/peck_pocketed/chapters/video.vtt +4 -6
  48. data/lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1.adoc.erb +18 -20
  49. data/lib/starter_web/collections/posts/public/featured/_posts/2021-01-01-about-cookies.adoc +6 -7
  50. data/lib/starter_web/collections/posts/public/featured/_posts/{2023-10-18-url-types.adoc → 2022-10-18-url-types.adoc} +7 -4
  51. 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
  52. data/lib/starter_web/collections/posts/public/featured/_posts/{2022-02-01-about-j1.adoc → 2024-02-01-about-j1.adoc} +4 -5
  53. data/lib/starter_web/index.html +17 -73
  54. data/lib/starter_web/package.json +1 -1
  55. data/lib/starter_web/pages/public/features/{general.adoc → core-features.adoc} +92 -47
  56. data/lib/starter_web/pages/public/features/{template.adoc → theme-features.adoc} +313 -195
  57. data/lib/starter_web/pages/public/tools/tester/app_tester_swiperjs.adoc +10 -15
  58. data/lib/starter_web/pages/public/tools/tester/videojs_macro_tester.adoc +43 -2
  59. data/lib/starter_web/pages/public/tour/asciidoc_extensions.adoc +13 -21
  60. data/lib/starter_web/pages/public/tour/audio_data.adoc +2 -2
  61. data/lib/starter_web/pages/public/tour/highlghter_rouge.adoc +2 -2
  62. data/lib/starter_web/pages/public/tour/icon_fonts.adoc +1 -1
  63. data/lib/starter_web/pages/public/tour/image_data.adoc +138 -234
  64. data/lib/starter_web/pages/public/tour/quicksearch.adoc +2 -2
  65. data/lib/starter_web/pages/public/tour/responsive_tables.adoc +2 -2
  66. data/lib/starter_web/pages/public/tour/video_data.adoc +74 -85
  67. metadata +12 -9
  68. data/lib/starter_web/assets/image/module/attic/cookies-1920x1200.jpg +0 -0
  69. data/lib/starter_web/pages/public/tour/modal_extentions.adoc +0 -126
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  title: Image
3
- title_extention: J1 Template Apps
4
- tagline: Apps
3
+ title_extention: J1 Image Apps
4
+ tagline: J1 Image Apps
5
5
 
6
6
  date: 2020-11-03
7
7
  #last_modified: 2023-01-01
@@ -18,7 +18,7 @@ keywords: >
18
18
  masterslider, lightgallery, justifiedgallery
19
19
 
20
20
  categories: [ Roundtrip ]
21
- tags: [ Module, Carousel, Lightbox, Image, Slider, Slick ]
21
+ tags: [ Module, Lightbox, Image, Slider ]
22
22
 
23
23
  image:
24
24
  path: /assets/image/module/attic/1920x1280/quino-al-2.jpg
@@ -30,13 +30,13 @@ regenerate: false
30
30
  permalink: /pages/public/tour/image_data/
31
31
 
32
32
  resources: [
33
- carousel, gallery, lightbox, lightgallery,
34
- master-slider, masonry, slick-slider,
35
- swiper, photoswipe
33
+ gallery, lightbox, lightgallery,
34
+ masonry, photoswipejs, swiperjs
35
+ # videojs, vimeo-player
36
36
  ]
37
37
  resource_options:
38
38
  - toccer:
39
- collapseDepth: 4
39
+ collapseDepth: 3
40
40
  - attic:
41
41
  slides:
42
42
  - url: /assets/image/module/attic/1920x1280/quino-al-2.jpg
@@ -78,9 +78,9 @@ all of the powerful features of the J1 Template to manage your image-based
78
78
  content using lightboxes, carousels, sliders, grids, and galleries.
79
79
 
80
80
  The image-related modules of the J1 Template offer a wide range of complex
81
- functionality based on powerful Open Source libraries like Lightbox Version 2,
82
- lightGallery Version 2, Slick Slider, Master Slider, or Masonry and
83
- Justified-Gallery to create masonry-styled preview maps.
81
+ functionality based on powerful open-source libraries, such as PhotoSwipeJS,
82
+ LightGallery, SwiperJS, Masonry, and Justified-Gallery, to create masonry-styled
83
+ image preview maps.
84
84
 
85
85
  [subs=attributes]
86
86
  ++++
@@ -104,21 +104,20 @@ support such functionality.
104
104
 
105
105
  For J1 Template, different lightbox modules are available:
106
106
 
107
- * Lightbox Version 2 (default)
108
- * lightGallery Version 2 (optional)
109
- * Slick Lightbox (optional, currently for Slick Carousels only)
107
+ * PhotoSwipeJS (default)
108
+ * lightGallery (optional)
110
109
 
111
- The *default* tool employed by J1 Template is Lightbox V2, a Javascript
112
- library written by _Lokesh Dhakar_ free to use for private or business
113
- websites. For more complex use cases, like a thumbnail gallery preview or
114
- video support, *lightGallery* can be used alternatively.
110
+ The *default* tool employed by J1 Template is PhotoSwipeJS, a Javascript
111
+ library free to use for private or business websites. For more complex use
112
+ cases, like a thumbnail gallery preview or video support, *LightGallery* can
113
+ be used alternatively.
115
114
 
116
115
  [CAUTION]
117
116
  ====
118
- lightGallery is *free* to use based on a GPLv3 license for *non-business*
119
- websites. If you have plans to use this lightbox for your business or on a
120
- commercial site, you need to subscribe a so-called *Commercial License*. Find
121
- more on the *paid* solution on the page:
117
+ The Tool *LightGallery* is *free* to use based on a GPLv3 license for
118
+ *non-business* websites. If you have plans to use this lightbox for your
119
+ business or on a commercial site, you need to subscribe a so-called
120
+ *Commercial License*. Find more on the *paid* solution on the page:
122
121
  https://www.lightgalleryjs.com/license[lightGallery license, {browser-window--new}].
123
122
  ====
124
123
 
@@ -151,10 +150,11 @@ lightbox::example-group[395, {data-images-lightbox--group}, group, role="mt-4 mb
151
150
  [role="mt-5"]
152
151
  === lightGallery
153
152
 
154
- lightGallery provides more complex image data functions than the default
155
- lightbox. The module supports a gallery-style thumbnail preview plus image
156
- resizing, a download dialog, sharing provider support, and more helpful.
157
- Check what lightGallery can do this by the following example.
153
+ The J1 Gallery module *LightGallery* provides much more complex image data
154
+ functions than the default lightbox. The module supports a **gallery**-style
155
+ thumbnail preview, image resizing, a download dialog, sharing provider support,
156
+ and more helpful features. Check what LightGallery can do with the following
157
+ example.
158
158
 
159
159
  .Gallery + lightGallery
160
160
  gallery::jg_old_times[role="mt-4 mb-4"]
@@ -195,9 +195,8 @@ a paragraph to give them better visibility. In one line, you can present
195
195
  many facts to know animated for the reader's attention within a single
196
196
  line.
197
197
 
198
- .Base Text Slider
199
- // carousel::demo_text_carousel[role="mb-4"]
200
- swiper::swiper_text_base[role="mt-4 mb-4"]
198
+ .Base Text Swiper
199
+ swiper::swiper_text_base[role="mt-4 mb-5"]
201
200
 
202
201
 
203
202
  [role="mt-4"]
@@ -208,216 +207,101 @@ want to focus the meaning, this kind of a slide show may be interesting.
208
207
  Image-based slide may draw off the reader's attention from the text. Therefore,
209
208
  a pure text-based presentation may a better choice.
210
209
 
211
- .Parallax Text Slider
212
- swiper::swiper_text_parallax[role="mt-4 mb-4"]
210
+ .Extended Text Swiper · Parallax
211
+ swiper::swiper_text_parallax[role="mt-4 mb-5"]
213
212
 
214
213
 
215
214
  [role="mt-5"]
216
215
  === Image Slider
217
216
 
218
- Carousels are mostly used for pictures data to animate the images as a series.
219
- Find with the following some examples of how to use a carousel for your image
220
- data.
217
+ Sliders (or carousels) are mostly used for picture data to animate images
218
+ as a series. Find the following some examples of how to use a carousel for
219
+ your image data.
221
220
 
222
- A simple image show is useful, for example, as an animated (or not animated)
223
- banner presenting exciting things about your site or the products offered.
221
+ A simple image slideshow is useful, for example, as an animated
222
+ (or non-animated) banner presenting exciting things about your site or
223
+ the products offered.
224
224
 
225
- .Image Slider
226
- carousel::demo_simple[role="mb-5"]
225
+ [role="mt-4"]
226
+ ==== One Slide Slider + Pagination
227
+
228
+ The built-in Slider Module, *SwiperJS*, supports both multiple and single
229
+ image shows. Here, you will find an example of a single-image slideshow
230
+ with controls enabled to browse all images back and forth. An indicator
231
+ below the slider shows how many images the show contains.
232
+
233
+ .Image Slider · Full-width + Pagination
234
+ swiper::swiper_image_base_full_width_pagination[role="mt-3 mb-4"]
227
235
 
228
236
  [role="mt-4"]
229
237
  ==== Image Slider + Lightbox
230
238
 
231
- Carousels are used for an exceptionally compact form of image galleries.
232
- This example shows some pictures having individual caption text and supports
233
- a lightbox to enlarge images full size.
239
+ Sliders are used for an exceptionally compact form of image galleries.
240
+ This example displays pictures with individual caption text and features
241
+ a lightbox to enlarge images to full size.
234
242
 
235
243
  .Image Slider + Lightbox
236
- carousel::demo_cats[role="mt-4 mb-5"]
244
+ swiper::swiper_image_base_captions[role="mt-4 mb-4"]
237
245
 
238
- The J1 module lightbox is a simple Lightbox but offers a bunch of impressive
239
- features for displaying images. For example, the lightbox can display all
246
+ The J1 Module *lightbox* offers a bunch of impressive features for displaying
247
+ images. For example, the lightbox can display all
240
248
  images as a group. If one picture is opened in the lightbox, others are
241
249
  browsed by easy-to-use control buttons.
242
250
 
243
- [role="mt-4"]
244
- ==== One Slide Slider + Lightbox
245
-
246
- The build-in carousel supports multiple and single image shows. Here you find
247
- an example of a single image slide show with controls enabled to browse all
248
- images back and forth. An indicator below the slider shows how many images
249
- the show contains.
250
-
251
- .One Slide Slider
252
- carousel::demo_oneslide[role="mb-4"]
253
-
254
-
255
- [role="mt-5"]
256
- == Slick Slider
257
-
258
- [role="mb-4"]
259
- Slick is a popular jQuery plugin for creating responsive and fully
260
- customizable carousels. It allows developers to easily create beautiful
261
- and dynamic carousels that can display images, videos, or any other type
262
- of content in a visually appealing way.
263
-
264
- The plugin is designed to be lightweight, fast, and easy to use, making it
265
- a popular choice for all web developers. It has many features, including
266
- multiple navigation options, lazy loading, or autoplay. Slick carousels are
267
- compatible with all modern browsers and devices, making it a great choice to
268
- create a responsive and mobile-friendly website.
269
-
270
- All Slick carousels for the J1 Template can be easily customized in
271
- various ways, such as changing the number of posts displayed, the slider
272
- speed, or the navigation options like *Arrows* and *Dots*.
273
-
274
- [role="mt-4"]
275
- [[slick-image-carousel]]
276
- === Image Carousel
277
-
278
- [role="mb-4"]
279
- An _Slick_ image carousel typically consists of a container with images and
280
- a navigation system, including buttons, arrows, or dots that allow users to
281
- move back and forth between images or select a specific image. Image carousels
282
- can also include animation effects, such as fade-in or slide-in transitions
283
- between images, to make the presentation more engaging and visually appealing.
284
-
285
- .Carousel + Arrows + Dots + Captions + Lightbox
286
- slick::image_carousel_full[role="mt-4 mb-5"]
287
-
288
- [role="mt-4"]
289
- === Carousel from Collections
290
-
291
- [role="mb-4"]
292
- A carousel from a collection for J1 Template is a *pre-defined* element
293
- type to display *articles* from a Jekyll collection on a webpage. All
294
- carousels for collections display the article image and a link to the article
295
- as a caption.
296
-
297
- .Collection Biography + Arrows + Dots + Gutters
298
- slick::collection_carousel_biography[role="mt-4 mb-5"]
299
-
300
- [role="mt-4"]
301
- === Carousel from Posts
302
-
303
- A Carousel from posts for J1 Template is a *pre-defined* carousel type to
304
- display post articles on a webpage. It is a popular way to showcase a
305
- selection of post articles visually appealingly and can be useful for
306
- highlighting important or *featured* content for your posts content.
307
-
308
- [role="mb-4"]
309
- Post carousels pull news articles from a specific *group*. All Carousels for
310
- posts display the post category, the title, the author information and
311
- date.
312
-
313
- .Asciidoc configuration
314
- [source, apib, role="noclip mb-3"]
315
- ----
316
- slick::post_carousel_featured[]
317
- ----
318
-
319
- .Posts Carousel
320
- slick::post_carousel_featured[role="mt-5 mb-5"]
321
-
322
- [role="mt-4"]
323
- .More about Slick Carousels
324
- [TIP]
325
- ====
326
- If you're interested to learn more about _Slick_, go previewer page
327
- link:{url-j1-slick-previewer}[Slick Previewer, {browser-window--new}],
328
- ====
329
251
 
330
252
  [role="mt-5"]
331
- [[masterSlider]]
332
- == Masterslider
253
+ === Extendend Image Slider
333
254
 
334
- Masterslider is a jQuery plugin fully integrated into the J1 Template.
335
- Jekyll One uses the *free* version of Masterslider well-known as MS Lite.
336
- The lite version does *not* support all features of the full product.
337
- The functionality of filters and layouts are limited and no overlay
338
- techniques are supported by the MS Lite version.
255
+ Layouts in terms of the Slider Module (SwiperJS) for J1 Template are
256
+ *transformations* of a Swiper slider. A *layout* is used to rebuild it for
257
+ a more complex visual *presentation* for the Swiper's slides. The Layout
258
+ of a slider can improve the *useability* or make the *presentation* of a
259
+ slideshow more *interesting*.
339
260
 
340
261
  [role="mt-4"]
341
- [[carousel_versus_slider]]
342
- === Carousel versus Slider
343
-
344
- Sliders and Carousels are focussing quite the same thing: presenting images
345
- dynamically. The features of Sliders go far beyond what simple carousels can
346
- do: presenting image-based data as slide *shows*.
262
+ [[image_thumbs_top_bottom]]
263
+ ==== Layout Thumb Top|Bottom
347
264
 
348
- Well-known Office Products to create *presentations* are Powerpoint from
349
- _Microsoft_ or _Google Docs_. Modern sliders like _Master Slider_ provide
350
- similar features to present animated presentations based on digital image
351
- data combined with text elements, buttons, or overlay techniques for images
352
- or other digital data sources.
353
-
354
- In short: Carousels are used to present images, and sliders are used to create
355
- complex image-based presentations.
356
-
357
- [TIP]
358
- ====
359
- For more details of the implementation of Master Slider for J1 Template, find
360
- more helpful information at the page
361
- link:{url-j1-docs--masterslider-module}[Master Slider module, {browser-window--new}].
362
- ====
363
-
364
- [role="mt-5"]
365
- === Featured Slider
366
-
367
- The following slider uses the CSS filter feature of Master Slider. Filters
368
- can be used, for example, to *transform* the *style* of the images presented
369
- by a slider. In this example, the slider images are transformed from style
370
- *color* to *sepia*.
371
-
372
- [WARNING]
373
- ====
374
- Lightbox support is only available for the MS Lite version of J1 Template.
375
- The original Product versions *MS Lite* and *MS Pro* does not support
376
- lightboxes on sliders out-of-the-box.
377
- ====
378
-
379
- .Slider using Controls + Filters + Lightbox
380
- masterslider::ms_00002[role="mt-5 mb-5"]
265
+ To give users more visual control over a slideshow. The slider provides a
266
+ *UI element* by placing minified images or text elements (thumbs)
267
+ side-by-side (on the left|right) or at the bottom|top of a swiper.
268
+ Find below examples of how to control such a slider.
381
269
 
270
+ [role="mt-4 mb-4"]
382
271
  [TIP]
383
272
  ====
384
- Click on the Lightbox symbol mdi:image-outline[18px, md-gray] in the
385
- slides to see the *colored* images configured for the slider.
273
+ This Layout creates best results for high-quality images for websites mainly
274
+ used on *desktop* computers.
386
275
  ====
387
276
 
388
- [role="mt-5"]
389
- [[text_elements]]
390
- === Slider using Text Elements
391
-
392
- One of the major features of sliders is to present additional animated
393
- elements, like text data, connected to the images presented by an slideshow.
394
- Masterslider additionally provides functions to combine images and text by
395
- so-called *MSInfo* blocks out-of-the-box.
277
+ This Thumb Slider uses minified images that are placed to control the (main)
278
+ slider at the *top* or the *bottom*. This swiper type creates a thumbed Swiper
279
+ that uses *two lines*, which takes up a *lot of space* but can render the
280
+ sliders' images *optimally*.
396
281
 
397
- .Slider using Images + Text
398
- masterslider::ms_00003[role="mt-4 mb-5"]
399
-
400
- [role="mt-4"]
401
- [[thumb_images]]
402
- === Layout Thumb
282
+ .Extendend Swiper · Layout Thumb Top
283
+ swiper::thumb_slider_top[role="mb-5"]
403
284
 
404
- To give the users a more *visual* control over a slideshow, Swiper sliders
405
- can provide *UI elements* by placing minified images or text elements (thumbs)
406
- side-by-side (on the left|right), or at the bottom|top of a swiper. Find below
407
- examples how to control such sliders' by a thumb (slave) silder.
408
285
 
409
- .Layout Thumb · Top
410
- swiper::thumb_slider_top[role="mb-5"]
286
+ // [role="mt-5"]
287
+ // [[image_thumbs_right_left]]
288
+ // ==== Layout Thumb Right|Left
411
289
 
412
- .Layout Thumb · Right
413
- masterslider::ms_00004[role="mt-4 mb-5"]
290
+ // A more **mobile**-friendly version of a Thunb slider is created by placing the
291
+ // minified images for the slider side-by-side on the *right* or the *left*. This
292
+ // swiper use just a *single line* in the page, but *minifies* the presented images
293
+ // as required for the line *heigth* specified.
414
294
 
415
- .Text controls
416
- masterslider::ms_00007[role="mt-4 mb-5"]
295
+ // [role="mb-5"]
296
+ // [TIP]
297
+ // ====
298
+ // Adding a *Lightbox* to a *single-line* swiper allows users to *enlarge* the
299
+ // presented *images*.
300
+ // ====
417
301
 
418
302
 
419
303
  [role="mt-5"]
420
- === Layout Neighbor
304
+ ==== Layout Neighbor
421
305
 
422
306
  A slideshow typically presents a larger number of slides, which requires a
423
307
  sort of navigation. The effect *neighbors* accompanies the *active slide* by
@@ -433,75 +317,95 @@ The *effect* transforms a slider into a quite *compact* presentation that does
433
317
  *not* require any (additional) *navigation* elements.
434
318
  ====
435
319
 
436
- .Layout Neighbor
320
+ .Extendend Swiper · Layout Neighbor
437
321
  swiper::neighbor_slider[role="mb-5"]
438
322
 
439
- .Slider using PartialView
440
- masterslider::ms_00009[role="mt-4 mb-5"]
323
+
324
+ [role="mt-5"]
325
+ ==== Layout Panorama
326
+
327
+ The *Panorama* layout in SwiperJS sliders is used to create a 3D-like
328
+ panoramic effect, where the slides are animated as they swipe, creating
329
+ a continuous, curved panorama. The layout creates an immersive sense of
330
+ depth and movement, which is especially beneficial when presenting wide
331
+ images, landscapes, or other visual content with a large aspect ratio.
332
+
333
+ .Extendend Swiper · Layout Panorama
334
+ swiper::swiper_image_panorama[role="mt-4 mb-5"]
441
335
 
442
336
 
443
337
  [role="mt-5"]
444
- == Masonry
338
+ == Masonry Gallery
445
339
 
446
340
  Masonry for J1 is a great tool to create dynamic image galleries. Image
447
341
  galleries are popular on many websites, and masonry can be a useful tool for
448
342
  creating dynamic galleries.
449
343
 
450
- By using the Masonry module, you can create a gallery that displays images of
451
- different sizes in an aesthetically pleasing and functional way.
452
-
453
- .Grid of Images
454
- masonry::image_fixed_height_lb[role="mt-4 mb-5"]
455
-
456
- .More about Masonry
344
+ [role="mt--3 mb-4"]
457
345
  [TIP]
458
346
  ====
347
+ See the gallery in action; and for sure, all that you see is even responsive.
348
+ Change the size of your current browser window, by width or height to see
349
+ what will happen.
350
+
459
351
  Find more on how the Masonry module can be used on the
460
352
  link:{url-j1-masonry-previewer}[Masonry Preview, {browser-window--new}] page.
461
353
  ====
462
354
 
355
+ Masonry arranges elements in a so-called **brickwork**-style, where the
356
+ elements are staggered like bricks and arranged to maximize space efficiency.
357
+ The elements are placed in optimal positions according to the available
358
+ vertical space, creating columns of varying heights based on the natural
359
+ height of the contents.
360
+
361
+ .Grid of Images
362
+ masonry::image_fixed_height_lb[role="mt-4 mb-5"]
363
+
463
364
 
464
365
  [role="mt-5"]
465
366
  == Justified Gallery
466
367
 
467
- link:{url-justified-gallery--home}[JustifiedGallery, {browser-window--new}]
468
- is a great _jQuery_ Plugin to create responsive, infinite, and high-quality
368
+ The link:{url-justified-gallery--home}[JustifiedGallery, {browser-window--new}]
369
+ is a great *jQuery Plugin* to create responsive, infinite, and high-quality
469
370
  justified image galleries. J1 Template combines the Gallery with the lightboxes
470
- supported to enlarge the images of a gallery. See the gallery in action; and
471
- for sure, all that you see is even responsive. Change the size of your current
472
- browser window, by width or height to see what will happen!
371
+ supported to enlarge the images of a gallery.
372
+
373
+ Justified Gallery creates galleries where images are arranged in even,
374
+ horizontally aligned (justified) rows. The row height is constant, and the
375
+ image width is adjusted proportionally so that each row uses the full
376
+ container width, similar to _Flickr_ or _Google Photos_.
473
377
 
474
- [role="mb-4"]
475
378
  Pictures you've made are typically not even in size. Images may have the
476
- same size (resolution), but some are orientated landscapes, or others
379
+ same size (resolution), but some are orientated landscapes, and others
477
380
  may be portraits. For that reason, a more powerful gallery is needed to create
478
381
  so-called justified views. J1 Gallery is based on Justified Gallery to create
479
382
  so-called masonry grid layouts.
480
383
 
481
384
  It works by placing elements in an optimal position based on available
482
- horizontal and vertical space. Sort of like mason fitting stones in a wall.
483
- For sure, you'll have seen it in action all over the Internet.
385
+ horizontal and vertical space, like fitting stones in a wall. For sure,
386
+ you'll have seen it in action all over the Internet.
484
387
 
485
- .Gallery of Images + lightGaller
388
+ .Gallery of Images + lightGallery
486
389
  gallery::jg_mega_cities[role="mt-4 mb-4"]
487
390
 
488
391
 
489
392
  [role="mt-5"]
490
393
  == What next
491
394
 
492
- I hope, you've enjoyed exploring the possibilities J1 offers for managing
493
- and displaying digital image content. But much, much more can the J1 do for
494
- your web.
395
+ I hope you've enjoyed exploring the possibilities J1 offers for managing
396
+ and displaying digital image content. However, there is much more that J1
397
+ Template can do for your website.
495
398
 
496
- The J1 Template support playing audio and video on web pages by using the
497
- HTML5 audio and video support, the new standard of HTML. HTML5 implements a
498
- pure HTML way to show play audio or playing video on the web. Modern browsers
499
- support the audio tag `<audio>` and the video tag `<video>` for the HTML5
500
- standard.
399
+ The J1 Template system supports playing audio and video on web pages by
400
+ utilizing HTML5 audio and video support, the latest standard in HTML.
401
+ HTML5 provides a pure HTML approach to playing audio or video on the web.
402
+ Modern browsers support the HTML5 audio tag `<audio>` and the video tag
403
+ `<video>`.
501
404
 
502
- The previous proprietary de facto standard software like a Flash Player,
503
- Quicktime, or Silverlight is no longer needed as the Theme JekyllOne provides
504
- HTML5 video for local content and from online sources on the Internet.
405
+ The previous proprietary de facto standard software like Flash Player,
406
+ QuickTime or Silverlight is no longer needed, as the J1 Theme provides
407
+ HTML5 video support for both local content and online sources on the
408
+ Internet.
505
409
 
506
410
  [role="mb-7"]
507
411
  Incredible? See the next example page link:{url-tour--audio_data}[Audio Player].
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  title: Search Engine
3
- title_extention: Integrated full-text Search for J1 Template
4
- tagline: Integrated full-text Search
3
+ title_extention: Integrated full-text search for J1 Template
4
+ tagline: Integrated full-text search
5
5
 
6
6
  date: 2024-02-08
7
7
  #last_modified: 2023-01-01
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  title: Responsive Tables
3
3
  title_extention: Responsive tables for J1 Template
4
- tagline: Present tables at its best
4
+ tagline: Present data tables at its best
5
5
 
6
6
  date: 2020-11-09
7
7
  #last_modified: 2023-01-01
@@ -323,4 +323,4 @@ content individually for a seamless integration in existing webs.
323
323
  [role="mb-7"]
324
324
  Check out what the *Theme Feature* can do for modern static websites.
325
325
  Experience the functionality checking the preview page at
326
- link:{url-tour--themes}[Bootstrap Themes]!
326
+ link:{url-tour--themes}[Bootstrap Themes].