dos h0021 preloadImages - cwtickle/danoniplus-docs GitHub Wiki

English | Japanese

Home > Chart settings specification > Importing custom data

| <- customCss | preloadImages | autoPreload -> |

preloadImages

  • Preload image file settings

Usage

|preloadImages=myimage.png,myImage2.png,../img/otherfile.jpg|
|preloadImages=file*.png@4|     // -> file1.png ~ file4.png
|preloadImages=file*.png@2-9|   // -> file2.png ~ file9.png
|preloadImages=file*.png@5-10|     // -> file05.png ~ file10.png
|preloadImages=file*.png@01-08|     // -> file01.png ~ file08.png

Overview

  • Specify the images you wish to preload, separated by commas. Relative paths are also acceptable.
  • Multiple files can be specified together by using the asterisk (*) and atmark (@).
    Filename*. extension@[start-number-]end-number form, the asterisk (*) is replaced by the number specified in the range.

Related pages

Changelog

Version Change details
v7.5.0 - Supports multiple file grouping by specifying sequential numbers
v1.0.0(v0.67.1) - Initial implementation

| <- customCss | preloadImages | autoPreload -> |