If I'm not mistaken, you can preload images with a javascript plugin or a script tag in your MarkupPreHead tiddler. var images = ["http://fnd.tiddlyspace.com/SiteIcon"]; for(var i = 0; i < images.length; i++) { var img = new Image(); img.src = images[i]; }
If you make the images variable contain all the images you wish to preload, when they are accessed they should load straight away. Let me know if that makes the problem go away.. Jon On Mar 23, 7:24 am, Alex Hough <[email protected]> wrote: > Hello there, > > I've noticed that when I combine images and text in a tiddler the > image takes longer to load and the text jumps position. I've read > about pre-loading images and wondered about how to do this with in TW. > > Alex -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.

