mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-27 23:04:05 -06:00
GLightbox shows close button by default
This commit is contained in:
parent
8221be38e3
commit
26674eef35
@ -19,7 +19,7 @@ const defaultOptions: Options = {
|
||||
openEffect: "zoom",
|
||||
closeEffect: "zoom",
|
||||
slideEffect: "slide",
|
||||
closeButton: false,
|
||||
closeButton: true,
|
||||
}
|
||||
|
||||
export const Lightbox: QuartzTransformerPlugin<Partial<Options>> = (userOpts) => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user