Show thumbnails by default.
This commit is contained in:
+4
-4
@@ -630,9 +630,9 @@ const liveConfigDefault = {
|
|||||||
thumbnails: {
|
thumbnails: {
|
||||||
media: 'clips' as const,
|
media: 'clips' as const,
|
||||||
size: 100,
|
size: 100,
|
||||||
show_details: false,
|
show_details: true,
|
||||||
show_controls: true,
|
show_controls: true,
|
||||||
mode: 'none' as const,
|
mode: 'left' as const,
|
||||||
},
|
},
|
||||||
title: {
|
title: {
|
||||||
mode: 'popup-bottom-right' as const,
|
mode: 'popup-bottom-right' as const,
|
||||||
@@ -833,9 +833,9 @@ const viewerConfigDefault = {
|
|||||||
},
|
},
|
||||||
thumbnails: {
|
thumbnails: {
|
||||||
size: 100,
|
size: 100,
|
||||||
mode: 'none' as const,
|
show_details: true,
|
||||||
show_details: false,
|
|
||||||
show_controls: true,
|
show_controls: true,
|
||||||
|
mode: 'left' as const,
|
||||||
},
|
},
|
||||||
title: {
|
title: {
|
||||||
mode: 'popup-bottom-right' as const,
|
mode: 'popup-bottom-right' as const,
|
||||||
|
|||||||
Reference in New Issue
Block a user