The wiki I am working on for will have approx 8,000 images included in addition to many tiddlers of content. Is there any advice whether it is better to include the images, each in its own tiddler with a canonical_uri field pointing to the image stored externally or to use the HTML <img tag with lazy loading set to ‘yes’ as part of the content tiddler’s text field.
I am trying to make sure images are only loaded when visible in the display window rather than having to load each and all images at load time.
bobj