Skip to content

Commit

Permalink
Fixing some missing data in gallery blocks and updating some of the r…
Browse files Browse the repository at this point in the history
…eadme images
  • Loading branch information
TomNCatz committed Sep 8, 2023
1 parent 749775c commit 38054b3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
Binary file modified images/Example_Display_Block.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/Gallery_Settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/block.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 38054b3

Please sign in to comment.