diff --git a/images/Example_Display_Block.gif b/images/Example_Display_Block.gif index e02f63f..f2fa111 100644 Binary files a/images/Example_Display_Block.gif and b/images/Example_Display_Block.gif differ diff --git a/images/Gallery_Settings.png b/images/Gallery_Settings.png index 111b3a1..5e6bd50 100644 Binary files a/images/Gallery_Settings.png and b/images/Gallery_Settings.png differ diff --git a/src/block.ts b/src/block.ts index 7402d52..e3b12b9 100644 --- a/src/block.ts +++ b/src/block.ts @@ -57,6 +57,8 @@ export class GalleryProcessor imageGrid.path = args.path; imageGrid.name = args.name; imageGrid.tag = args.tags; + imageGrid.reverse = args.reverseOrder === 'true'; + imageGrid.maxWidth = args.imgWidth; imageGrid.exclusive = args.exclusive === 'true'; imageGrid.reverse = args.reverseOrder === 'true'; await imageGrid.updateData();