File tree Expand file tree Collapse file tree 5 files changed +16
-1
lines changed Expand file tree Collapse file tree 5 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 28
28
border-bottom-color : transparent ;
29
29
}
30
30
}
31
+ .docs-minimum-version {
32
+ color : #666 ;
33
+ font-size : 14px ;
34
+ b {
35
+ margin-left : 3px ;
36
+ color : #333 ;
37
+ }
38
+ }
31
39
}
32
40
}
33
41
.options-section {
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ lightGallery
172
172
## Vimeo thumbnails plugin
173
173
174
174
Vimeo thumbnails plugin helps you load thumbnails automatically for Vimeo videos.
175
- <span class =" badge rounded-pill bg-danger font-12 " title =" Available since version 2.4 .0 " >v2.5.0</span >
175
+ <span class =" badge rounded-pill bg-danger font-12 " title =" Available since version 2.5 .0 " >v2.5.0</span >
176
176
177
177
{{< options pluginName="Vimeo Thumbnails" interface="VimeoThumbnailSettings" variable="vimeoSettings" >}}
178
178
Original file line number Diff line number Diff line change 60
60
{{ if eq .tag "description"}}
61
61
< p > {{.text | safeHTML}}</ p >
62
62
{{ end}}
63
+ {{ if eq .tag "version"}}
64
+ < p class ="docs-minimum-version "> Minimum lightGallery version required: < b > {{.text}}</ b > </ p >
65
+ {{ end}}
63
66
{{ if eq .tag "example"}}
64
67
{{ highlight .text "js" "" }}
65
68
{{ end}}
Original file line number Diff line number Diff line change @@ -261,13 +261,15 @@ export interface LightGalleryCoreSettings {
261
261
262
262
/**
263
263
* Hide scrollbar when gallery is opened
264
+ * @version V2.5.0
264
265
*/
265
266
hideScrollbar : boolean ;
266
267
267
268
/**
268
269
* Reset to previous scrollPosition when lightGallery is closed
269
270
* @description By default, lightGallery doesn't hide the scrollbar for a smooth opening transition.
270
271
* If a user changes the scroll position, lightGallery resets it to the previous value
272
+ * @version V2.5.0
271
273
*/
272
274
resetScrollPosition : boolean ;
273
275
@@ -316,6 +318,7 @@ export interface LightGalleryCoreSettings {
316
318
317
319
/**
318
320
* Trap focus within the lightGallery
321
+ * @version V2.5.0
319
322
*/
320
323
trapFocus : boolean ;
321
324
Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ export interface VideoSettings {
68
68
/**
69
69
* Class name of the videojs theme
70
70
* You need to include the theme stylesheet on your document. <a href="https://videojs.com/getting-started/#home-page-themes" target="_blank">More info</a>
71
+ * @version V2.5.0
71
72
*/
72
73
videojsTheme : string ;
73
74
You can’t perform that action at this time.
0 commit comments