idyll-langidyll
DocsTutorialsGalleryEditor
menu

Overview

  • Introduction
  • Getting started
  • Markup syntax
  • HTML tags
  • Options and styles
  • Plugin system
  • Multipage template

Interactivity

  • Built-in components
  • Using components from npm
  • Make your own component
  • Scrolling and Refs

Publishing

  • Deploying to the web
  • Embedding Idyll

Useful Links

  • Github
  • Chat
  • Twitter
  • Support Us
← Back

Preload

This will preload an array of images, useful if you want to show them later on in the article and not have a loading flash.

Props

  • images array

    the array of images: ["image-url-1.png", "image-url-2.jpg"].

    • Example: ["image-url-1.png", "image-url-2.jpg"]