Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 296 Bytes

dummy.rst

File metadata and controls

15 lines (11 loc) · 296 Bytes

dummy

type: String
default: undefined

This option allows you to define an image that should be shown if Galleria can’t find the original image. Think of it as a 404 for Galleria.

Example:

Galleria.configure({
    dummy: '/images/noimage.jpg'
});