scrivito
Version:
Scrivito is a professional, yet easy to use SaaS Enterprise Content Management Service, built for digital agencies and medium to large businesses. It is completely maintenance-free, cost-effective, and has unprecedented performance and security.
10 lines (9 loc) • 507 B
text/typescript
/*
* This is a base64 placeholder for the image component.
*
* The image component is actually styled via CSS in order to provide a scalable placeholder.
* However, in order to set a background image, the tag must have content. In this case a
* transparent image of an appropriate size.
*/
export const imagePlaceholder =
'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADIAQMAAACXljzdAAAAA1BMVEUAAACnej3aAAAAAXRSTlMAQObYZgAAABxJREFUWMPtwYEAAAAAw6D5U1/hAFUBAAAAAHwGFFAAAQCfIxUAAAAASUVORK5CYII';