tokenshift/obsidian-page-gallery

Page image not showing in preview but showing if you search

Closed this issue · 2 comments

Versions:

  • Dataview Version: 0.5.56 (currently installed: 0.5.56)
  • Page Gallery Version: 0.7.4 (currently installed: 0.7.4)
  • Obsidian Version 1.4.5 (Installer 1.3.5)
page-gallery
from: '"Data Visualization/Examples"'
orientation: landscape
columns: 10
gutterSize: 5px
height: 100px
position: top
filter: true
radius: 1px
size: cover
fields: []
CS-StEUjDbT@2x

CS-KhMZ6c8S@2x

I suspect you're running into the default limit (100); to keep Obsidian from crashing on devices with limited memory, page-gallery will only load the first 100 matching results by default. You can set limit to something higher (or null) to see everything. See the list of options in https://github.com/tokenshift/obsidian-page-gallery/blob/main/README.md.

@tokenshift Thanks, I do think that might be the reason.