diff --git a/src/types.ts b/src/types.ts index 0b429c85..77d21c85 100644 --- a/src/types.ts +++ b/src/types.ts @@ -630,9 +630,9 @@ const liveConfigDefault = { thumbnails: { media: 'clips' as const, size: 100, - show_details: false, + show_details: true, show_controls: true, - mode: 'none' as const, + mode: 'left' as const, }, title: { mode: 'popup-bottom-right' as const, @@ -833,9 +833,9 @@ const viewerConfigDefault = { }, thumbnails: { size: 100, - mode: 'none' as const, - show_details: false, + show_details: true, show_controls: true, + mode: 'left' as const, }, title: { mode: 'popup-bottom-right' as const,